make -C tools/testing/selftests TARGETS="net" TEST_PROGS=msg_zerocopy.sh TTEST_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=208066 (12984 MB) txc=0 zc=n # rx=98384 (12984 MB) # ipv4 tcp -z -t 1 # tx=114263 (7130 MB) txc=114263 zc=n # rx=56652 (7130 MB) # ok # ipv6 tcp -t 1 # tx=193039 (12046 MB) txc=0 zc=n # rx=89894 (12046 MB) # ipv6 tcp -z -t 1 # tx=112665 (7030 MB) txc=112665 zc=n # rx=55959 (7030 MB) # ok # ipv4 udp -t 1 # tx=161537 (10080 MB) txc=0 zc=n # rx=161527 (10079 MB) # ipv4 udp -z -t 1 # tx=101724 (6347 MB) txc=101724 zc=n # rx=101705 (6346 MB) # ok # ipv6 udp -t 1 # tx=229027 (14292 MB) txc=0 zc=n # rx=229017 (14291 MB) # ipv6 udp -z -t 1 # tx=100410 (6265 MB) txc=100410 zc=n # rx=100374 (6263 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__->