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=155450 (9700 MB) txc=0 zc=n # rx=65958 (9700 MB) # ipv4 tcp -z -t 1 # tx=102363 (6387 MB) txc=102363 zc=n # rx=50660 (6387 MB) # ok # ipv6 tcp -t 1 # tx=211645 (13207 MB) txc=0 zc=n # rx=105152 (13207 MB) # ipv6 tcp -z -t 1 # tx=119904 (7482 MB) txc=119904 zc=n # rx=59343 (7482 MB) # ok # ipv4 udp -t 1 # tx=181320 (11315 MB) txc=0 zc=n # rx=181303 (11313 MB) # ipv4 udp -z -t 1 # tx=91655 (5719 MB) txc=91655 zc=n # rx=91618 (5717 MB) # ok # ipv6 udp -t 1 # tx=179052 (11173 MB) txc=0 zc=n # rx=179027 (11171 MB) # ipv6 udp -z -t 1 # tx=110685 (6907 MB) txc=110685 zc=n # rx=110657 (6905 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__->