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=192943 (12040 MB) txc=0 zc=n # rx=83096 (12040 MB) # ipv4 tcp -z -t 1 # tx=105028 (6554 MB) txc=105028 zc=n # rx=51917 (6554 MB) # ok # ipv6 tcp -t 1 # tx=166444 (10386 MB) txc=0 zc=n # rx=59412 (10386 MB) # ipv6 tcp -z -t 1 # tx=102030 (6367 MB) txc=102030 zc=n # rx=50482 (6367 MB) # ok # ipv4 udp -t 1 # tx=209785 (13091 MB) txc=0 zc=n # rx=209784 (13091 MB) # ipv4 udp -z -t 1 # tx=97990 (6114 MB) txc=97990 zc=n # rx=97746 (6099 MB) # ok # ipv6 udp -t 1 # tx=226796 (14152 MB) txc=0 zc=n # rx=226796 (14152 MB) # ipv6 udp -z -t 1 # tx=113247 (7067 MB) txc=113247 zc=n # rx=113230 (7065 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__->