make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_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=164662 (10275 MB) txc=0 zc=n
# rx=64198 (10275 MB)
# ipv4 tcp -z -t 1
# tx=109983 (6863 MB) txc=109983 zc=n
# rx=54699 (6863 MB)
# ok
# ipv6 tcp -t 1
# tx=171429 (10697 MB) txc=0 zc=n
# rx=62288 (10697 MB)
# ipv6 tcp -z -t 1
# tx=108625 (6778 MB) txc=108625 zc=n
# rx=53899 (6778 MB)
# ok
# ipv4 udp -t 1
# tx=197132 (12301 MB) txc=0 zc=n
# rx=197132 (12301 MB)
# ipv4 udp -z -t 1
# tx=112000 (6989 MB) txc=112000 zc=n
# rx=111967 (6987 MB)
# ok
# ipv6 udp -t 1
# tx=208280 (12997 MB) txc=0 zc=n
# rx=208280 (12997 MB)
# ipv6 udp -z -t 1
# tx=90574 (5652 MB) txc=90574 zc=n
# rx=90426 (5642 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__->