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=212824 (13281 MB) txc=0 zc=n # rx=106105 (13281 MB) # ipv4 tcp -z -t 1 # tx=123364 (7698 MB) txc=123364 zc=n # rx=61149 (7698 MB) # ok # ipv6 tcp -t 1 # tx=205613 (12831 MB) txc=0 zc=n # rx=102691 (12831 MB) # ipv6 tcp -z -t 1 # tx=102539 (6398 MB) txc=102539 zc=n # rx=51072 (6398 MB) # ok # ipv4 udp -t 1 # tx=174523 (10890 MB) txc=0 zc=n # rx=174512 (10890 MB) # ipv4 udp -z -t 1 # tx=107323 (6697 MB) txc=107323 zc=n # rx=107254 (6693 MB) # ok # ipv6 udp -t 1 # tx=245501 (15320 MB) txc=0 zc=n # rx=245500 (15320 MB) # ipv6 udp -z -t 1 # tx=111749 (6973 MB) txc=111749 zc=n # rx=111742 (6973 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__->