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=161046 (10049 MB) txc=0 zc=n # rx=64339 (10049 MB) # ipv4 tcp -z -t 1 # tx=110685 (6907 MB) txc=110685 zc=n # rx=55224 (6907 MB) # ok # ipv6 tcp -t 1 # tx=161130 (10055 MB) txc=0 zc=n # rx=63782 (10055 MB) # ipv6 tcp -z -t 1 # tx=100664 (6281 MB) txc=100664 zc=n # rx=50167 (6281 MB) # ok # ipv4 udp -t 1 # tx=237017 (14790 MB) txc=0 zc=n # rx=237010 (14790 MB) # ipv4 udp -z -t 1 # tx=108868 (6793 MB) txc=108868 zc=n # rx=108863 (6793 MB) # ok # ipv6 udp -t 1 # tx=247013 (15414 MB) txc=0 zc=n # rx=247012 (15414 MB) # ipv6 udp -z -t 1 # tx=111052 (6930 MB) txc=111052 zc=n # rx=110984 (6925 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__->