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=3507 (218 MB) txc=0 zc=n # rx=3496 (218 MB) # ipv4 tcp -z -t 1 # tx=2188 (136 MB) txc=2188 zc=n # rx=2188 (136 MB) # ok # ipv6 tcp -t 1 # tx=3476 (216 MB) txc=0 zc=n # rx=3467 (216 MB) # ipv6 tcp -z -t 1 # tx=1983 (123 MB) txc=1983 zc=n # rx=1983 (123 MB) # ok # ipv4 udp -t 1 # tx=16298 (1017 MB) txc=0 zc=n # rx=15602 (973 MB) # ipv4 udp -z -t 1 # tx=6187 (386 MB) txc=6187 zc=n # rx=6186 (386 MB) # ok # ipv6 udp -t 1 # tx=15063 (939 MB) txc=0 zc=n # rx=14494 (904 MB) # ipv6 udp -z -t 1 # tx=6057 (377 MB) txc=6057 zc=n # rx=6013 (375 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__->