make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_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 6000 # selftests: net: msg_zerocopy.sh # ipv4 tcp -t 1 # tx=42189 (2632 MB) txc=0 zc=n # rx=31730 (2632 MB) # ipv4 tcp -z -t 1 # tx=29717 (1854 MB) txc=29717 zc=n # rx=27063 (1854 MB) # ok # ipv6 tcp -t 1 # tx=41475 (2588 MB) txc=0 zc=n # rx=34011 (2588 MB) # ipv6 tcp -z -t 1 # tx=28963 (1807 MB) txc=28963 zc=n # rx=24524 (1807 MB) # ok # ipv4 udp -t 1 # tx=132073 (8241 MB) txc=0 zc=n # rx=132073 (8241 MB) # ipv4 udp -z -t 1 # tx=63801 (3981 MB) txc=63801 zc=n # rx=63790 (3980 MB) # ok # ipv6 udp -t 1 # tx=108697 (6783 MB) txc=0 zc=n # rx=108688 (6782 MB) # ipv6 udp -z -t 1 # tx=50863 (3174 MB) txc=50863 zc=n # rx=50862 (3173 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__->