I agree. I think it should default to say 1024. Further, I propose we make this a sysctl variable such that admins can tweak it as needed.


On 08/09/2010 12:06 PM, Bernard Metzler wrote:
I think that could be relaxed.
Running OFED (and softiwarp) on larger installations,
we already had to set this to some KByte...

Bernard.

linux-rdma-ow...@vger.kernel.org wrote on 08/09/2010 04:34:31 PM:

Hey Sean,

What is the logic behind limiting the listen backlog to 128?

------

snipit from ucma.c:

enum {
          UCMA_MAX_BACKLOG        = 128
};


snipit from ucma_listen():

          ctx->backlog = cmd.backlog>  0&&  cmd.backlog<
UCMA_MAX_BACKLOG ?
                         cmd.backlog : UCMA_MAX_BACKLOG;
------



Thanks,

Steve.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to