selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more comprehensive
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sun, 5 Feb 2023 19:24:09 +0000 (21:24 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 7 Feb 2023 11:20:21 +0000 (12:20 +0100)
commitbbb253b206b9c417928a6c827d038e457f3012e9
treec43791ac36cc703f2ef7aa6470386d3aa24c9040
parentf964f8399df29d3e3ced77177cf35131cd2491bf
selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more comprehensive

We have two IS1 filters of the OCELOT_VCAP_KEY_ANY key type (the one with
"action vlan pop" and the one with "action vlan modify") and one of the
OCELOT_VCAP_KEY_IPV4 key type (the one with "action skbedit priority").
But we have no IS1 filter with the OCELOT_VCAP_KEY_ETYPE key type, and
there was an uncaught breakage there.

To increase test coverage, convert one of the OCELOT_VCAP_KEY_ANY
filters to OCELOT_VCAP_KEY_ETYPE, by making the filter also match on the
MAC SA of the traffic sent by mausezahn, $h1_mac.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://lore.kernel.org/r/20230205192409.1796428-2-vladimir.oltean@nxp.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
tools/testing/selftests/drivers/net/ocelot/tc_flower_chains.sh