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=208346 (13001 MB) txc=0 zc=n # rx=102560 (13001 MB) # ipv4 tcp -z -t 1 # tx=122565 (7648 MB) txc=122565 zc=n # rx=60604 (7648 MB) # ok # ipv6 tcp -t 1 # tx=206048 (12858 MB) txc=0 zc=n # rx=102741 (12858 MB) # ipv6 tcp -z -t 1 # tx=115838 (7228 MB) txc=115838 zc=n # rx=57312 (7228 MB) # ok # ipv4 udp -t 1 # tx=235256 (14680 MB) txc=0 zc=n # rx=235255 (14680 MB) # ipv4 udp -z -t 1 # tx=107177 (6688 MB) txc=107177 zc=n # rx=107177 (6688 MB) # ok # ipv6 udp -t 1 # tx=205085 (12798 MB) txc=0 zc=n # rx=205082 (12797 MB) # ipv6 udp -z -t 1 # tx=99591 (6214 MB) txc=99591 zc=n # rx=99566 (6213 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__->