make -C tools/testing/selftests TARGETS=net TEST_PROGS=msg_zerocopy.sh TESST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-3/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' TAP version 13 1..1 # timeout set to 4800 # selftests: net: msg_zerocopy.sh # ipv4 tcp -t 1 # tx=3140 (195 MB) txc=0 zc=n # rx=3141 (195 MB) # ipv4 tcp -z -t 1 # tx=2038 (127 MB) txc=2038 zc=n # rx=2022 (127 MB) # ok # ipv6 tcp -t 1 # tx=3209 (200 MB) txc=0 zc=n # rx=3208 (200 MB) # ipv6 tcp -z -t 1 # tx=2074 (129 MB) txc=2074 zc=n # rx=2075 (129 MB) # ok # ipv4 udp -t 1 # tx=16159 (1008 MB) txc=0 zc=n # rx=15445 (963 MB) # ipv4 udp -z -t 1 # tx=6034 (376 MB) txc=6034 zc=n # rx=6014 (375 MB) # ok # ipv6 udp -t 1 # tx=15181 (947 MB) txc=0 zc=n # rx=14340 (894 MB) # ipv6 udp -z -t 1 # tx=5841 (364 MB) txc=5841 zc=n # rx=5818 (363 MB) # ok # OK. All tests passed ok 1 selftests: net: msg_zerocopy.sh make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests' xx__-> echo $? 0 xx__->