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=167806 (10471 MB) txc=0 zc=n # rx=69555 (10471 MB) # ipv4 tcp -z -t 1 # tx=111307 (6945 MB) txc=111307 zc=n # rx=54869 (6945 MB) # ok # ipv6 tcp -t 1 # tx=191475 (11948 MB) txc=0 zc=n # rx=93301 (11948 MB) # ipv6 tcp -z -t 1 # tx=122898 (7669 MB) txc=122898 zc=n # rx=61331 (7669 MB) # ok # ipv4 udp -t 1 # tx=214065 (13358 MB) txc=0 zc=n # rx=214065 (13358 MB) # ipv4 udp -z -t 1 # tx=116085 (7244 MB) txc=116085 zc=n # rx=115841 (7228 MB) # ok # ipv6 udp -t 1 # tx=219180 (13677 MB) txc=0 zc=n # rx=219160 (13676 MB) # ipv6 udp -z -t 1 # tx=112920 (7046 MB) txc=112920 zc=n # rx=112906 (7045 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__->