edabd7fef5
The app_worker_thread() and app_mixed_thread() use rte_ring_sc_dequeue_bulk
to dequeue packets from the ring and this imposes restriction on number of
packets in software ring to be greater than the specified value to start
actual dequeue operation, thus, adds latency to those packets. Therefore,
rte_ring_sc_dequeue_bulk is replaced with rte_ring_sc_dequeue_burst.
Fixes:
|
||
---|---|---|
.. | ||
app_thread.c | ||
args.c | ||
cfg_file.c | ||
cfg_file.h | ||
cmdline.c | ||
init.c | ||
main.c | ||
main.h | ||
Makefile | ||
profile_ov.cfg | ||
profile.cfg | ||
stats.c |