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=210961 (13164 MB) txc=0 zc=n # rx=94181 (13164 MB) # ipv4 tcp -z -t 1 # tx=118538 (7397 MB) txc=118538 zc=n # rx=58706 (7397 MB) # ok # ipv6 tcp -t 1 # tx=195838 (12221 MB) txc=0 zc=n # rx=92967 (12221 MB) # ipv6 tcp -z -t 1 # tx=113207 (7064 MB) txc=113207 zc=n # rx=56068 (7064 MB) # ok # ipv4 udp -t 1 # tx=249082 (15543 MB) txc=0 zc=n # rx=249064 (15542 MB) # ipv4 udp -z -t 1 # tx=98976 (6176 MB) txc=98976 zc=n # rx=98947 (6174 MB) # ok # ipv6 udp -t 1 # tx=220395 (13753 MB) txc=0 zc=n # rx=220390 (13753 MB) # ipv6 udp -z -t 1 # tx=93766 (5851 MB) txc=93766 zc=n # rx=93622 (5842 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__->