mbox series

[net-next,0/6] ionic error recovery fixes

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

Message

Shannon Nelson March 20, 2020, 2:31 a.m. UTC
These are a few little patches to make error recovery a little
more safe and successful.

Shannon Nelson (6):
  ionic: add timeout error checking for queue disable
  ionic: leave dev cmd request contents alone on FW timeout
  ionic: only save good lif dentry
  ionic: ignore eexist on rx filter add
  ionic: clean irq affinity on queue deinit
  ionic: check for NULL structs on teardown

 .../ethernet/pensando/ionic/ionic_debugfs.c   |  8 ++-
 .../net/ethernet/pensando/ionic/ionic_lif.c   | 52 ++++++++++++-------
 .../net/ethernet/pensando/ionic/ionic_main.c  | 12 ++++-
 3 files changed, 50 insertions(+), 22 deletions(-)