Re: [dpdk-dev] [PATCH 0/2] bnxt bug fixes

2021-03-11 Thread Ajit Khaparde
On Tue, Mar 9, 2021 at 11:28 PM Kalesh A P wrote: > > From: Kalesh AP > > This series contain couple of bug fixes in bnxt PMD. > > Kalesh AP (2): > net/bnxt: fix HWRM and FW incompatibility handling > net/bnxt: mute some failure logs Patchset applied to dpdk-next-net-brcm. > > drivers/net/b

[dpdk-dev] [PATCH 0/2] bnxt bug fixes

2021-03-09 Thread Kalesh A P
From: Kalesh AP This series contain couple of bug fixes in bnxt PMD. Kalesh AP (2): net/bnxt: fix HWRM and FW incompatibility handling net/bnxt: mute some failure logs drivers/net/bnxt/bnxt_hwrm.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) -- 2.10.1

[dpdk-dev] [PATCH 0/2] bnxt bug fixes

2020-05-22 Thread Kalesh A P
From: Kalesh AP These are two bug fixes observed during regression testing with DPDK 20.05-rc3. Please apply. Kalesh AP (1): net/bnxt: fix the check for validating??link speed Rahul Gupta (1): net/bnxt: performance fix for Arm drivers/net/bnxt/bnxt.h| 1 + drivers/net/bnxt/bnxt_

Re: [dpdk-dev] [PATCH 0/2] bnxt bug fixes

2020-05-07 Thread Ajit Khaparde
On Tue, May 5, 2020 at 11:11 PM Kalesh A P < kalesh-anakkur.pura...@broadcom.com> wrote: > From: Kalesh AP > > Please apply. > > Kalesh AP (2): > net/bnxt: fix to alloc FW specified TQM ring context memory > net/bnxt: fix TQM ring context memory sizing formulas > Thanks Kalesh, Patches applie

[dpdk-dev] [PATCH 0/2] bnxt bug fixes

2020-05-05 Thread Kalesh A P
From: Kalesh AP Please apply. Kalesh AP (2): net/bnxt: fix to alloc FW specified TQM ring context memory net/bnxt: fix TQM ring context memory sizing formulas drivers/net/bnxt/bnxt.h| 2 +- drivers/net/bnxt/bnxt_ethdev.c | 21 + drivers/net/bnxt/bnxt_hwrm.c |

Re: [dpdk-dev] [PATCH 0/2] bnxt bug fixes

2020-04-23 Thread Ajit Khaparde
On Thu, Apr 23, 2020 at 7:46 AM Kalesh A P < kalesh-anakkur.pura...@broadcom.com> wrote: > From: Kalesh AP > > Please apply. > Applied to dpdk-next-net-brcm. Thanks > > Kalesh AP (1): > net/bnxt: fix to reset VNIC rxq count on VNIC free > > Rahul Gupta (1): > net/bnxt: fix for memleak durin

[dpdk-dev] [PATCH 0/2] bnxt bug fixes

2020-04-23 Thread Kalesh A P
From: Kalesh AP Please apply. Kalesh AP (1): net/bnxt: fix to reset VNIC rxq count on VNIC free Rahul Gupta (1): net/bnxt: fix for memleak during queue restart drivers/net/bnxt/bnxt_ethdev.c | 2 ++ drivers/net/bnxt/bnxt_hwrm.c | 12 drivers/net/bnxt/bnxt_rxr.c| 44 +++

Re: [dpdk-dev] [PATCH 0/2] bnxt bug fixes

2020-02-19 Thread Ajit Khaparde
On Wed, Feb 19, 2020 at 7:55 PM Kalesh A P < kalesh-anakkur.pura...@broadcom.com> wrote: > From: Kalesh AP > > These are couple of bnxt PMD bug fixes. Please apply. > Patches applied to dpdk-next-net-brcm. > > Kalesh AP (2): > net/bnxt: fix segmentation fault handling async events on port sto

[dpdk-dev] [PATCH 0/2] bnxt bug fixes

2020-02-19 Thread Kalesh A P
From: Kalesh AP These are couple of bnxt PMD bug fixes. Please apply. Kalesh AP (2): net/bnxt: fix segmentation fault handling async events on port stop net/bnxt: fix race when port is stopped and async events are received drivers/net/bnxt/bnxt_cpr.c | 6 ++ drivers/net/bnxt/bnxt_hwr