From db23af58c7eb3c8017b2203eed76b4a70a62e8bc Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 14 Mar 2011 15:20:09 -0700 Subject: [PATCH] librdmacm/man: fixup rdma_accept documentation for responder_resources Responder_resources may be greater than that specified in the connect request, up to the maximum supported by the device. Signed-off-by: Sean Hefty --- man/rdma_accept.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 man/rdma_accept.3 diff --git a/man/rdma_accept.3 b/man/rdma_accept.3 old mode 100644 new mode 100755 index ac04e2cd..89f2a62f --- a/man/rdma_accept.3 +++ b/man/rdma_accept.3 @@ -47,8 +47,8 @@ be larger than that requested. The maximum number of outstanding RDMA read and atomic operations that the local side will accept from the remote side. Applies only to RDMA_PS_TCP. This value must be less than or equal to the local RDMA device attribute -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. .IP initiator_depth The maximum number of outstanding RDMA read and atomic operations that the local side will have to the remote side. Applies only to RDMA_PS_TCP. -- 2.41.0