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=209986 (13103 MB) txc=0 zc=n
# rx=103761 (13103 MB)
# ipv4 tcp -z -t 1
# tx=122145 (7622 MB) txc=122145 zc=n
# rx=61007 (7622 MB)
# ok
# ipv6 tcp -t 1
# tx=200870 (12535 MB) txc=0 zc=n
# rx=98697 (12535 MB)
# ipv6 tcp -z -t 1
# tx=122825 (7664 MB) txc=122825 zc=n
# rx=61324 (7664 MB)
# ok
# ipv4 udp -t 1
# tx=231399 (14440 MB) txc=0 zc=n
# rx=231399 (14440 MB)
# ipv4 udp -z -t 1
# tx=112460 (7017 MB) txc=112460 zc=n
# rx=112444 (7016 MB)
# ok
# ipv6 udp -t 1
# tx=236941 (14785 MB) txc=0 zc=n
# rx=236939 (14785 MB)
# ipv6 udp -z -t 1
# tx=113735 (7097 MB) txc=113735 zc=n
# rx=113733 (7097 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__->