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=206375 (12878 MB) txc=0 zc=n # rx=103122 (12878 MB) # ipv4 tcp -z -t 1 # tx=117920 (7358 MB) txc=117920 zc=n # rx=58432 (7358 MB) # ok # ipv6 tcp -t 1 # tx=152754 (9532 MB) txc=0 zc=n # rx=65765 (9532 MB) # ipv6 tcp -z -t 1 # tx=113783 (7100 MB) txc=113783 zc=n # rx=56339 (7100 MB) # ok # ipv4 udp -t 1 # tx=254221 (15864 MB) txc=0 zc=n # rx=254205 (15863 MB) # ipv4 udp -z -t 1 # tx=111206 (6939 MB) txc=111206 zc=n # rx=111158 (6936 MB) # ok # ipv6 udp -t 1 # tx=240084 (14982 MB) txc=0 zc=n # rx=240079 (14981 MB) # ipv6 udp -z -t 1 # tx=110566 (6899 MB) txc=110566 zc=n # rx=110504 (6895 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__->