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=214064 (13358 MB) txc=0 zc=n
# rx=106909 (13358 MB)
# ipv4 tcp -z -t 1
# tx=117366 (7324 MB) txc=117366 zc=n
# rx=57868 (7324 MB)
# ok
# ipv6 tcp -t 1
# tx=208432 (13006 MB) txc=0 zc=n
# rx=101147 (13006 MB)
# ipv6 tcp -z -t 1
# tx=119863 (7479 MB) txc=119863 zc=n
# rx=59320 (7479 MB)
# ok
# ipv4 udp -t 1
# tx=254998 (15912 MB) txc=0 zc=n
# rx=254984 (15911 MB)
# ipv4 udp -z -t 1
# tx=94798 (5915 MB) txc=94798 zc=n
# rx=94761 (5913 MB)
# ok
# ipv6 udp -t 1
# tx=178418 (11133 MB) txc=0 zc=n
# rx=178412 (11133 MB)
# ipv6 udp -z -t 1
# tx=90491 (5646 MB) txc=90491 zc=n
# rx=90478 (5646 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__->