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