]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: net: gro fwd: update vxlan GRO test expectations
authorAntoine Tenart <atenart@kernel.org>
Tue, 26 Mar 2024 11:34:02 +0000 (12:34 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Mar 2024 11:30:44 +0000 (11:30 +0000)
commit0fb101be97ca27850c5ecdbd1269423ce4d1f607
treeda8addcf52f4291c06951ce2f23610bb6bcbbe79
parent64235eabc4b5b18c507c08a1f16cdac6c5661220
selftests: net: gro fwd: update vxlan GRO test expectations

UDP tunnel packets can't be GRO in-between their endpoints as this
causes different issues. The UDP GRO fwd vxlan tests were relying on
this and their expectations have to be fixed.

We keep both vxlan tests and expected no GRO from happening. The vxlan
UDP GRO bench test was removed as it's not providing any valuable
information now.

Fixes: a062260a9d5f ("selftests: net: add UDP GRO forwarding self-tests")
Signed-off-by: Antoine Tenart <atenart@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/udpgro_fwd.sh