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=200311 (12500 MB) txc=0 zc=n
# rx=97904 (12500 MB)
# ipv4 tcp -z -t 1
# tx=121399 (7575 MB) txc=121399 zc=n
# rx=60036 (7575 MB)
# ok
# ipv6 tcp -t 1
# tx=202142 (12614 MB) txc=0 zc=n
# rx=99945 (12614 MB)
# ipv6 tcp -z -t 1
# tx=113310 (7070 MB) txc=113310 zc=n
# rx=56088 (7070 MB)
# ok
# ipv4 udp -t 1
# tx=233419 (14566 MB) txc=0 zc=n
# rx=233418 (14566 MB)
# ipv4 udp -z -t 1
# tx=111287 (6944 MB) txc=111287 zc=n
# rx=111282 (6944 MB)
# ok
# ipv6 udp -t 1
# tx=235740 (14711 MB) txc=0 zc=n
# rx=235739 (14710 MB)
# ipv6 udp -z -t 1
# tx=112797 (7038 MB) txc=112797 zc=n
# rx=112776 (7037 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__->