X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fexamples%2Fhandoffdemo%2Fnode.c;h=ce15f70634c68d6e330c977155215b1092f4e53a;hb=7311f1863a4eb7d723c557277df90e33c451b20d;hp=2177ccb9d14a27a981d3378c8e088ae905e817ca;hpb=da6520b4ed7ddd35a7c52403a2df1c9fac3c24ca;p=vpp.git diff --git a/src/examples/handoffdemo/node.c b/src/examples/handoffdemo/node.c index 2177ccb9d14..ce15f70634c 100644 --- a/src/examples/handoffdemo/node.c +++ b/src/examples/handoffdemo/node.c @@ -107,10 +107,9 @@ handoffdemo_inline (vlib_main_t * vm, } /* Enqueue buffers to threads */ - n_enq = - vlib_buffer_enqueue_to_thread (vm, hmp->frame_queue_index, - from, thread_indices, frame->n_vectors, - 1 /* drop on congestion */ ); + n_enq = vlib_buffer_enqueue_to_thread ( + vm, node, hmp->frame_queue_index, from, thread_indices, + frame->n_vectors, 1 /* drop on congestion */); if (n_enq < frame->n_vectors) vlib_node_increment_counter (vm, node->node_index, HANDOFFDEMO_ERROR_CONGESTION_DROP,