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=209623 (13081 MB) txc=0 zc=n
# rx=94206 (13081 MB)
# ipv4 tcp -z -t 1
# tx=120996 (7550 MB) txc=120996 zc=n
# rx=59899 (7550 MB)
# ok
# ipv6 tcp -t 1
# tx=199054 (12421 MB) txc=0 zc=n
# rx=94344 (12421 MB)
# ipv6 tcp -z -t 1
# tx=112553 (7023 MB) txc=112553 zc=n
# rx=55648 (7023 MB)
# ok
# ipv4 udp -t 1
# tx=235490 (14695 MB) txc=0 zc=n
# rx=235484 (14695 MB)
# ipv4 udp -z -t 1
# tx=113206 (7064 MB) txc=113206 zc=n
# rx=113196 (7063 MB)
# ok
# ipv6 udp -t 1
# tx=237239 (14804 MB) txc=0 zc=n
# rx=237239 (14804 MB)
# ipv6 udp -z -t 1
# tx=113423 (7078 MB) txc=113423 zc=n
# rx=113411 (7077 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__->