Re: [dpdk-dev] [PATCH v3 00/15] bnxt patchset to support device error recovery

2019-10-02 Thread Ferruh Yigit
On 10/2/2019 2:23 AM, Ajit Khaparde wrote: > This patchset adds support to monitor the health of the firmware and the > underlying device and recover to an operational state in case of error. > We can also detect if a FW upgrade is in progress and quiesce all > access to the device and recover once

[dpdk-dev] [PATCH v3 00/15] bnxt patchset to support device error recovery

2019-10-01 Thread Ajit Khaparde
This patchset adds support to monitor the health of the firmware and the underlying device and recover to an operational state in case of error. We can also detect if a FW upgrade is in progress and quiesce all access to the device and recover once FW indicates everything is ready. Patchset agains

Re: [dpdk-dev] [PATCH v3 00/15] bnxt patchset

2018-10-03 Thread Ferruh Yigit
On 9/29/2018 2:59 AM, Ajit Khaparde wrote: > Patchset against dpdk-next-net. > > v1->v2: > net/bnxt: get rid of ff pools array and use the vnic info array instead > - Fix access to uninitialized variable. > - Rectify the wrong 'Fixes' reference. > > net/bnxt: update HWRM version > - Update from 1

Re: [dpdk-dev] [PATCH v3 00/15] bnxt patchset

2018-10-02 Thread Ajit Khaparde
> > > > net/bnxt: update HWRM version > > net/bnxt: update HWRM version part 2 > > net/bnxt: update HWRM version part 3 > > Is there a logical to separation of part 1,2 & 3? > Commit logs are empty and there is nothing distinctive from commits. If the > separation is not logical but just phys

Re: [dpdk-dev] [PATCH v3 00/15] bnxt patchset

2018-10-02 Thread Ferruh Yigit
On 9/29/2018 2:59 AM, Ajit Khaparde wrote: > Patchset against dpdk-next-net. > > v1->v2: > net/bnxt: get rid of ff pools array and use the vnic info array instead > - Fix access to uninitialized variable. > - Rectify the wrong 'Fixes' reference. > > net/bnxt: update HWRM version > - Update from 1

[dpdk-dev] [PATCH v3 00/15] bnxt patchset

2018-09-28 Thread Ajit Khaparde
Patchset against dpdk-next-net. v1->v2: net/bnxt: get rid of ff pools array and use the vnic info array instead - Fix access to uninitialized variable. - Rectify the wrong 'Fixes' reference. net/bnxt: update HWRM version - Update from 1.9.2.45 to version 1.9.2.53 v2->v3: net/bnxt: update HWRM ve