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=212812 (13280 MB) txc=0 zc=n # rx=98724 (13280 MB) # ipv4 tcp -z -t 1 # tx=121653 (7591 MB) txc=121653 zc=n # rx=60815 (7591 MB) # ok # ipv6 tcp -t 1 # tx=208440 (13007 MB) txc=0 zc=n # rx=99389 (13007 MB) # ipv6 tcp -z -t 1 # tx=124282 (7755 MB) txc=124282 zc=n # rx=62132 (7755 MB) # ok # ipv4 udp -t 1 # tx=172582 (10769 MB) txc=0 zc=n # rx=172573 (10769 MB) # ipv4 udp -z -t 1 # tx=91262 (5695 MB) txc=91262 zc=n # rx=91255 (5694 MB) # ok # ipv6 udp -t 1 # tx=183793 (11469 MB) txc=0 zc=n # rx=183792 (11469 MB) # ipv6 udp -z -t 1 # tx=97802 (6103 MB) txc=97802 zc=n # rx=97702 (6096 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__->