mbox series

[net,0/3] bnxt_en: AER fixes

Message ID 20240419183449.234327-1-michael.chan@broadcom.com (mailing list archive)
Headers show
Series bnxt_en: AER fixes | expand

Message

Michael Chan April 19, 2024, 6:34 p.m. UTC
This patchset fixes issues in the AER recovery logic.  The first patch
refactors the code to make a shutdown function available for AER fatal
errors.  The second patch fixes the AER fatal recovery logic.  The
third patch fixes the health register logic to fix AER recovery failure
for the new P7 chips.

Michael Chan (1):
  bnxt_en: Fix error recovery for 5760X (P7) chips

Vikas Gupta (2):
  bnxt_en: refactor reset close code
  bnxt_en: Fix the PCI-AER routines

 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 38 +++++++++++++++++------
 1 file changed, 28 insertions(+), 10 deletions(-)

Comments

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

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 19 Apr 2024 11:34:46 -0700 you wrote:
> This patchset fixes issues in the AER recovery logic.  The first patch
> refactors the code to make a shutdown function available for AER fatal
> errors.  The second patch fixes the AER fatal recovery logic.  The
> third patch fixes the health register logic to fix AER recovery failure
> for the new P7 chips.
> 
> Michael Chan (1):
>   bnxt_en: Fix error recovery for 5760X (P7) chips
> 
> [...]

Here is the summary with links:
  - [net,1/3] bnxt_en: refactor reset close code
    https://git.kernel.org/netdev/net/c/7474b1c82be3
  - [net,2/3] bnxt_en: Fix the PCI-AER routines
    https://git.kernel.org/netdev/net/c/a1acdc226bae
  - [net,3/3] bnxt_en: Fix error recovery for 5760X (P7) chips
    https://git.kernel.org/netdev/net/c/41e54045b741

You are awesome, thank you!