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=167987 (10483 MB) txc=0 zc=n # rx=70170 (10483 MB) # ipv4 tcp -z -t 1 # tx=106783 (6663 MB) txc=106783 zc=n # rx=53334 (6663 MB) # ok # ipv6 tcp -t 1 # tx=155498 (9703 MB) txc=0 zc=n # rx=68963 (9703 MB) # ipv6 tcp -z -t 1 # tx=108849 (6792 MB) txc=108849 zc=n # rx=54308 (6792 MB) # ok # ipv4 udp -t 1 # tx=213556 (13326 MB) txc=0 zc=n # rx=213556 (13326 MB) # ipv4 udp -z -t 1 # tx=99804 (6228 MB) txc=99804 zc=n # rx=99753 (6224 MB) # ok # ipv6 udp -t 1 # tx=220579 (13764 MB) txc=0 zc=n # rx=220579 (13764 MB) # ipv6 udp -z -t 1 # tx=108443 (6767 MB) txc=108443 zc=n # rx=108419 (6765 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__->