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=63232 (10883 MB) # ipv4 tcp -z -t 1 # tx=113953 (7111 MB) txc=113953 zc=n # rx=56652 (7111 MB) # ok # ipv6 tcp -t 1 # tx=162309 (10128 MB) txc=0 zc=n # rx=62460 (10128 MB) # ipv6 tcp -z -t 1 # tx=109601 (6839 MB) txc=109601 zc=n # rx=54281 (6839 MB) # ok # ipv4 udp -t 1 # tx=235436 (14692 MB) txc=0 zc=n # rx=235394 (14689 MB) # ipv4 udp -z -t 1 # tx=107461 (6705 MB) txc=107461 zc=n # rx=107415 (6703 MB) # ok # ipv6 udp -t 1 # tx=238206 (14864 MB) txc=0 zc=n # rx=238171 (14862 MB) # ipv6 udp -z -t 1 # tx=98550 (6149 MB) txc=98550 zc=n # rx=98536 (6149 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__->