Message ID | 20210606082432.1463577-1-idosch@idosch.org (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Thermal and qdisc fixes | expand |
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sun, 6 Jun 2021 11:24:29 +0300 you wrote: > From: Ido Schimmel <idosch@nvidia.com> > > Patches #1-#2 fix wrong validation of burst size in qdisc code and a > user triggerable WARN_ON(). > > Patch #3 fixes a regression in thermal monitoring of transceiver modules > and gearboxes. > > [...] Here is the summary with links: - [net,1/3] mlxsw: reg: Spectrum-3: Enforce lowest max-shaper burst size of 11 https://git.kernel.org/netdev/net/c/306b9228c097 - [net,2/3] mlxsw: spectrum_qdisc: Pass handle, not band number to find_class() https://git.kernel.org/netdev/net/c/d566ed04e42b - [net,3/3] mlxsw: core: Set thermal zone polling delay argument to real value at init https://git.kernel.org/netdev/net/c/2fd8d84ce309 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Ido Schimmel <idosch@nvidia.com> Patches #1-#2 fix wrong validation of burst size in qdisc code and a user triggerable WARN_ON(). Patch #3 fixes a regression in thermal monitoring of transceiver modules and gearboxes. Mykola Kostenok (1): mlxsw: core: Set thermal zone polling delay argument to real value at init Petr Machata (2): mlxsw: reg: Spectrum-3: Enforce lowest max-shaper burst size of 11 mlxsw: spectrum_qdisc: Pass handle, not band number to find_class() drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 6 ++++-- drivers/net/ethernet/mellanox/mlxsw/reg.h | 2 +- drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c | 5 ++++- 3 files changed, 9 insertions(+), 4 deletions(-)