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=208819 (13031 MB) txc=0 zc=n # rx=104365 (13031 MB) # ipv4 tcp -z -t 1 # tx=120412 (7514 MB) txc=120412 zc=n # rx=59491 (7514 MB) # ok # ipv6 tcp -t 1 # tx=207106 (12924 MB) txc=0 zc=n # rx=103402 (12924 MB) # ipv6 tcp -z -t 1 # tx=112240 (7004 MB) txc=112240 zc=n # rx=55405 (7004 MB) # ok # ipv4 udp -t 1 # tx=238107 (14858 MB) txc=0 zc=n # rx=238060 (14855 MB) # ipv4 udp -z -t 1 # tx=108292 (6757 MB) txc=108292 zc=n # rx=108266 (6756 MB) # ok # ipv6 udp -t 1 # tx=239459 (14943 MB) txc=0 zc=n # rx=239459 (14943 MB) # ipv6 udp -z -t 1 # tx=103436 (6454 MB) txc=103436 zc=n # rx=103408 (6453 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__->