mbox series

[net,0/3] ionic: PCI error handling fixes

Message ID 20240223222742.13923-1-shannon.nelson@amd.com (mailing list archive)
Headers show
Series ionic: PCI error handling fixes | expand

Message

Nelson, Shannon Feb. 23, 2024, 10:27 p.m. UTC
These are a few things to make our PCI reset handling better.

Shannon Nelson (3):
  ionic: check before releasing pci regions
  ionic: check cmd_regs before copying in or out
  ionic: restore netdev feature bits after reset

 .../net/ethernet/pensando/ionic/ionic_bus_pci.c | 17 ++++++++++-------
 drivers/net/ethernet/pensando/ionic/ionic_dev.c | 10 ++++++++++
 .../net/ethernet/pensando/ionic/ionic_ethtool.c |  7 ++++++-
 drivers/net/ethernet/pensando/ionic/ionic_fw.c  |  5 +++++
 drivers/net/ethernet/pensando/ionic/ionic_lif.c |  5 ++++-
 .../net/ethernet/pensando/ionic/ionic_main.c    |  3 +++
 6 files changed, 38 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 27, 2024, 12:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 23 Feb 2024 14:27:39 -0800 you wrote:
> These are a few things to make our PCI reset handling better.
> 
> Shannon Nelson (3):
>   ionic: check before releasing pci regions
>   ionic: check cmd_regs before copying in or out
>   ionic: restore netdev feature bits after reset
> 
> [...]

Here is the summary with links:
  - [net,1/3] ionic: check before releasing pci regions
    https://git.kernel.org/netdev/net/c/a36b0787f074
  - [net,2/3] ionic: check cmd_regs before copying in or out
    https://git.kernel.org/netdev/net/c/7662fad348ac
  - [net,3/3] ionic: restore netdev feature bits after reset
    https://git.kernel.org/netdev/net/c/155a1efc9b96

You are awesome, thank you!