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 FW indicates everything is ready. > > Patchset against dpdk-next-net. Please apply. > > v2->v3: Some APIs and dev_ops return types has been updated since > v2 was submitted. This version addresses the conflicts on > account of that. > > Kalesh AP (15): > 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: add hot firmware upgrade support for Stingray > net/bnxt: reduce verbosity of logs > net/bnxt: avoid null pointer dereference > net/bnxt: use BIT macro instead of bit fields > net/bnxt: add PTP support for Thor
Series applied to dpdk-next-net/master, thanks.