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=173046 (10798 MB) txc=0 zc=n # rx=61560 (10798 MB) # ipv4 tcp -z -t 1 # tx=105247 (6567 MB) txc=105247 zc=n # rx=51294 (6567 MB) # ok # ipv6 tcp -t 1 # tx=156758 (9782 MB) txc=0 zc=n # rx=58268 (9782 MB) # ipv6 tcp -z -t 1 # tx=100071 (6244 MB) txc=100071 zc=n # rx=48707 (6244 MB) # ok # ipv4 udp -t 1 # tx=212238 (13244 MB) txc=0 zc=n # rx=212236 (13244 MB) # ipv4 udp -z -t 1 # tx=93743 (5849 MB) txc=93743 zc=n # rx=93668 (5845 MB) # ok # ipv6 udp -t 1 # tx=204743 (12776 MB) txc=0 zc=n # rx=204713 (12774 MB) # ipv6 udp -z -t 1 # tx=97133 (6061 MB) txc=97133 zc=n # rx=97125 (6060 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__->