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=201574 (12578 MB) txc=0 zc=n # rx=92646 (12578 MB) # ipv4 tcp -z -t 1 # tx=113179 (7062 MB) txc=113179 zc=n # rx=56115 (7062 MB) # ok # ipv6 tcp -t 1 # tx=203423 (12694 MB) txc=0 zc=n # rx=97520 (12694 MB) # ipv6 tcp -z -t 1 # tx=119914 (7483 MB) txc=119914 zc=n # rx=59640 (7483 MB) # ok # ipv4 udp -t 1 # tx=233786 (14589 MB) txc=0 zc=n # rx=233777 (14588 MB) # ipv4 udp -z -t 1 # tx=111314 (6946 MB) txc=111314 zc=n # rx=111301 (6945 MB) # ok # ipv6 udp -t 1 # tx=233257 (14556 MB) txc=0 zc=n # rx=233253 (14555 MB) # ipv6 udp -z -t 1 # tx=112782 (7038 MB) txc=112782 zc=n # rx=112765 (7036 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__->