netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] ionic: add FLR support
@ 2023-07-12  0:20 Shannon Nelson
  2023-07-12  0:20 ` [PATCH net-next 1/5] ionic: remove dead device fail path Shannon Nelson
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Shannon Nelson @ 2023-07-12  0:20 UTC (permalink / raw)
  To: netdev, davem, kuba; +Cc: brett.creeley, drivers, Shannon Nelson

Add support for handing and recovering from a PCI FLR event.
This patchset first moves some code around to make it usable
in multiple paths, then adds the PCI error handler callbacks
for reset_prepare and reset_done.

Example test:
    echo 1 > /sys/bus/pci/devices/0000:2a:00.0/reset

Note: The first patch is cherry-picked from commit 3a7af34fb6e
      because it hasn't made it into net-next as of today and
      the remaining patches depend on this change.  This patch
      can be dropped from this series once net-next is updated.

Shannon Nelson (5):
  ionic: remove dead device fail path
  ionic: extract common bits from ionic_remove
  ionic: extract common bits from ionic_probe
  ionic: pull out common bits from fw_up
  ionic: add FLR recovery support

 .../ethernet/pensando/ionic/ionic_bus_pci.c   | 172 ++++++++++++------
 .../net/ethernet/pensando/ionic/ionic_lif.c   |  72 +++++---
 .../net/ethernet/pensando/ionic/ionic_lif.h   |   5 +
 3 files changed, 170 insertions(+), 79 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-07-12 17:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-12  0:20 [PATCH net-next 0/5] ionic: add FLR support Shannon Nelson
2023-07-12  0:20 ` [PATCH net-next 1/5] ionic: remove dead device fail path Shannon Nelson
2023-07-12  0:20 ` [PATCH net-next 2/5] ionic: extract common bits from ionic_remove Shannon Nelson
2023-07-12  0:20 ` [PATCH net-next 3/5] ionic: extract common bits from ionic_probe Shannon Nelson
2023-07-12  0:20 ` [PATCH net-next 4/5] ionic: pull out common bits from fw_up Shannon Nelson
2023-07-12  0:20 ` [PATCH net-next 5/5] ionic: add FLR recovery support Shannon Nelson
2023-07-12  9:01   ` Ido Schimmel
2023-07-12 17:02     ` Shannon Nelson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).