> -----Original Message----- > From: Richardson, Bruce <bruce.richard...@intel.com> > Sent: Friday, February 3, 2023 10:06 AM > To: dev@dpdk.org > Cc: Singh, Jasvinder <jasvinder.si...@intel.com>; Richardson, Bruce > <bruce.richard...@intel.com>; Dumitrescu, Cristian > <cristian.dumitre...@intel.com> > Subject: [PATCH 3/4] examples/qos_sched: use bigger bursts on dequeue > > 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 <bruce.richard...@intel.com> > --- > doc/guides/sample_app_ug/qos_scheduler.rst | 2 +- > examples/qos_sched/main.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>