]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Apr 2024 14:19:38 +0000 (16:19 +0200)
commit3f9a8b794fc9f4558abce819e78d065bf2d01864
tree25090bf975741909da9f44cae979393c83e84837
parent457c832a0c5db78339146734041faa61a2546737
selftests: net: gro fwd: update vxlan GRO test expectations

commit 0fb101be97ca27850c5ecdbd1269423ce4d1f607 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/net/udpgro_fwd.sh