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=207569 (12953 MB) txc=0 zc=n # rx=100622 (12953 MB) # ipv4 tcp -z -t 1 # tx=116727 (7284 MB) txc=116727 zc=n # rx=57668 (7284 MB) # ok # ipv6 tcp -t 1 # tx=203327 (12688 MB) txc=0 zc=n # rx=96703 (12688 MB) # ipv6 tcp -z -t 1 # tx=115200 (7188 MB) txc=115200 zc=n # rx=56941 (7188 MB) # ok # ipv4 udp -t 1 # tx=229433 (14317 MB) txc=0 zc=n # rx=229433 (14317 MB) # ipv4 udp -z -t 1 # tx=94953 (5925 MB) txc=94953 zc=n # rx=94927 (5923 MB) # ok # ipv6 udp -t 1 # tx=190859 (11910 MB) txc=0 zc=n # rx=190858 (11910 MB) # ipv6 udp -z -t 1 # tx=101922 (6360 MB) txc=101922 zc=n # rx=101882 (6357 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__->