Message ID | 20201117173352.288491-1-idosch@idosch.org |
---|---|
Headers | show |
Series | mlxsw: Couple of fixes | expand |
On Tue, 17 Nov 2020 19:33:50 +0200 Ido Schimmel wrote: > This patch set contains two fixes for mlxsw. > > Patch #1 fixes firmware flashing when CONFIG_MLXSW_CORE=y and > CONFIG_MLXFW=m. > > Patch #2 prevents EMAD transactions from needlessly failing when the > system is under heavy load by using exponential backoff. > > Please consider patch #2 for stable. Applied, and queued, thanks!
From: Ido Schimmel <idosch@nvidia.com> This patch set contains two fixes for mlxsw. Patch #1 fixes firmware flashing when CONFIG_MLXSW_CORE=y and CONFIG_MLXFW=m. Patch #2 prevents EMAD transactions from needlessly failing when the system is under heavy load by using exponential backoff. Please consider patch #2 for stable. Ido Schimmel (2): mlxsw: Fix firmware flashing mlxsw: core: Use variable timeout for EMAD retries drivers/net/ethernet/mellanox/mlxsw/Kconfig | 2 +- drivers/net/ethernet/mellanox/mlxsw/core.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)