Re: [PATCH net 0/2] bnxt_en: 2 bug fixes.

2021-02-11 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 11 Feb 2021 02:24:22 -0500 you wrote: > Two unrelated fixes. The first one fixes intermittent false TX timeouts > during ring reconfigurations. The second one fixes a formatting > discrepancy between the stored and th

[PATCH net 0/2] bnxt_en: 2 bug fixes.

2021-02-10 Thread Michael Chan
Two unrelated fixes. The first one fixes intermittent false TX timeouts during ring reconfigurations. The second one fixes a formatting discrepancy between the stored and the running FW versions. Please also queue these for -stable. Thanks. Edwin Peer (1): bnxt_en: reverse order of TX disabl

Re: [PATCH net 0/2] bnxt_en: 2 bug fixes.

2019-04-08 Thread David Miller
From: Michael Chan Date: Mon, 8 Apr 2019 17:39:53 -0400 > The first patch prevents possible driver crash if we get a bad RX index > from the hardware. The second patch resets the device when the hardware > reports buffer error to recover from the error. > > Please queue these for -stable also.

[PATCH net 0/2] bnxt_en: 2 bug fixes.

2019-04-08 Thread Michael Chan
The first patch prevents possible driver crash if we get a bad RX index from the hardware. The second patch resets the device when the hardware reports buffer error to recover from the error. Please queue these for -stable also. Thanks. Michael Chan (2): bnxt_en: Improve RX consumer index val

Re: [PATCH net 0/2] bnxt_en: 2 bug fixes.

2016-11-13 Thread David Miller
From: Michael Chan Date: Fri, 11 Nov 2016 00:11:41 -0500 > Bug fixes in bnxt_setup_tc() and VF vitual link state. Series applied, thanks Michael.

[PATCH net 0/2] bnxt_en: 2 bug fixes.

2016-11-10 Thread Michael Chan
Bug fixes in bnxt_setup_tc() and VF vitual link state. Michael Chan (2): bnxt_en: Fix ring arithmetic in bnxt_setup_tc(). bnxt_en: Fix VF virtual link state. drivers/net/ethernet/broadcom/bnxt/bnxt.c | 11 ++- drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 4 ++-- 2 files c

Re: [PATCH net 0/2] bnxt_en: 2 bug fixes.

2016-05-04 Thread David Miller
From: Michael Chan Date: Wed, 4 May 2016 16:56:42 -0400 > Fix crash on ppc64 due to missing memory barrier and restore multicast > after reset. Looks good, series applied, thanks.

[PATCH net 0/2] bnxt_en: 2 bug fixes.

2016-05-04 Thread Michael Chan
Fix crash on ppc64 due to missing memory barrier and restore multicast after reset. Michael Chan (2): bnxt_en: Need memory barrier when processing the completion ring. bnxt_en: Setup multicast properly after resetting device. drivers/net/ethernet/broadcom/bnxt/bnxt.c | 23 +++