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
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
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.
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
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.
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
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.
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 +++