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=206696 (12898 MB) txc=0 zc=n # rx=99744 (12898 MB) # ipv4 tcp -z -t 1 # tx=120251 (7504 MB) txc=120251 zc=n # rx=60124 (7504 MB) # ok # ipv6 tcp -t 1 # tx=209709 (13086 MB) txc=0 zc=n # rx=101256 (13086 MB) # ipv6 tcp -z -t 1 # tx=111301 (6945 MB) txc=111301 zc=n # rx=55623 (6945 MB) # ok # ipv4 udp -t 1 # tx=200491 (12511 MB) txc=0 zc=n # rx=200491 (12511 MB) # ipv4 udp -z -t 1 # tx=96229 (6005 MB) txc=96229 zc=n # rx=96172 (6001 MB) # ok # ipv6 udp -t 1 # tx=231430 (14442 MB) txc=0 zc=n # rx=231410 (14440 MB) # ipv6 udp -z -t 1 # tx=91697 (5722 MB) txc=91697 zc=n # rx=91697 (5722 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__->