Re: [PATCH net 0/4] bnxt_en: Bug fixes.

2020-11-16 Thread Jakub Kicinski
On Sun, 15 Nov 2020 19:27:48 -0500 Michael Chan wrote: > This first patch fixes a module eeprom A2h addressing issue. The next > 2 patches fix counter related issues. The last one skips an > unsupported firmware call on the VF to avoid the error log. > > Please queue the 1st 3 patches for -stabl

[PATCH net 0/4] bnxt_en: Bug fixes.

2020-11-15 Thread Michael Chan
This first patch fixes a module eeprom A2h addressing issue. The next 2 patches fix counter related issues. The last one skips an unsupported firmware call on the VF to avoid the error log. Please queue the 1st 3 patches for -stable. Thanks. Edwin Peer (1): bnxt_en: read EEPROM A2h address u

Re: [PATCH net 0/4] bnxt_en: Bug fixes.

2020-06-23 Thread David Miller
From: Michael Chan Date: Tue, 23 Jun 2020 19:01:34 -0400 > The first patch stores the firmware version code which is needed by the > next 2 patches to determine some worarounds based on the firmware version. > The workarounds are to disable legacy TX push mode and to clear the > hardware statisti

Re: [PATCH net 0/4] bnxt_en: Bug fixes.

2020-06-23 Thread Jakub Kicinski
On Tue, 23 Jun 2020 19:01:34 -0400 Michael Chan wrote: > The first patch stores the firmware version code which is needed by the > next 2 patches to determine some worarounds based on the firmware version. > The workarounds are to disable legacy TX push mode and to clear the > hardware statistics d

[PATCH net 0/4] bnxt_en: Bug fixes.

2020-06-23 Thread Michael Chan
The first patch stores the firmware version code which is needed by the next 2 patches to determine some worarounds based on the firmware version. The workarounds are to disable legacy TX push mode and to clear the hardware statistics during ifdown. The last patch checks that it is a PF before rea

Re: [PATCH net 0/4] bnxt_en: Bug fixes.

2020-06-15 Thread David Miller
From: Michael Chan Date: Sun, 14 Jun 2020 19:57:06 -0400 > Four fixes related to the bnxt_en driver's resume path, AER reset, and > the timer function. Series applied, thanks Michael.

[PATCH net 0/4] bnxt_en: Bug fixes.

2020-06-14 Thread Michael Chan
Four fixes related to the bnxt_en driver's resume path, AER reset, and the timer function. Michael Chan (3): bnxt_en: Simplify bnxt_resume(). bnxt_en: Re-enable SRIOV during resume. bnxt_en: Fix AER reset logic on 57500 chips. Vasundhara Volam (1): bnxt_en: Return from timer if interface

Re: [PATCH net 0/4] bnxt_en: Bug fixes.

2019-05-22 Thread David Miller
From: Michael Chan Date: Wed, 22 May 2019 19:12:53 -0400 > There are 4 driver fixes in this series: > > 1. Fix RX buffer leak during OOM condition. > 2. Call pci_disable_msix() under correct conditions to prevent hitting BUG. > 3. Reduce unneeded mmeory allocation in kdump kernel to prevent OOM.

[PATCH net 0/4] bnxt_en: Bug fixes.

2019-05-22 Thread Michael Chan
There are 4 driver fixes in this series: 1. Fix RX buffer leak during OOM condition. 2. Call pci_disable_msix() under correct conditions to prevent hitting BUG. 3. Reduce unneeded mmeory allocation in kdump kernel to prevent OOM. 4. Don't read device serial number on VFs because it is not supporte

Re: [PATCH net 0/4] bnxt_en: Bug fixes.

2018-12-09 Thread David Miller
From: Michael Chan Date: Sun, 9 Dec 2018 07:00:58 -0500 > The first patch fixes a regression on CoS queue setup, introduced > recently by the 57500 new chip support patches. The rest are > fixes related to ring and resource accounting on the new 57500 chips. Series applied.

[PATCH net 0/4] bnxt_en: Bug fixes.

2018-12-09 Thread Michael Chan
The first patch fixes a regression on CoS queue setup, introduced recently by the 57500 new chip support patches. The rest are fixes related to ring and resource accounting on the new 57500 chips. Michael Chan (4): bnxt_en: Fix CNP CoS queue regression. bnxt_en: Keep track of reserved IRQs.