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=207959 (12977 MB) txc=0 zc=n # rx=102280 (12977 MB) # ipv4 tcp -z -t 1 # tx=115401 (7201 MB) txc=115401 zc=n # rx=57498 (7201 MB) # ok # ipv6 tcp -t 1 # tx=195031 (12170 MB) txc=0 zc=n # rx=95800 (12170 MB) # ipv6 tcp -z -t 1 # tx=116155 (7248 MB) txc=116155 zc=n # rx=57420 (7248 MB) # ok # ipv4 udp -t 1 # tx=240973 (15037 MB) txc=0 zc=n # rx=240949 (15036 MB) # ipv4 udp -z -t 1 # tx=87353 (5451 MB) txc=87353 zc=n # rx=87353 (5451 MB) # ok # ipv6 udp -t 1 # tx=261221 (16301 MB) txc=0 zc=n # rx=261206 (16300 MB) # ipv6 udp -z -t 1 # tx=106828 (6666 MB) txc=106828 zc=n # rx=106782 (6663 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__->