RE: [PATCH 3/4] examples/qos_sched: use bigger bursts on dequeue

2023-02-17 Thread Dumitrescu, Cristian
> -Original Message- > From: Richardson, Bruce > Sent: Friday, February 3, 2023 10:06 AM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Richardson, Bruce > ; Dumitrescu, Cristian > > Subject: [PATCH 3/4] examples/qos_sched: use bigger bursts on dequeue > >

[PATCH 3/4] examples/qos_sched: use bigger bursts on dequeue

2023-02-03 Thread Bruce Richardson
While performance of the QoS block drops sharply if the dequeue size is greater than or equal to the enqueue size, increasing the dequeue size to just under the enqueue one gives improved performance when the scheduler is not keeping up with the line rate. Signed-off-by: Bruce Richardson --- doc