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=172811 (10784 MB) txc=0 zc=n
# rx=64348 (10784 MB)
# ipv4 tcp -z -t 1
# tx=113783 (7100 MB) txc=113783 zc=n
# rx=56229 (7100 MB)
# ok
# ipv6 tcp -t 1
# tx=167226 (10435 MB) txc=0 zc=n
# rx=64368 (10435 MB)
# ipv6 tcp -z -t 1
# tx=106981 (6676 MB) txc=106981 zc=n
# rx=53034 (6676 MB)
# ok
# ipv4 udp -t 1
# tx=205468 (12821 MB) txc=0 zc=n
# rx=205359 (12815 MB)
# ipv4 udp -z -t 1
# tx=99993 (6239 MB) txc=99993 zc=n
# rx=99884 (6233 MB)
# ok
# ipv6 udp -t 1
# tx=206673 (12897 MB) txc=0 zc=n
# rx=206669 (12896 MB)
# ipv6 udp -z -t 1
# tx=103390 (6451 MB) txc=103390 zc=n
# rx=103297 (6446 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__->