aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/net/udpgso_bench.sh
diff options
context:
space:
mode:
authorWillem de Bruijn <willemb@google.com>2018-07-11 12:00:46 -0400
committerDavid S. Miller <davem@davemloft.net>2018-07-12 16:56:50 -0700
commit8f19f12bdcc612bf39d0dbae6d0509a4939aaac3 (patch)
tree39e7ede1e09484c7a7cd62b9697bbcef3df84082 /tools/testing/selftests/net/udpgso_bench.sh
parentpacket: reset network header if packet shorter than ll reserved space (diff)
downloadwireguard-linux-8f19f12bdcc612bf39d0dbae6d0509a4939aaac3.tar.xz
wireguard-linux-8f19f12bdcc612bf39d0dbae6d0509a4939aaac3.zip
selftests: in udpgso_bench do not test udp zerocopy
The udpgso benchmark compares various configurations of UDP and TCP. Including one that is not upstream, udp zerocopy. This is a leftover from the earlier RFC patchset. The test is part of kselftests and run in continuous spinners. Remove the failing case to make the test start passing. Fixes: 3a687bef148d ("selftests: udp gso benchmark") Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/udpgso_bench.sh')
-rwxr-xr-xtools/testing/selftests/net/udpgso_bench.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/testing/selftests/net/udpgso_bench.sh b/tools/testing/selftests/net/udpgso_bench.sh
index 792fa4d0285e..850767befa47 100755
--- a/tools/testing/selftests/net/udpgso_bench.sh
+++ b/tools/testing/selftests/net/udpgso_bench.sh
@@ -35,9 +35,6 @@ run_udp() {
echo "udp gso"
run_in_netns ${args} -S
-
- echo "udp gso zerocopy"
- run_in_netns ${args} -S -z
}
run_tcp() {