Re: [PATCH 0/5] net/cxgbe: updates and bug fixes

2022-05-05 Thread Ferruh Yigit
On 4/18/2022 11:24 PM, Rahul Lakkireddy wrote: This series of patches add the following updates and bug fixes to the cxgbe PMD. Patch 1 fixes an issue with wrong port id being filled in mbufs allocated in Rx path. Patch 2 fixes an issue with Txq getting stuck when trying to coalesce mbufs with

[PATCH 0/5] net/cxgbe: updates and bug fixes

2022-04-18 Thread Rahul Lakkireddy
This series of patches add the following updates and bug fixes to the cxgbe PMD. Patch 1 fixes an issue with wrong port id being filled in mbufs allocated in Rx path. Patch 2 fixes an issue with Txq getting stuck when trying to coalesce mbufs with chains. Patch 3 reworks and simplifies the code