make -C tools/testing/selftests TARGETS="net" TEST_PROGS=msg_zerocopy.sh TTEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=195228 (12182 MB) txc=0 zc=n
# rx=91916 (12182 MB)
# ipv4 tcp -z -t 1
# tx=101161 (6312 MB) txc=101161 zc=n
# rx=50262 (6312 MB)
# ok
# ipv6 tcp -t 1
# tx=147990 (9235 MB) txc=0 zc=n
# rx=58391 (9235 MB)
# ipv6 tcp -z -t 1
# tx=98683 (6158 MB) txc=98683 zc=n
# rx=49267 (6158 MB)
# ok
# ipv4 udp -t 1
# tx=174348 (10879 MB) txc=0 zc=n
# rx=174319 (10878 MB)
# ipv4 udp -z -t 1
# tx=89948 (5613 MB) txc=89948 zc=n
# rx=89919 (5611 MB)
# ok
# ipv6 udp -t 1
# tx=160334 (10005 MB) txc=0 zc=n
# rx=160280 (10002 MB)
# ipv6 udp -z -t 1
# tx=89496 (5584 MB) txc=89496 zc=n
# rx=89465 (5582 MB)
# ok
# OK. All tests passed
ok 1 selftests: net: msg_zerocopy.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->