Re: [dpdk-dev] [PATCH v2 0/7] bnxt patchset with bug fixes

2020-02-06 Thread Ajit Khaparde
On Thu, Feb 6, 2020 at 10:44 AM Ajit Khaparde wrote: > v1->v2: fixed the commit logs. > Patchset applied to dpdk-next-net-brcm. > > Kalesh AP (5): > net/bnxt: fix unnecessary delay in port stop > net/bnxt: log firmware debug notifications > net/bnxt: register for debug notification event

[dpdk-dev] [PATCH v2 0/7] bnxt patchset with bug fixes

2020-02-06 Thread Ajit Khaparde
v1->v2: fixed the commit logs. Kalesh AP (5): net/bnxt: fix unnecessary delay in port stop net/bnxt: log firmware debug notifications net/bnxt: register for debug notification event from FW net/bnxt: fix to call port stop when error recovery fails net/bnxt: move locally used functions to

Re: [dpdk-dev] [PATCH v2 0/7] bnxt patchset

2018-05-22 Thread Ferruh Yigit
On 5/22/2018 7:13 PM, Ajit Khaparde wrote: > Patchset contains fixes mostly; against dpdk-next-net. > Please apply. > > v1->v2: updated commit log, messages as requested. > > Ajit Khaparde (7): > net/bnxt: add fallthrough comment > net/bnxt: fix Tx and Rx burst for secondary processes > net

[dpdk-dev] [PATCH v2 0/7] bnxt patchset

2018-05-22 Thread Ajit Khaparde
Patchset contains fixes mostly; against dpdk-next-net. Please apply. v1->v2: updated commit log, messages as requested. Ajit Khaparde (7): net/bnxt: add fallthrough comment net/bnxt: fix Tx and Rx burst for secondary processes net/bnxt: fix RSS hash configuration net/bnxt: fix to use 1st

Re: [dpdk-dev] [PATCH v2 0/7] bnxt patchset

2018-01-26 Thread Ferruh Yigit
On 1/26/2018 5:35 PM, Ferruh Yigit wrote: > On 1/25/2018 10:47 PM, Ajit Khaparde wrote: >> Please apply this patchset. >> I have incorporated most of the comments that we got in v1. >> The switch to SPDX tags is in the works and will be submitted separately. >> >> Ajit Khaparde (6): >> net/bnxt:

Re: [dpdk-dev] [PATCH v2 0/7] bnxt patchset

2018-01-26 Thread Ferruh Yigit
On 1/25/2018 10:47 PM, Ajit Khaparde wrote: > Please apply this patchset. > I have incorporated most of the comments that we got in v1. > The switch to SPDX tags is in the works and will be submitted separately. > > Ajit Khaparde (6): > net/bnxt: fix size of tx ring in HW > net/bnxt: use drive

[dpdk-dev] [PATCH v2 0/7] bnxt patchset

2018-01-25 Thread Ajit Khaparde
Please apply this patchset. I have incorporated most of the comments that we got in v1. The switch to SPDX tags is in the works and will be submitted separately. Ajit Khaparde (6): net/bnxt: fix size of tx ring in HW net/bnxt: use driver specific dynamic log type net/bnxt: register for more