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:
Damjan Marion
2021-05-14 14:50:01 +02:00
committed by Florin Coras
parent ca1bbbb9e8
commit 9e7a0b48fe
18 changed files with 37 additions and 41 deletions

View File

@@ -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)