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=197608 (12331 MB) txc=0 zc=n # rx=96195 (12331 MB) # ipv4 tcp -z -t 1 # tx=125777 (7848 MB) txc=125777 zc=n # rx=62824 (7848 MB) # ok # ipv6 tcp -t 1 # tx=179088 (11175 MB) txc=0 zc=n # rx=79244 (11175 MB) # ipv6 tcp -z -t 1 # tx=112168 (6999 MB) txc=112168 zc=n # rx=55377 (6999 MB) # ok # ipv4 udp -t 1 # tx=210438 (13132 MB) txc=0 zc=n # rx=210438 (13132 MB) # ipv4 udp -z -t 1 # tx=104193 (6502 MB) txc=104193 zc=n # rx=104134 (6498 MB) # ok # ipv6 udp -t 1 # tx=205902 (12849 MB) txc=0 zc=n # rx=205902 (12849 MB) # ipv6 udp -z -t 1 # tx=97514 (6085 MB) txc=97514 zc=n # rx=97499 (6084 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__->