From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Wise Subject: Re: initiator depth and responder resources in a connect request. Date: Mon, 14 Mar 2011 16:57:52 -0500 Message-ID: <4D7E8F60.7030006@opengridcomputing.com> References: <4D7E27E4.7060606@opengridcomputing.com> <4D7E3568.7010406@opengridcomputing.com> <4D7E8A25.8010701@opengridcomputing.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Hefty, Sean" Cc: linux-rdma , "Sharp, Robert O" List-Id: linux-rdma@vger.kernel.org On 03/14/2011 04:40 PM, Hefty, Sean wrote: >>> -max_qp_rd_atom and the responder_resources value reported in the connect >>> -request event. >>> +max_qp_rd_atom, but preferably greater than or equal to the >> responder_resources >>> +value reported in the connect request event. >>> >> For iwarp, its a fatal connection termination if the responder resources >> (aka IRD) is overflowed by the peer. Is it not >> fatal for an IB connection? > Yes - it's fatal. With rdma_accept, the user _can_ specify a lower number of responder_resources than what the client side requested in their initiator_depth. The client must then determine if the responder_resources that were offered is sufficient (at least with IB). This is why I added 'preferably' to the documentation. When you say 'client must then determine', do you mean the client application? So the IB CM really just passes along these values and doesn't really enforce any semantics? The reason I'm asking is we're reviewing the IETF ID that extends MPA connection setup to allow negotiating ORD/IRD. And I think we should not diverge from the way its done in IB. IE: the RDMACM semantics should be the same IMO. > - Sean > -- > 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 -- 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