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=214359 (13376 MB) txc=0 zc=n # rx=107115 (13376 MB) # ipv4 tcp -z -t 1 # tx=125302 (7819 MB) txc=125302 zc=n # rx=62048 (7819 MB) # ok # ipv6 tcp -t 1 # tx=207506 (12949 MB) txc=0 zc=n # rx=103695 (12949 MB) # ipv6 tcp -z -t 1 # tx=119540 (7459 MB) txc=119540 zc=n # rx=59255 (7459 MB) # ok # ipv4 udp -t 1 # tx=241775 (15087 MB) txc=0 zc=n # rx=241775 (15087 MB) # ipv4 udp -z -t 1 # tx=115465 (7205 MB) txc=115465 zc=n # rx=115441 (7203 MB) # ok # ipv6 udp -t 1 # tx=231268 (14431 MB) txc=0 zc=n # rx=231268 (14431 MB) # ipv6 udp -z -t 1 # tx=113909 (7108 MB) txc=113909 zc=n # rx=113900 (7107 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__->