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=181162 (11305 MB) txc=0 zc=n
# rx=89959 (11305 MB)
# ipv4 tcp -z -t 1
# tx=119450 (7454 MB) txc=119450 zc=n
# rx=59249 (7454 MB)
# ok
# ipv6 tcp -t 1
# tx=196228 (12245 MB) txc=0 zc=n
# rx=96317 (12245 MB)
# ipv6 tcp -z -t 1
# tx=115041 (7178 MB) txc=115041 zc=n
# rx=57021 (7178 MB)
# ok
# ipv4 udp -t 1
# tx=236592 (14764 MB) txc=0 zc=n
# rx=236592 (14764 MB)
# ipv4 udp -z -t 1
# tx=111128 (6934 MB) txc=111128 zc=n
# rx=111122 (6934 MB)
# ok
# ipv6 udp -t 1
# tx=235523 (14697 MB) txc=0 zc=n
# rx=235519 (14697 MB)
# ipv6 udp -z -t 1
# tx=110649 (6904 MB) txc=110649 zc=n
# rx=110602 (6901 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__->