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=163578 (10207 MB) txc=0 zc=n # rx=68239 (10207 MB) # ipv4 tcp -z -t 1 # tx=103104 (6434 MB) txc=103104 zc=n # rx=51431 (6434 MB) # ok # ipv6 tcp -t 1 # tx=152470 (9514 MB) txc=0 zc=n # rx=69593 (9514 MB) # ipv6 tcp -z -t 1 # tx=104646 (6530 MB) txc=104646 zc=n # rx=52264 (6530 MB) # ok # ipv4 udp -t 1 # tx=177271 (11062 MB) txc=0 zc=n # rx=177267 (11062 MB) # ipv4 udp -z -t 1 # tx=88630 (5530 MB) txc=88630 zc=n # rx=88545 (5525 MB) # ok # ipv6 udp -t 1 # tx=170301 (10627 MB) txc=0 zc=n # rx=170291 (10626 MB) # ipv6 udp -z -t 1 # tx=110593 (6901 MB) txc=110593 zc=n # rx=110565 (6899 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__->