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=213761 (13339 MB) txc=0 zc=n # rx=101009 (13339 MB) # ipv4 tcp -z -t 1 # tx=122820 (7664 MB) txc=122820 zc=n # rx=61360 (7664 MB) # ok # ipv6 tcp -t 1 # tx=212247 (13244 MB) txc=0 zc=n # rx=102413 (13244 MB) # ipv6 tcp -z -t 1 # tx=111578 (6962 MB) txc=111578 zc=n # rx=55735 (6962 MB) # ok # ipv4 udp -t 1 # tx=174050 (10861 MB) txc=0 zc=n # rx=174033 (10860 MB) # ipv4 udp -z -t 1 # tx=91797 (5728 MB) txc=91797 zc=n # rx=91750 (5725 MB) # ok # ipv6 udp -t 1 # tx=178206 (11120 MB) txc=0 zc=n # rx=178199 (11120 MB) # ipv6 udp -z -t 1 # tx=91477 (5708 MB) txc=91477 zc=n # rx=91459 (5707 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__->