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=174399 (10883 MB) txc=0 zc=n # rx=63625 (10883 MB) # ipv4 tcp -z -t 1 # tx=111165 (6937 MB) txc=111165 zc=n # rx=55538 (6937 MB) # ok # ipv6 tcp -t 1 # tx=164554 (10268 MB) txc=0 zc=n # rx=69057 (10268 MB) # ipv6 tcp -z -t 1 # tx=104114 (6497 MB) txc=104114 zc=n # rx=51992 (6497 MB) # ok # ipv4 udp -t 1 # tx=175222 (10934 MB) txc=0 zc=n # rx=175222 (10934 MB) # ipv4 udp -z -t 1 # tx=112475 (7018 MB) txc=112475 zc=n # rx=112422 (7015 MB) # ok # ipv6 udp -t 1 # tx=237540 (14823 MB) txc=0 zc=n # rx=237540 (14823 MB) # ipv6 udp -z -t 1 # tx=111571 (6962 MB) txc=111571 zc=n # rx=111535 (6960 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__->