mbox series

[net,00/16] ionic: updates for stable FW recovery

Message ID 20220124185312.72646-1-snelson@pensando.io (mailing list archive)
Headers show
Series ionic: updates for stable FW recovery | expand

Message

Shannon Nelson Jan. 24, 2022, 6:52 p.m. UTC
Recent FW work has tightened up timings in its error recovery
handling and uncovered weaknesses in the driver's responses,
so this is a set of updates primarily for better handling of
the firmware's recovery mechanisms.

Brett Creeley (7):
  ionic: Don't send reset commands if FW isn't running
  ionic: Correctly print AQ errors if completions aren't received
  ionic: Allow flexibility for error reporting on dev commands
  ionic: Query FW when getting VF info via ndo_get_vf_config
  ionic: Prevent filter add/del err msgs when the device is not
    available
  ionic: Cleanups in the Tx hotpath code
  ionic: disable napi when ionic_lif_init() fails

Shannon Nelson (9):
  ionic: fix type complaint in ionic_dev_cmd_clean()
  ionic: start watchdog after all is setup
  ionic: separate function for watchdog init
  ionic: add FW_STOPPING state
  ionic: better handling of RESET event
  ionic: fix up printing of timeout error
  ionic: remove the dbid_inuse bitmap
  ionic: stretch heartbeat detection
  ionic: replace set_vf data with union

 drivers/net/ethernet/pensando/ionic/ionic.h   |   7 +-
 .../ethernet/pensando/ionic/ionic_bus_pci.c   |  17 +-
 .../net/ethernet/pensando/ionic/ionic_dev.c   | 162 ++++++++-------
 .../net/ethernet/pensando/ionic/ionic_dev.h   |   6 +-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 189 +++++++++++++-----
 .../net/ethernet/pensando/ionic/ionic_lif.h   |   2 +-
 .../net/ethernet/pensando/ionic/ionic_main.c  | 125 ++++++++----
 .../ethernet/pensando/ionic/ionic_rx_filter.c |  37 +++-
 .../net/ethernet/pensando/ionic/ionic_txrx.c  |  66 +++---
 9 files changed, 409 insertions(+), 202 deletions(-)

Comments

Jakub Kicinski Jan. 25, 2022, 6:03 p.m. UTC | #1
On Mon, 24 Jan 2022 10:52:56 -0800 Shannon Nelson wrote:
> Recent FW work has tightened up timings in its error recovery
> handling and uncovered weaknesses in the driver's responses,
> so this is a set of updates primarily for better handling of
> the firmware's recovery mechanisms.

Applied, thanks, 8a0de61c40af ("Merge branch 'ionic-fw-recovery'")
in net-next.