diff options
author | Danielle Ratson <danieller@mellanox.com> | 2019-10-17 09:55:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-18 10:05:37 -0700 |
commit | fa57dd728b687bb707efa104529fd6c73e5f98ae (patch) | |
tree | 567549bcf7cbe7435354809e1fc837d5732f1b85 /tools/testing/selftests/drivers/net/mlxsw/spectrum-2/resource_scale.sh | |
parent | 317ff0bba6b0dbe10cca96e925cd6fa7e0cc3f2d (diff) | |
download | blackbird-op-linux-fa57dd728b687bb707efa104529fd6c73e5f98ae.tar.gz blackbird-op-linux-fa57dd728b687bb707efa104529fd6c73e5f98ae.zip |
selftests: mlxsw: Add Spectrum-2 target scale for tc flower scale test
Return the maximum number of tc flower filters that can be offloaded.
Currently, this value corresponds to the number of counters supported by
the driver.
Signed-off-by: Danielle Ratson <danieller@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/drivers/net/mlxsw/spectrum-2/resource_scale.sh')
-rwxr-xr-x | tools/testing/selftests/drivers/net/mlxsw/spectrum-2/resource_scale.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/resource_scale.sh b/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/resource_scale.sh index 3bb9147890fa..2b5f4f7cc905 100755 --- a/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/resource_scale.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/resource_scale.sh @@ -20,7 +20,7 @@ cleanup() trap cleanup EXIT -ALL_TESTS="mirror_gre" +ALL_TESTS="tc_flower mirror_gre" for current_test in ${TESTS:-$ALL_TESTS}; do source ${current_test}_scale.sh |