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=209942 (13101 MB) txc=0 zc=n # rx=104592 (13101 MB) # ipv4 tcp -z -t 1 # tx=121847 (7603 MB) txc=121847 zc=n # rx=60431 (7603 MB) # ok # ipv6 tcp -t 1 # tx=184712 (11526 MB) txc=0 zc=n # rx=89988 (11526 MB) # ipv6 tcp -z -t 1 # tx=102978 (6426 MB) txc=102978 zc=n # rx=51419 (6426 MB) # ok # ipv4 udp -t 1 # tx=172302 (10752 MB) txc=0 zc=n # rx=172302 (10752 MB) # ipv4 udp -z -t 1 # tx=85807 (5354 MB) txc=85807 zc=n # rx=85767 (5352 MB) # ok # ipv6 udp -t 1 # tx=172523 (10766 MB) txc=0 zc=n # rx=172521 (10765 MB) # ipv6 udp -z -t 1 # tx=115030 (7178 MB) txc=115030 zc=n # rx=115013 (7177 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__->