From: Sean Hefty Date: Mon, 21 Jan 2013 23:28:39 +0000 (-0800) Subject: rsockets: Document polling_time configuration file X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8d30d65a90fef135ae2abe773e656cc934771feb;p=~shefty%2Flibrdmacm.git rsockets: Document polling_time configuration file Signed-off-by: Sean Hefty --- diff --git a/man/rsocket.7 b/man/rsocket.7 index bc5bb106..7b49e465 100644 --- a/man/rsocket.7 +++ b/man/rsocket.7 @@ -129,6 +129,15 @@ inline_default - default size of inline data .P iomap_size - default size of remote iomapping table .P +polling_time - default number of microseconds to poll for data before waiting +.P +All configuration files should contain a single integer value. Values may +be set by issuing a command similar to the following example. +.P +echo 1000000 > /etc/rdma/rsocket/mem_default +.P If configuration files are not available, rsockets uses internal defaults. +Applications can override default values programmatically through the +rsetsockopt routine. .SH "SEE ALSO" rdma_cm(7)