diff options
author | Willem de Bruijn <willemb@google.com> | 2018-07-11 19:00:46 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-13 02:56:50 +0300 |
commit | 8f19f12bdcc612bf39d0dbae6d0509a4939aaac3 (patch) | |
tree | 39e7ede1e09484c7a7cd62b9697bbcef3df84082 | |
parent | 993675a3100b16a4c80dfd70cbcde8ea7127b31d (diff) | |
download | linux-8f19f12bdcc612bf39d0dbae6d0509a4939aaac3.tar.xz |
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>
-rwxr-xr-x | tools/testing/selftests/net/udpgso_bench.sh | 3 |
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() { |