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 3600 # selftests: net: msg_zerocopy.sh # ipv4 tcp -t 1 # tx=206645 (12895 MB) txc=0 zc=n # rx=98073 (12895 MB) # ipv4 tcp -z -t 1 # tx=125707 (7844 MB) txc=125707 zc=n # rx=62849 (7844 MB) # ok # ipv6 tcp -t 1 # tx=210558 (13139 MB) txc=0 zc=n # rx=101326 (13139 MB) # ipv6 tcp -z -t 1 # tx=120245 (7503 MB) txc=120245 zc=n # rx=60122 (7503 MB) # ok # ipv4 udp -t 1 # tx=238980 (14913 MB) txc=0 zc=n # rx=238980 (14913 MB) # ipv4 udp -z -t 1 # tx=97790 (6102 MB) txc=97790 zc=n # rx=97700 (6096 MB) # ok # ipv6 udp -t 1 # tx=188897 (11787 MB) txc=0 zc=n # rx=188894 (11787 MB) # ipv6 udp -z -t 1 # tx=94549 (5900 MB) txc=94549 zc=n # rx=94446 (5893 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__->