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=205069 (12797 MB) txc=0 zc=n # rx=93725 (12797 MB) # ipv4 tcp -z -t 1 # tx=113136 (7060 MB) txc=113136 zc=n # rx=56105 (7060 MB) # ok # ipv6 tcp -t 1 # tx=203836 (12720 MB) txc=0 zc=n # rx=97264 (12720 MB) # ipv6 tcp -z -t 1 # tx=116954 (7298 MB) txc=116954 zc=n # rx=57959 (7298 MB) # ok # ipv4 udp -t 1 # tx=199422 (12444 MB) txc=0 zc=n # rx=199408 (12443 MB) # ipv4 udp -z -t 1 # tx=100166 (6250 MB) txc=100166 zc=n # rx=100086 (6245 MB) # ok # ipv6 udp -t 1 # tx=235647 (14705 MB) txc=0 zc=n # rx=235644 (14705 MB) # ipv6 udp -z -t 1 # tx=103911 (6484 MB) txc=103911 zc=n # rx=103861 (6481 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__->