RE: [EXT] Re: [PATCH 1/3] net/qede: fix Tx callback completion routine

2022-03-10 Thread Devendra Singh Rawat
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, March 10, 2022 2:26 PM > To: Devendra Singh Rawat ; Jerin Jacob > > Cc: dpdk-dev ; Jerin Jacob Kollanukkaran > ; Ferruh Yigit ; Rasesh Mody > ; Alok Prasad ; dpdk stable > > Subject: [EXT] Re

Re: [PATCH 1/3] net/qede: fix Tx callback completion routine

2022-03-10 Thread Thomas Monjalon
10/03/2022 08:40, Jerin Jacob: > Updated the git commits as follows and applied series to > dpdk-next-net-mrvl/for-next-net. Thanks What is the intent? Do you want to get them in 22.03? Is it validated enough for a last minute merge?

Re: [PATCH 1/3] net/qede: fix Tx callback completion routine

2022-03-09 Thread Jerin Jacob
On Fri, Mar 4, 2022 at 5:38 PM Devendra Singh Rawat wrote: > > Tx completion routine was first incrementing no. of free slots in Tx > ring and then freeing corresponding mbufs in bulk. In some situations > no. of mbufs freed were less than no. of Tx ring slots freed. This > caused TX ring to get i

[PATCH 1/3] net/qede: fix Tx callback completion routine

2022-03-04 Thread Devendra Singh Rawat
Tx completion routine was first incrementing no. of free slots in Tx ring and then freeing corresponding mbufs in bulk. In some situations no. of mbufs freed were less than no. of Tx ring slots freed. This caused TX ring to get into an inconsistent state and ultimately application fails to transmit