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=213909 (13348 MB) txc=0 zc=n # rx=106192 (13348 MB) # ipv4 tcp -z -t 1 # tx=124504 (7769 MB) txc=124504 zc=n # rx=61559 (7769 MB) # ok # ipv6 tcp -t 1 # tx=199747 (12464 MB) txc=0 zc=n # rx=99798 (12464 MB) # ipv6 tcp -z -t 1 # tx=119183 (7437 MB) txc=119183 zc=n # rx=58826 (7437 MB) # ok # ipv4 udp -t 1 # tx=244218 (15240 MB) txc=0 zc=n # rx=244218 (15240 MB) # ipv4 udp -z -t 1 # tx=115375 (7199 MB) txc=115375 zc=n # rx=115360 (7198 MB) # ok # ipv6 udp -t 1 # tx=238775 (14900 MB) txc=0 zc=n # rx=238753 (14899 MB) # ipv6 udp -z -t 1 # tx=112587 (7025 MB) txc=112587 zc=n # rx=112567 (7024 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__->