From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Wise Subject: ucma question - backlog limit Date: Mon, 09 Aug 2010 09:34:31 -0500 Message-ID: <4C6011F7.3060209@opengridcomputing.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sean Hefty Cc: linux-rdma List-Id: linux-rdma@vger.kernel.org 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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html