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=197445 (12321 MB) txc=0 zc=n # rx=96728 (12321 MB) # ipv4 tcp -z -t 1 # tx=121261 (7567 MB) txc=121261 zc=n # rx=60186 (7567 MB) # ok # ipv6 tcp -t 1 # tx=200941 (12539 MB) txc=0 zc=n # rx=99847 (12539 MB) # ipv6 tcp -z -t 1 # tx=112855 (7042 MB) txc=112855 zc=n # rx=55852 (7042 MB) # ok # ipv4 udp -t 1 # tx=235237 (14679 MB) txc=0 zc=n # rx=235225 (14678 MB) # ipv4 udp -z -t 1 # tx=113123 (7059 MB) txc=113123 zc=n # rx=113093 (7057 MB) # ok # ipv6 udp -t 1 # tx=253412 (15813 MB) txc=0 zc=n # rx=253412 (15813 MB) # ipv6 udp -z -t 1 # tx=107335 (6698 MB) txc=107335 zc=n # rx=107317 (6696 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__->