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=58434 (3646 MB) txc=0 zc=n
# rx=48266 (3646 MB)
# ipv4 tcp -z -t 1
# tx=32105 (2003 MB) txc=32105 zc=n
# rx=31226 (2003 MB)
# ok
# ipv6 tcp -t 1
# tx=37900 (2365 MB) txc=0 zc=n
# rx=36758 (2365 MB)
# ipv6 tcp -z -t 1
# tx=34702 (2165 MB) txc=34702 zc=n
# rx=33671 (2165 MB)
# ok
# ipv4 udp -t 1
# tx=103168 (6438 MB) txc=0 zc=n
# rx=103167 (6438 MB)
# ipv4 udp -z -t 1
# tx=61701 (3850 MB) txc=61701 zc=n
# rx=61699 (3850 MB)
# ok
# ipv6 udp -t 1
# tx=103159 (6437 MB) txc=0 zc=n
# rx=103155 (6437 MB)
# ipv6 udp -z -t 1
# tx=47028 (2934 MB) txc=47028 zc=n
# rx=47025 (2934 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__->