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=152785 (9534 MB) txc=0 zc=n # rx=69566 (9534 MB) # ipv4 tcp -z -t 1 # tx=107653 (6717 MB) txc=107653 zc=n # rx=53643 (6717 MB) # ok # ipv6 tcp -t 1 # tx=165450 (10324 MB) txc=0 zc=n # rx=74146 (10324 MB) # ipv6 tcp -z -t 1 # tx=116417 (7264 MB) txc=116417 zc=n # rx=57459 (7264 MB) # ok # ipv4 udp -t 1 # tx=161806 (10097 MB) txc=0 zc=n # rx=161791 (10096 MB) # ipv4 udp -z -t 1 # tx=89558 (5588 MB) txc=89558 zc=n # rx=89453 (5582 MB) # ok # ipv6 udp -t 1 # tx=163166 (10182 MB) txc=0 zc=n # rx=163154 (10181 MB) # ipv6 udp -z -t 1 # tx=112991 (7051 MB) txc=112991 zc=n # rx=112991 (7051 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__->