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=195184 (12180 MB) txc=0 zc=n # rx=96499 (12180 MB) # ipv4 tcp -z -t 1 # tx=123306 (7694 MB) txc=123306 zc=n # rx=61283 (7694 MB) # ok # ipv6 tcp -t 1 # tx=207946 (12976 MB) txc=0 zc=n # rx=101364 (12976 MB) # ipv6 tcp -z -t 1 # tx=118389 (7387 MB) txc=118389 zc=n # rx=58871 (7387 MB) # ok # ipv4 udp -t 1 # tx=265845 (16589 MB) txc=0 zc=n # rx=265718 (16581 MB) # ipv4 udp -z -t 1 # tx=116836 (7290 MB) txc=116836 zc=n # rx=116782 (7287 MB) # ok # ipv6 udp -t 1 # tx=244006 (15226 MB) txc=0 zc=n # rx=243990 (15225 MB) # ipv6 udp -z -t 1 # tx=115691 (7219 MB) txc=115691 zc=n # rx=115651 (7217 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__->