make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-3/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' TAP version 13 1..1 # timeout set to 6000 # selftests: net: msg_zerocopy.sh # ipv4 tcp -t 1 # tx=3808 (237 MB) txc=0 zc=n # rx=3809 (237 MB) # ipv4 tcp -z -t 1 # tx=2289 (142 MB) txc=2289 zc=n # rx=2281 (142 MB) # ok # ipv6 tcp -t 1 # tx=3747 (233 MB) txc=0 zc=n # rx=3743 (233 MB) # ipv6 tcp -z -t 1 # tx=2282 (142 MB) txc=2282 zc=n # rx=2283 (142 MB) # ok # ipv4 udp -t 1 # tx=16455 (1026 MB) txc=0 zc=n # rx=15946 (995 MB) # ipv4 udp -z -t 1 # tx=6647 (414 MB) txc=6647 zc=n # rx=6641 (414 MB) # ok # ipv6 udp -t 1 # tx=16126 (1006 MB) txc=0 zc=n # rx=15631 (975 MB) # ipv6 udp -z -t 1 # tx=6493 (405 MB) txc=6493 zc=n # rx=6482 (404 MB) # ok # OK. All tests passed ok 1 selftests: net: msg_zerocopy.sh make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests' xx__-> echo $? 0 xx__->