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=38880 (2426 MB) txc=0 zc=n # rx=31958 (2426 MB) # ipv4 tcp -z -t 1 # tx=24465 (1526 MB) txc=24465 zc=n # rx=21749 (1526 MB) # ok # ipv6 tcp -t 1 # tx=49714 (3102 MB) txc=0 zc=n # rx=45748 (3102 MB) # ipv6 tcp -z -t 1 # tx=30160 (1882 MB) txc=30160 zc=n # rx=29282 (1882 MB) # ok # ipv4 udp -t 1 # tx=127888 (7980 MB) txc=0 zc=n # rx=127888 (7980 MB) # ipv4 udp -z -t 1 # tx=62805 (3919 MB) txc=62805 zc=n # rx=62804 (3919 MB) # ok # ipv6 udp -t 1 # tx=115369 (7199 MB) txc=0 zc=n # rx=115365 (7199 MB) # ipv6 udp -z -t 1 # tx=58665 (3660 MB) txc=58665 zc=n # rx=58663 (3660 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__->