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=215095 (13422 MB) txc=0 zc=n # rx=106783 (13422 MB) # ipv4 tcp -z -t 1 # tx=122860 (7666 MB) txc=122860 zc=n # rx=61411 (7666 MB) # ok # ipv6 tcp -t 1 # tx=198250 (12371 MB) txc=0 zc=n # rx=97326 (12371 MB) # ipv6 tcp -z -t 1 # tx=119075 (7430 MB) txc=119075 zc=n # rx=59522 (7430 MB) # ok # ipv4 udp -t 1 # tx=250888 (15656 MB) txc=0 zc=n # rx=250859 (15654 MB) # ipv4 udp -z -t 1 # tx=113951 (7110 MB) txc=113951 zc=n # rx=113928 (7109 MB) # ok # ipv6 udp -t 1 # tx=242147 (15110 MB) txc=0 zc=n # rx=242139 (15110 MB) # ipv6 udp -z -t 1 # tx=107559 (6712 MB) txc=107559 zc=n # rx=107507 (6708 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__->