[dpdk-dev] [PATCH] examples/qos_sched: fix packets dequeue operation from ring

2016-10-12 Thread Thomas Monjalon
2016-09-01 11:11, Jasvinder Singh: > 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,

[dpdk-dev] [PATCH] examples/qos_sched: fix packets dequeue operation from ring

2016-09-01 Thread Jasvinder Singh
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, r