]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
librdmacm/man: fixup rdma_accept documentation for responder_resources
authorSean Hefty <sean.hefty@intel.com>
Mon, 14 Mar 2011 22:20:09 +0000 (15:20 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 14 Mar 2011 22:20:09 +0000 (15:20 -0700)
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 <sean.hefty@intel.com>
man/rdma_accept.3 [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ac04e2c..89f2a62
@@ -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.