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=212308 (13248 MB) txc=0 zc=n # rx=106088 (13248 MB) # ipv4 tcp -z -t 1 # tx=124657 (7779 MB) txc=124657 zc=n # rx=62317 (7779 MB) # ok # ipv6 tcp -t 1 # tx=212195 (13241 MB) txc=0 zc=n # rx=103327 (13241 MB) # ipv6 tcp -z -t 1 # tx=121709 (7595 MB) txc=121709 zc=n # rx=60847 (7595 MB) # ok # ipv4 udp -t 1 # tx=253003 (15788 MB) txc=0 zc=n # rx=253002 (15788 MB) # ipv4 udp -z -t 1 # tx=96684 (6033 MB) txc=96684 zc=n # rx=96613 (6029 MB) # ok # ipv6 udp -t 1 # tx=180382 (11256 MB) txc=0 zc=n # rx=180381 (11256 MB) # ipv6 udp -z -t 1 # tx=94513 (5897 MB) txc=94513 zc=n # rx=94430 (5892 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__->