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=3527 (220 MB) txc=0 zc=n # rx=3528 (220 MB) # ipv4 tcp -z -t 1 # tx=2001 (124 MB) txc=2001 zc=n # rx=2001 (124 MB) # ok # ipv6 tcp -t 1 # tx=3145 (196 MB) txc=0 zc=n # rx=3124 (196 MB) # ipv6 tcp -z -t 1 # tx=2231 (139 MB) txc=2231 zc=n # rx=2232 (139 MB) # ok # ipv4 udp -t 1 # tx=16657 (1039 MB) txc=0 zc=n # rx=15993 (998 MB) # ipv4 udp -z -t 1 # tx=6457 (402 MB) txc=6457 zc=n # rx=6454 (402 MB) # ok # ipv6 udp -t 1 # tx=16348 (1020 MB) txc=0 zc=n # rx=15617 (974 MB) # ipv6 udp -z -t 1 # tx=6366 (397 MB) txc=6366 zc=n # rx=6361 (396 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__->