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=156875 (9789 MB) txc=0 zc=n # rx=65097 (9789 MB) # ipv4 tcp -z -t 1 # tx=107316 (6696 MB) txc=107316 zc=n # rx=53519 (6696 MB) # ok # ipv6 tcp -t 1 # tx=213708 (13336 MB) txc=0 zc=n # rx=105324 (13336 MB) # ipv6 tcp -z -t 1 # tx=114950 (7173 MB) txc=114950 zc=n # rx=56828 (7173 MB) # ok # ipv4 udp -t 1 # tx=255988 (15974 MB) txc=0 zc=n # rx=255972 (15973 MB) # ipv4 udp -z -t 1 # tx=114891 (7169 MB) txc=114891 zc=n # rx=114872 (7168 MB) # ok # ipv6 udp -t 1 # tx=228623 (14266 MB) txc=0 zc=n # rx=228623 (14266 MB) # ipv6 udp -z -t 1 # tx=113446 (7079 MB) txc=113446 zc=n # rx=113431 (7078 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__->