A follow-up patchset for the recently added health and error recovery
feature.  The first fix is to prevent .ndo_set_rx_mode() from proceeding
when reset is in progress.  The 2nd fix is for the firmware coredump
command.  The 3rd and 4th patches update the error recovery process
slightly to add a state that polls and waits for the firmware to be down.

Michael Chan (2):
  bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in
    open state.
  bnxt_en: Update firmware interface spec. to 1.10.0.100.

Vasundhara Volam (2):
  bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commands
  bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.

 drivers/net/ethernet/broadcom/bnxt/bnxt.c         |  56 +++++++--
 drivers/net/ethernet/broadcom/bnxt/bnxt.h         |   4 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c |   2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h     | 146 +++++++++++++++-------
 4 files changed, 156 insertions(+), 52 deletions(-)

-- 
2.5.1

Reply via email to