]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
man/rsocket: Enhance riomap documentation
authorSean Hefty <sean.hefty@intel.com>
Wed, 5 Mar 2014 00:59:20 +0000 (16:59 -0800)
committerSean Hefty <sean.hefty@intel.com>
Wed, 5 Mar 2014 00:59:20 +0000 (16:59 -0800)
Document that the user must set IOMAPSIZE in order to
use the riomap call.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
man/rsocket.7

index 9a55887a240497bcf789628c59aa6cd6ff78ce19..dfb9804d849a916028b2e71b0547a49819bd6f84 100644 (file)
@@ -63,7 +63,12 @@ selects -1 for the offset, rsockets selects one.  The remote peer may
 access an iomapped buffer directly by specifying the correct offset.
 The mapping is not guaranteed to be available until after the remote
 peer receives a data transfer initiated after riomap has completed.
-.P
+.PP
+In order to enable the use of remote IO mapping calls on an rsocket,
+an application must set the number of IO mappings that are available
+to the remote peer.  This may be done using the rsetsockopt
+RDMA_IOMAPSIZE option.  By default, an rsocket does not support
+remote IO mappings.
 riounmap
 .TP
 int riounmap(int socket, void *buf, size_t len)