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=209119 (13049 MB) txc=0 zc=n # rx=102893 (13049 MB) # ipv4 tcp -z -t 1 # tx=123225 (7689 MB) txc=123225 zc=n # rx=61241 (7689 MB) # ok # ipv6 tcp -t 1 # tx=202184 (12617 MB) txc=0 zc=n # rx=100025 (12617 MB) # ipv6 tcp -z -t 1 # tx=119164 (7436 MB) txc=119164 zc=n # rx=59244 (7436 MB) # ok # ipv4 udp -t 1 # tx=246542 (15385 MB) txc=0 zc=n # rx=246542 (15385 MB) # ipv4 udp -z -t 1 # tx=112884 (7044 MB) txc=112884 zc=n # rx=112847 (7042 MB) # ok # ipv6 udp -t 1 # tx=242845 (15154 MB) txc=0 zc=n # rx=242845 (15154 MB) # ipv6 udp -z -t 1 # tx=111153 (6936 MB) txc=111153 zc=n # rx=111142 (6935 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__->