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=197560 (12328 MB) txc=0 zc=n # rx=98489 (12328 MB) # ipv4 tcp -z -t 1 # tx=117939 (7359 MB) txc=117939 zc=n # rx=58428 (7359 MB) # ok # ipv6 tcp -t 1 # tx=196652 (12271 MB) txc=0 zc=n # rx=98147 (12271 MB) # ipv6 tcp -z -t 1 # tx=119852 (7479 MB) txc=119852 zc=n # rx=59550 (7479 MB) # ok # ipv4 udp -t 1 # tx=221216 (13804 MB) txc=0 zc=n # rx=221206 (13804 MB) # ipv4 udp -z -t 1 # tx=108153 (6749 MB) txc=108153 zc=n # rx=108093 (6745 MB) # ok # ipv6 udp -t 1 # tx=245403 (15314 MB) txc=0 zc=n # rx=245403 (15314 MB) # ipv6 udp -z -t 1 # tx=112149 (6998 MB) txc=112149 zc=n # rx=112138 (6997 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__->