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 6000 # selftests: net: msg_zerocopy.sh # ipv4 tcp -t 1 # tx=4189 (261 MB) txc=0 zc=n # rx=4180 (261 MB) # ipv4 tcp -z -t 1 # tx=2503 (156 MB) txc=2503 zc=n # rx=2503 (156 MB) # ok # ipv6 tcp -t 1 # tx=4038 (251 MB) txc=0 zc=n # rx=4037 (251 MB) # ipv6 tcp -z -t 1 # tx=2498 (155 MB) txc=2498 zc=n # rx=2498 (155 MB) # ok # ipv4 udp -t 1 # tx=18148 (1132 MB) txc=0 zc=n # rx=17354 (1082 MB) # ipv4 udp -z -t 1 # tx=7278 (454 MB) txc=7278 zc=n # rx=7277 (454 MB) # ok # ipv6 udp -t 1 # tx=18217 (1136 MB) txc=0 zc=n # rx=17458 (1089 MB) # ipv6 udp -z -t 1 # tx=7123 (444 MB) txc=7123 zc=n # rx=7089 (442 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__->