Message ID | 20210310110220.2534350-1-idosch@idosch.org (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Misc updates | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 13:02:14 +0200 you wrote: > From: Ido Schimmel <idosch@nvidia.com> > > This patch set contains miscellaneous updates for mlxsw. > > Patches #1-#2 reword an extack message to make it clearer and fix a > comment. > > [...] Here is the summary with links: - [net-next,1/6] mlxsw: spectrum: Reword an error message for Q-in-Q veto https://git.kernel.org/netdev/net-next/c/825e8885779d - [net-next,2/6] mlxsw: reg: Fix comment about slot_index field in PMAOS register https://git.kernel.org/netdev/net-next/c/675e5a1e1afa - [net-next,3/6] mlxsw: spectrum: Bump minimum FW version to xx.2008.2406 https://git.kernel.org/netdev/net-next/c/2ab781c2ccf4 - [net-next,4/6] mlxsw: reg: Extend MFDE register with new log_ip field https://git.kernel.org/netdev/net-next/c/ff12ba3ad78d - [net-next,5/6] mlxsw: core: Expose MFDE.log_ip to devlink health https://git.kernel.org/netdev/net-next/c/315afd2068a8 - [net-next,6/6] mlxsw: Adjust some MFDE fields shift and size to fw implementation https://git.kernel.org/netdev/net-next/c/4734a750f467 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> This patch set contains miscellaneous updates for mlxsw. Patches #1-#2 reword an extack message to make it clearer and fix a comment. Patch #3 bumps the minimum firmware version enforced by mlxsw. This is needed for two upcoming features: Resilient hashing and per-flow sampling. Patches #4-#6 improve the information reported via devlink-health for 'fw_fatal' events. Amit Cohen (1): mlxsw: reg: Fix comment about slot_index field in PMAOS register Danielle Ratson (4): mlxsw: spectrum: Reword an error message for Q-in-Q veto mlxsw: reg: Extend MFDE register with new log_ip field mlxsw: core: Expose MFDE.log_ip to devlink health mlxsw: Adjust some MFDE fields shift and size to fw implementation Petr Machata (1): mlxsw: spectrum: Bump minimum FW version to xx.2008.2406 drivers/net/ethernet/mellanox/mlxsw/core.c | 6 +++++- drivers/net/ethernet/mellanox/mlxsw/reg.h | 13 ++++++++++--- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 8 ++++---- 3 files changed, 19 insertions(+), 8 deletions(-)