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=40632 (2535 MB) txc=0 zc=n # rx=31720 (2535 MB) # ipv4 tcp -z -t 1 # tx=35459 (2212 MB) txc=35459 zc=n # rx=34986 (2212 MB) # ok # ipv6 tcp -t 1 # tx=51028 (3184 MB) txc=0 zc=n # rx=46450 (3184 MB) # ipv6 tcp -z -t 1 # tx=35002 (2184 MB) txc=35002 zc=n # rx=34032 (2184 MB) # ok # ipv4 udp -t 1 # tx=121827 (7602 MB) txc=0 zc=n # rx=121826 (7602 MB) # ipv4 udp -z -t 1 # tx=55045 (3435 MB) txc=55045 zc=n # rx=55045 (3435 MB) # ok # ipv6 udp -t 1 # tx=118145 (7372 MB) txc=0 zc=n # rx=118145 (7372 MB) # ipv6 udp -z -t 1 # tx=54906 (3426 MB) txc=54906 zc=n # rx=54906 (3426 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__->