Skip to content

Commit

Permalink
selftests: in udpgso_bench do not test udp zerocopy
Browse files Browse the repository at this point in the history
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: 3a687be ("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>
  • Loading branch information
Willem de Bruijn authored and David S. Miller committed Jul 12, 2018
1 parent 993675a commit 8f19f12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/testing/selftests/net/udpgso_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 8f19f12

Please sign in to comment.