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=54740 (3415 MB) txc=0 zc=n # rx=46862 (3415 MB) # ipv4 tcp -z -t 1 # tx=34336 (2142 MB) txc=34336 zc=n # rx=33583 (2142 MB) # ok # ipv6 tcp -t 1 # tx=42384 (2644 MB) txc=0 zc=n # rx=40313 (2644 MB) # ipv6 tcp -z -t 1 # tx=33777 (2107 MB) txc=33777 zc=n # rx=33550 (2107 MB) # ok # ipv4 udp -t 1 # tx=107268 (6693 MB) txc=0 zc=n # rx=107268 (6693 MB) # ipv4 udp -z -t 1 # tx=55074 (3436 MB) txc=55074 zc=n # rx=55074 (3436 MB) # ok # ipv6 udp -t 1 # tx=83233 (5194 MB) txc=0 zc=n # rx=83231 (5193 MB) # ipv6 udp -z -t 1 # tx=52400 (3269 MB) txc=52400 zc=n # rx=52344 (3266 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__->