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=110860 (6918 MB) txc=0 zc=n
# rx=73373 (6918 MB)
# ipv4 tcp -z -t 1
# tx=77241 (4820 MB) txc=77241 zc=n
# rx=48220 (4820 MB)
# ok
# ipv6 tcp -t 1
# tx=111431 (6953 MB) txc=0 zc=n
# rx=65334 (6953 MB)
# ipv6 tcp -z -t 1
# tx=72580 (4529 MB) txc=72580 zc=n
# rx=46141 (4529 MB)
# ok
# ipv4 udp -t 1
# tx=213724 (13337 MB) txc=0 zc=n
# rx=213714 (13336 MB)
# ipv4 udp -z -t 1
# tx=121502 (7582 MB) txc=121502 zc=n
# rx=121483 (7580 MB)
# ok
# ipv6 udp -t 1
# tx=181282 (11312 MB) txc=0 zc=n
# rx=181260 (11311 MB)
# ipv6 udp -z -t 1
# tx=88229 (5505 MB) txc=88229 zc=n
# rx=88155 (5501 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__->