Searched hist:"1 be79d89b7ae96e004911bd228ce8c2b5cc6415f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | gre_multipath.sh | diff 1be79d89b7ae96e004911bd228ce8c2b5cc6415f Tue Jul 23 03:19:26 CDT 2019 Ido Schimmel <idosch@mellanox.com> selftests: forwarding: gre_multipath: Fix flower filters
The TC filters used in the test do not work with veth devices because the outer Ethertype is 802.1Q and not IPv4. The test passes with mlxsw netdevs since the hardware always looks at "The first Ethertype that does not point to either: VLAN, CNTAG or configurable Ethertype".
Fix this by matching on the VLAN ID instead, but on the ingress side. The reason why this is not performed at egress is explained in the commit cited below.
Fixes: 541ad323db3a ("selftests: forwarding: gre_multipath: Update next-hop statistics match criteria") Signed-off-by: Ido Schimmel <idosch@mellanox.com> Reported-by: Stephen Suryaputra <ssuryaextr@gmail.com> Tested-by: Stephen Suryaputra <ssuryaextr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|