mbox series

[net,0/2] selftests: mlxsw: A couple of fixes

Message ID 20220302161447.217447-1-idosch@nvidia.com (mailing list archive)
Headers show
Series selftests: mlxsw: A couple of fixes | expand

Message

Ido Schimmel March 2, 2022, 4:14 p.m. UTC
Patch #1 fixes a breakage due to a change in iproute2 output. The real
problem is not iproute2, but the fact that the check was not strict
enough. Fixed by using JSON output instead. Targeting at net so that the
test will pass as part of old and new kernels regardless of iproute2
version.

Patch #2 fixes an issue uncovered by the first one.

Amit Cohen (2):
  selftests: mlxsw: tc_police_scale: Make test more robust
  selftests: mlxsw: resource_scale: Fix return value

 .../selftests/drivers/net/mlxsw/spectrum/resource_scale.sh     | 2 +-
 tools/testing/selftests/drivers/net/mlxsw/tc_police_scale.sh   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 3, 2022, 4:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  2 Mar 2022 18:14:45 +0200 you wrote:
> Patch #1 fixes a breakage due to a change in iproute2 output. The real
> problem is not iproute2, but the fact that the check was not strict
> enough. Fixed by using JSON output instead. Targeting at net so that the
> test will pass as part of old and new kernels regardless of iproute2
> version.
> 
> Patch #2 fixes an issue uncovered by the first one.
> 
> [...]

Here is the summary with links:
  - [net,1/2] selftests: mlxsw: tc_police_scale: Make test more robust
    https://git.kernel.org/netdev/net/c/dc9752075341
  - [net,2/2] selftests: mlxsw: resource_scale: Fix return value
    https://git.kernel.org/netdev/net/c/196f9bc050cb

You are awesome, thank you!