make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_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 6000 # selftests: net: msg_zerocopy.sh # ipv4 tcp -t 1 # tx=51028 (3184 MB) txc=0 zc=n # rx=48732 (3184 MB) # ipv4 tcp -z -t 1 # tx=37738 (2354 MB) txc=37738 zc=n # rx=36345 (2354 MB) # ok # ipv6 tcp -t 1 # tx=44835 (2797 MB) txc=0 zc=n # rx=43769 (2797 MB) # ipv6 tcp -z -t 1 # tx=33980 (2120 MB) txc=33980 zc=n # rx=33954 (2120 MB) # ok # ipv4 udp -t 1 # tx=102061 (6368 MB) txc=0 zc=n # rx=102061 (6368 MB) # ipv4 udp -z -t 1 # tx=57210 (3570 MB) txc=57210 zc=n # rx=57210 (3570 MB) # ok # ipv6 udp -t 1 # tx=111240 (6941 MB) txc=0 zc=n # rx=111229 (6941 MB) # ipv6 udp -z -t 1 # tx=55775 (3480 MB) txc=55775 zc=n # rx=55775 (3480 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__->