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=209291 (13060 MB) txc=0 zc=n # rx=104254 (13060 MB) # ipv4 tcp -z -t 1 # tx=109228 (6816 MB) txc=109228 zc=n # rx=54308 (6816 MB) # ok # ipv6 tcp -t 1 # tx=195393 (12193 MB) txc=0 zc=n # rx=97637 (12193 MB) # ipv6 tcp -z -t 1 # tx=118410 (7389 MB) txc=118410 zc=n # rx=58807 (7389 MB) # ok # ipv4 udp -t 1 # tx=210330 (13125 MB) txc=0 zc=n # rx=210330 (13125 MB) # ipv4 udp -z -t 1 # tx=94818 (5916 MB) txc=94818 zc=n # rx=94792 (5915 MB) # ok # ipv6 udp -t 1 # tx=201571 (12578 MB) txc=0 zc=n # rx=201564 (12578 MB) # ipv6 udp -z -t 1 # tx=96533 (6024 MB) txc=96533 zc=n # rx=96382 (6014 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__->