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

2020-10-26 Thread Jakub Kicinski
On Mon, 26 Oct 2020 00:18:16 -0400 Michael Chan wrote: > These 5 bug fixes are all related to the firmware reset or AER recovery. > 2 patches fix the cleanup logic for the workqueue used to handle firmware > reset and recovery. 1 patch ensures that the chip will have the proper > BAR addresses latc

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

2020-10-25 Thread Michael Chan
These 5 bug fixes are all related to the firmware reset or AER recovery. 2 patches fix the cleanup logic for the workqueue used to handle firmware reset and recovery. 1 patch ensures that the chip will have the proper BAR addresses latched after fatal AER recovery. 1 patch fixes the open path to c

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

2019-10-22 Thread Jakub Kicinski
On Mon, 21 Oct 2019 01:34:24 -0400, Michael Chan wrote: > Devlink and error recovery bug fix patches. Most of the work is by > Vasundhara Volam. Thanks, applied. > Please queue patch 1 and 2 for -stable also. Thanks. FWIW these will likely only reach 5.3 since it looks like the bug dates to

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

2019-10-20 Thread Michael Chan
Devlink and error recovery bug fix patches. Most of the work is by Vasundhara Volam. Please queue patch 1 and 2 for -stable also. Thanks. Michael Chan (1): bnxt_en: Fix devlink NVRAM related byte order related issues. Vasundhara Volam (4): bnxt_en: Fix the size of devlink MSIX parameters.

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

2019-06-30 Thread David Miller
From: Michael Chan Date: Sat, 29 Jun 2019 11:16:43 -0400 > Miscellaneous bug fix patches, including two resource handling fixes for > the RDMA driver, a PCI shutdown patch to add pci_disable_device(), a patch > to fix ethtool selftest crash, and the last one suppresses an unnecessry > error messa

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

2019-06-29 Thread Michael Chan
Miscellaneous bug fix patches, including two resource handling fixes for the RDMA driver, a PCI shutdown patch to add pci_disable_device(), a patch to fix ethtool selftest crash, and the last one suppresses an unnecessry error message. Please also queue patches 1, 2, and 3 for -stable. Thanks. M

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

2016-02-16 Thread David Miller
From: Michael Chan Date: Wed, 10 Feb 2016 17:33:45 -0500 > Fixed autoneg logic and some related cleanups, fixed tx push operation, > and reduced default ring sizes. Series applied, thanks Michael.

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

2016-02-10 Thread Michael Chan
Fixed autoneg logic and some related cleanups, fixed tx push operation, and reduced default ring sizes. Michael Chan (5): bnxt_en: Fix ethtool autoneg logic. bnxt_en: Cleanup and Fix flow control setup logic bnxt_en: Remove 20G support and advertise only 40GbaseCR4. bnxt_en: Fix implementa

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

2015-11-05 Thread David Miller
From: Michael Chan Date: Thu, 5 Nov 2015 16:25:46 -0500 > Miscellaneous small bug fixes. This looks fine, series applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.

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

2015-11-05 Thread Michael Chan
Miscellaneous small bug fixes. Michael Chan (5): bnxt_en: Change sp events definitions to represent bit position. bnxt_en: Determine tcp/ipv6 RSS hash type correctly. bnxt_en: map CAG_REG_LEGACY_INT_STATUS_MASK to GRC window #4 bnxt_en: Fix comparison of u16 sw_id against negative value.