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: 3a687bef14 ("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>
This commit is contained in:
Willem de Bruijn 2018-07-11 12:00:46 -04:00 committed by David S. Miller
parent 993675a310
commit 8f19f12bdc
1 changed files with 0 additions and 3 deletions

View File

@ -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() {