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=147980 (9234 MB) txc=0 zc=n # rx=65510 (9234 MB) # ipv4 tcp -z -t 1 # tx=103695 (6470 MB) txc=103695 zc=n # rx=51779 (6470 MB) # ok # ipv6 tcp -t 1 # tx=149599 (9335 MB) txc=0 zc=n # rx=67189 (9335 MB) # ipv6 tcp -z -t 1 # tx=120219 (7502 MB) txc=120219 zc=n # rx=59611 (7502 MB) # ok # ipv4 udp -t 1 # tx=254632 (15889 MB) txc=0 zc=n # rx=254632 (15889 MB) # ipv4 udp -z -t 1 # tx=97591 (6090 MB) txc=97591 zc=n # rx=97588 (6089 MB) # ok # ipv6 udp -t 1 # tx=206390 (12879 MB) txc=0 zc=n # rx=206390 (12879 MB) # ipv6 udp -z -t 1 # tx=83078 (5184 MB) txc=83078 zc=n # rx=83055 (5182 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__->