vlib: pass node runtime to vlib_buffer_enqueue_to_thread()
Mechanical change for patch following this one... Type: improvement Change-Id: Iee12f3a8851f35569e6c039494a94fc36e83d20f Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
committed by
Florin Coras
parent
ca1bbbb9e8
commit
9e7a0b48fe
@@ -118,7 +118,7 @@ wg_handoff (vlib_main_t * vm,
|
||||
b += 1;
|
||||
}
|
||||
|
||||
n_enq = vlib_buffer_enqueue_to_thread (vm, fq_index, from,
|
||||
n_enq = vlib_buffer_enqueue_to_thread (vm, node, fq_index, from,
|
||||
thread_indices, frame->n_vectors, 1);
|
||||
|
||||
if (n_enq < frame->n_vectors)
|
||||
|
||||
Reference in New Issue
Block a user