Re: [PATCH] examples/qos_sched: fix buffer overflow on mbuf free

2023-03-12 Thread Thomas Monjalon
> > When running the qos_sched app with separated worker and Tx threads, the > > app would seg-fault after a short time of handling packets. The root > > cause of this turns out to be an incorrect array index when freeing > > unsent packets post-Tx. Rather than freeing packets using the "nb_tx" > >

RE: [PATCH] examples/qos_sched: fix buffer overflow on mbuf free

2023-03-08 Thread Dumitrescu, Cristian
> -Original Message- > From: Richardson, Bruce > Sent: Wednesday, March 8, 2023 2:09 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Ajmera, Megha > ; Dumitrescu, Cristian > > Subject: [PATCH] examples/qos_sched: fix buffer overflow on mbuf free > > When running the qos_sched app with