mbox series

[net-next,0/8] ionic error recovery

Message ID 20201001162246.18508-1-snelson@pensando.io
Headers show
Series ionic error recovery | expand

Message

Shannon Nelson Oct. 1, 2020, 4:22 p.m. UTC
This set of patches comes mostly from error recovery path testing,
as well as a couple of upstream review comments.

Shannon Nelson (8):
  ionic: contiguous memory for notifyq
  ionic: drain the work queue
  ionic: clear linkcheck bit on alloc fail
  ionic: check qcq ptr in ionic_qcq_disable
  ionic: disable all queue napi contexts on timeout
  ionic: refill lif identity after fw_up
  ionic: use lif ident for filter count
  ionic: add new bad firmware error code

 .../ethernet/pensando/ionic/ionic_bus_pci.c   |  10 +-
 .../net/ethernet/pensando/ionic/ionic_if.h    |   1 +
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 193 +++++++++++-------
 .../net/ethernet/pensando/ionic/ionic_main.c  |  18 +-
 4 files changed, 134 insertions(+), 88 deletions(-)

Comments

David Miller Oct. 2, 2020, 11:30 p.m. UTC | #1
From: Shannon Nelson <snelson@pensando.io>
Date: Thu,  1 Oct 2020 09:22:38 -0700

> This set of patches comes mostly from error recovery path testing,
> as well as a couple of upstream review comments.

Series applied, thank you.