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=217709 (13585 MB) txc=0 zc=n # rx=108749 (13585 MB) # ipv4 tcp -z -t 1 # tx=116977 (7299 MB) txc=116977 zc=n # rx=57997 (7299 MB) # ok # ipv6 tcp -t 1 # tx=154599 (9647 MB) txc=0 zc=n # rx=66863 (9647 MB) # ipv6 tcp -z -t 1 # tx=102050 (6368 MB) txc=102050 zc=n # rx=50865 (6368 MB) # ok # ipv4 udp -t 1 # tx=201360 (12565 MB) txc=0 zc=n # rx=201344 (12564 MB) # ipv4 udp -z -t 1 # tx=95224 (5942 MB) txc=95224 zc=n # rx=95198 (5940 MB) # ok # ipv6 udp -t 1 # tx=190763 (11904 MB) txc=0 zc=n # rx=190763 (11904 MB) # ipv6 udp -z -t 1 # tx=115715 (7221 MB) txc=115715 zc=n # rx=115694 (7219 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__->