Message ID | 20210128144820.3280295-1-idosch@idosch.org (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Various fixes | expand |
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 28 Jan 2021 16:48:18 +0200 you wrote: > From: Ido Schimmel <idosch@nvidia.com> > > Patch #1 fixes wrong invocation of mausezahn in a couple of selftests. > The tests started failing after Fedora updated their libnet package from > version 1.1.6 to 1.2.1. With the fix the tests pass regardless of libnet > version. > > [...] Here is the summary with links: - [net,1/2] selftests: forwarding: Specify interface when invoking mausezahn https://git.kernel.org/netdev/net/c/11df27f7fdf0 - [net,2/2] mlxsw: spectrum_span: Do not overwrite policer configuration https://git.kernel.org/netdev/net/c/b6f6881aaf23 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> Patch #1 fixes wrong invocation of mausezahn in a couple of selftests. The tests started failing after Fedora updated their libnet package from version 1.1.6 to 1.2.1. With the fix the tests pass regardless of libnet version. Patch #2 fixes an issue in the mirroring to CPU code that results in policer configuration being overwritten. Danielle Ratson (1): selftests: forwarding: Specify interface when invoking mausezahn Ido Schimmel (1): mlxsw: spectrum_span: Do not overwrite policer configuration drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c | 6 ++++++ drivers/net/ethernet/mellanox/mlxsw/spectrum_span.h | 1 + tools/testing/selftests/net/forwarding/router_mpath_nh.sh | 2 +- tools/testing/selftests/net/forwarding/router_multipath.sh | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-)