> -----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 2/4] examples/qos_sched: remove TX buffering > > Since the qos_sched app does batch dequeues from the QoS block, there is > little point in trying to batch further in the app - just send out the > full burst of packets that were received from the QoS block. With modern > CPUs and write-combining doorbells, the cost of doing smaller TX's is > reduced anyway for the worst case. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > --- > examples/qos_sched/app_thread.c | 94 ++++----------------------------- Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>