linux-xiaomi-chiron/tools/testing/selftests/drivers/net/mlxsw
Petr Machata 1233898ab7 selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale test
The mirror_gre_scale test creates as many ERSPAN sessions as the underlying
chip supports, and tests that they all work. In order to determine that it
issues a stream of ICMP packets and checks if they are mirrored as
expected.

However, the mausezahn invocation missed the -6 flag to identify the use of
IPv6 protocol, and was sending ICMP messages over IPv6, as opposed to
ICMP6. It also didn't pass an explicit source IP address, which apparently
worked at some point in the past, but does not anymore.

To fix these issues, extend the function mirror_test() in mirror_lib by
detecting the IPv6 protocol addresses, and using a different ICMP scheme.
Fix __mirror_gre_test() in the selftest itself to pass a source IP address.

Signed-off-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-04-23 14:01:28 -07:00
..
spectrum selftests: mlxsw: Return correct error code in resource scale tests 2021-04-23 14:01:28 -07:00
spectrum-2 selftests: mlxsw: Return correct error code in resource scale tests 2021-04-23 14:01:28 -07:00
blackhole_routes.sh selftests: mlxsw: Use busywait helper in blackhole routes test 2020-02-27 11:10:14 -08:00
devlink_trap.sh selftests: mlxsw: Add a test case for devlink-trap 2019-08-21 12:58:39 -07:00
devlink_trap_acl_drops.sh selftests: mlxsw: Do not hard code trap group name 2020-05-16 16:42:31 -07:00
devlink_trap_control.sh selftests: mlxsw: Add test for control packets 2020-06-01 11:49:23 -07:00
devlink_trap_l2_drops.sh selftests: mlxsw: Do not hard code trap group name 2020-05-16 16:42:31 -07:00
devlink_trap_l3_drops.sh selftests: mlxsw: Add blackhole_nexthop trap test 2020-11-24 12:14:56 -08:00
devlink_trap_l3_exceptions.sh selftests: mlxsw: Test unresolved neigh trap with resilient nexthop groups 2021-03-24 16:34:58 -07:00
devlink_trap_policer.sh selftests: mlxsw: Increase burst size for burst test 2020-08-24 17:36:11 -07:00
devlink_trap_tunnel_ipip.sh selftests: mlxsw: Do not hard code trap group name 2020-05-16 16:42:31 -07:00
devlink_trap_tunnel_vxlan.sh selftests: mlxsw: Do not hard code trap group name 2020-05-16 16:42:31 -07:00
ethtool_lanes.sh net: selftests: Add lanes setting test 2021-02-03 18:37:29 -08:00
extack.sh selftests: mlxsw: extack: Test creation of multiple VLAN-aware bridges 2020-02-17 14:42:53 -08:00
fib.sh selftests: Extend fib tests to run with and without flags notifications 2021-02-02 17:45:59 -08:00
fib_offload.sh selftests: mlxsw: Add a test for FIB offload indication 2019-06-18 09:45:37 -07:00
mirror_gre.sh selftests: mlxsw: Add mlxsw-specific test for mirror to gretap 2018-07-07 20:29:34 +09:00
mirror_gre_scale.sh selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale test 2021-04-23 14:01:28 -07:00
mlxsw_lib.sh selftests: mlxsw: Add mlxsw lib 2020-02-27 11:10:15 -08:00
one_armed_router.sh selftests: mlxsw: Add one-armed router test 2018-12-04 08:36:36 -08:00
port_scale.sh selftests: mlxsw: Remove a redundant if statement in port_scale test 2021-04-23 14:01:28 -07:00
q_in_q_veto.sh selftests: forwarding: Add QinQ veto testing 2020-12-01 15:21:13 -08:00
qos_defprio.sh selftests: mlxsw: qos_defprio: Use until_counter_is 2020-03-03 17:03:52 -08:00
qos_dscp_bridge.sh selftests: mlxsw: Fix local variable declarations in DSCP tests 2019-07-31 08:47:13 -07:00
qos_dscp_router.sh selftests: mlxsw: qos_dscp_router: Test no DSCP rewrite after pedit 2020-03-26 11:55:40 -07:00
qos_ets_strict.sh selftests: forwarding: devlink_lib: Split devlink_..._set() into save & set 2020-09-30 14:06:54 -07:00
qos_headroom.sh selftests: mlxsw: Add headroom handling test 2020-09-30 14:06:54 -07:00
qos_lib.sh selftests: mlxsw: qos_lib: Add a wrapper for running mlnx_qos 2020-09-30 14:06:54 -07:00
qos_mc_aware.sh selftests: forwarding: devlink_lib: Split devlink_..._set() into save & set 2020-09-30 14:06:54 -07:00
qos_pfc.sh selftests: mlxsw: Set headroom size of correct port 2021-01-04 13:36:32 -08:00
router_scale.sh selftests: mlxsw: Reduce router scale running time using offload indication 2020-02-27 11:10:15 -08:00
rtnetlink.sh selftests: mlxsw: Add resilient nexthop groups configuration tests 2021-03-24 16:34:58 -07:00
sch_ets.sh selftests: forwarding: devlink_lib: Split devlink_..._set() into save & set 2020-09-30 14:06:54 -07:00
sch_red_core.sh selftests: mlxsw: Increase the tolerance of backlog buildup 2021-04-23 14:01:28 -07:00
sch_red_ets.sh selftests: mlxsw: sch_red_ets: Test proper counter cleaning in ETS 2021-04-20 16:43:13 -07:00
sch_red_prio.sh selftests: mlxsw: Add a RED selftest 2020-02-27 11:10:14 -08:00
sch_red_root.sh selftests: mlxsw: RED: Test offload of mirror on RED early_drop qevent 2020-07-13 17:22:22 -07:00
sch_tbf_ets.sh selftests: mlxsw: Add a TBF selftest 2020-01-25 10:56:31 +01:00
sch_tbf_prio.sh selftests: mlxsw: Add a TBF selftest 2020-01-25 10:56:31 +01:00
sch_tbf_root.sh selftests: mlxsw: Add a TBF selftest 2020-01-25 10:56:31 +01:00
sharedbuffer.sh mlxsw: spectrum: Reduce priority of locally delivered packets 2020-05-26 20:33:58 -07:00
sharedbuffer_configuration.py tweewide: Fix most Shebang lines 2020-12-08 23:30:04 +09:00
tc_action_hw_stats.sh selftests: mlxsw: Add tc action hw_stats tests 2020-03-18 16:46:19 -07:00
tc_flower_scale.sh selftests: mlxsw: Remove a redundant if statement in tc_flower_scale test 2021-04-23 14:01:28 -07:00
tc_police_occ.sh selftests: mlxsw: Test policers' occupancy 2020-07-15 18:10:00 -07:00
tc_police_scale.sh selftests: mlxsw: Reduce runtime of tc-police scale test 2020-08-24 17:36:11 -07:00
tc_restrictions.sh selftests: mlxsw: Test matchall failure with protocol match 2021-03-29 13:37:25 -07:00
tc_sample.sh selftests: mlxsw: Test vetoing of double sampling 2021-03-29 13:37:26 -07:00
vxlan.sh selftests: mlxsw: Use busywait helper in vxlan test 2020-02-27 11:10:14 -08:00
vxlan_fdb_veto.sh selftests: mlxsw: Test veto of unsupported VXLAN FDBs 2019-01-17 15:18:47 -08:00
vxlan_flooding.sh selftests: mlxsw: Add a test for VxLAN flooding 2018-11-19 17:59:44 -08:00