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=167612 (10459 MB) txc=0 zc=n # rx=66142 (10459 MB) # ipv4 tcp -z -t 1 # tx=110664 (6905 MB) txc=110664 zc=n # rx=55238 (6905 MB) # ok # ipv6 tcp -t 1 # tx=209048 (13045 MB) txc=0 zc=n # rx=95995 (13045 MB) # ipv6 tcp -z -t 1 # tx=121420 (7577 MB) txc=121420 zc=n # rx=60705 (7577 MB) # ok # ipv4 udp -t 1 # tx=249361 (15561 MB) txc=0 zc=n # rx=249347 (15560 MB) # ipv4 udp -z -t 1 # tx=113289 (7069 MB) txc=113289 zc=n # rx=113253 (7067 MB) # ok # ipv6 udp -t 1 # tx=238494 (14882 MB) txc=0 zc=n # rx=238443 (14879 MB) # ipv6 udp -z -t 1 # tx=111261 (6943 MB) txc=111261 zc=n # rx=111246 (6942 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__->