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=207042 (12920 MB) txc=0 zc=n # rx=103324 (12920 MB) # ipv4 tcp -z -t 1 # tx=118447 (7391 MB) txc=118447 zc=n # rx=58817 (7391 MB) # ok # ipv6 tcp -t 1 # tx=205440 (12820 MB) txc=0 zc=n # rx=102449 (12820 MB) # ipv6 tcp -z -t 1 # tx=121019 (7552 MB) txc=121019 zc=n # rx=60156 (7552 MB) # ok # ipv4 udp -t 1 # tx=225928 (14098 MB) txc=0 zc=n # rx=225923 (14098 MB) # ipv4 udp -z -t 1 # tx=111734 (6972 MB) txc=111734 zc=n # rx=111725 (6972 MB) # ok # ipv6 udp -t 1 # tx=224386 (14002 MB) txc=0 zc=n # rx=224386 (14002 MB) # ipv6 udp -z -t 1 # tx=105804 (6602 MB) txc=105804 zc=n # rx=105780 (6601 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__->