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=208441 (13007 MB) txc=0 zc=n
# rx=103939 (13007 MB)
# ipv4 tcp -z -t 1
# tx=120789 (7537 MB) txc=120789 zc=n
# rx=60093 (7537 MB)
# ok
# ipv6 tcp -t 1
# tx=198801 (12405 MB) txc=0 zc=n
# rx=99365 (12405 MB)
# ipv6 tcp -z -t 1
# tx=116388 (7263 MB) txc=116388 zc=n
# rx=57849 (7263 MB)
# ok
# ipv4 udp -t 1
# tx=177762 (11093 MB) txc=0 zc=n
# rx=177762 (11093 MB)
# ipv4 udp -z -t 1
# tx=90806 (5666 MB) txc=90806 zc=n
# rx=90761 (5663 MB)
# ok
# ipv6 udp -t 1
# tx=174667 (10899 MB) txc=0 zc=n
# rx=174667 (10899 MB)
# ipv6 udp -z -t 1
# tx=91033 (5680 MB) txc=91033 zc=n
# rx=91029 (5680 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__->