On 8/30/2019 5:35 PM, 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 FW indicates everything is ready. > > Patchset against dpdk-next-net. Please apply. > > Kalesh AP (13): > net/bnxt: add FW reset HWRM command > net/bnxt: prevent device access when device is in reset > net/bnxt: handle reset notify async event from FW > net/bnxt: inform firmware about IF state changes > net/bnxt: handle fatal event from FW under error conditions > net/bnxt: query firmware error recovery capabilities > net/bnxt: map status registers for FW health monitoring > net/bnxt: advertise error recovery capability and handle async event > net/bnxt: add code for periodic FW health monitoring > net/bnxt: add support for FW reset > net/bnxt: reduce verbosity of logs > net/bnxt: use BIT macro instead of bit fields > net/bnxt: avoid null pointer dereference
Hi Ajit, Kalesh, Some APIs and dev_ops return types has been changed in the next-net, and the patch conflict because of those changes, can you please send a new version on top of latest next-net? Thanks, ferruh