Re: rdma_listen() backlog maximum
From: Or Gerlitz <hidden>
Date: 2011-02-06 08:51:30
Mike Mundy wrote:
I'm prototyping a server that needs to accept a large number of simultaneous incoming RDMA CM connections. I noticed that drivers/infiniband/core/ucma.c limits the backlog to 128. Is there a reason why the limit is 128? Or to put it another way, what breaks if the limit is increased to a larger value (say 256)?
My understanding is that with the current cma/cm code, under IB/IBoE the backlog has no impact, in that environment, you're practically limited by the mad layer ability to receive the REQ mads. Sean, am I correct? Or. -- 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