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=168281 (10501 MB) txc=0 zc=n # rx=63923 (10501 MB) # ipv4 tcp -z -t 1 # tx=124654 (7778 MB) txc=124654 zc=n # rx=62321 (7778 MB) # ok # ipv6 tcp -t 1 # tx=200132 (12488 MB) txc=0 zc=n # rx=98837 (12488 MB) # ipv6 tcp -z -t 1 # tx=118945 (7422 MB) txc=118945 zc=n # rx=59472 (7422 MB) # ok # ipv4 udp -t 1 # tx=173996 (10857 MB) txc=0 zc=n # rx=173972 (10856 MB) # ipv4 udp -z -t 1 # tx=91634 (5718 MB) txc=91634 zc=n # rx=91634 (5718 MB) # ok # ipv6 udp -t 1 # tx=186207 (11620 MB) txc=0 zc=n # rx=186181 (11618 MB) # ipv6 udp -z -t 1 # tx=114055 (7117 MB) txc=114055 zc=n # rx=113994 (7113 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__->