tests: skip hoststack iperf3 cut thru test on aarch64
[vpp.git] / docs / gettingstarted / developers / vlib.md
index 59206e5..3a35978 100644 (file)
@@ -668,7 +668,7 @@ a typical graph-node dispatch function:
 
        /* Enqueue buffers to threads */
        n_enq =
-        vlib_buffer_enqueue_to_thread (vm, hmp->frame_queue_index,
+        vlib_buffer_enqueue_to_thread (vm, node, hmp->frame_queue_index,
                                        from, thread_indices, frame->n_vectors,
                                        1 /* drop on congestion */);
        /* Typical counters,