diff mbox

librdmacm/doc: document the limitations on the user provided private data length

Message ID alpine.LRH.2.00.1103281048280.17717@ogerlitz.voltaire.com (mailing list archive)
State New, archived
Headers show

Commit Message

Or Gerlitz March 28, 2011, 8:49 a.m. UTC
None
diff mbox

Patch

diff --git a/man/rdma_accept.3 b/man/rdma_accept.3
index ac04e2c..0a9415a 100644
--- a/man/rdma_accept.3
+++ b/man/rdma_accept.3
@@ -84,5 +84,7 @@  by the active side of the connection.  The HCA ACK delay is a property of
 the locally used HCA.
 .P
 The RNR retry count is a 3-bit value.
+.P
+The length of the private data provided by the user is limited to 160 bytes.
 .SH "SEE ALSO"
 rdma_listen(3), rdma_reject(3), rdma_get_cm_event(3)
diff --git a/man/rdma_connect.3 b/man/rdma_connect.3
index b0cc51e..8035d47 100644
--- a/man/rdma_connect.3
+++ b/man/rdma_connect.3
@@ -79,6 +79,8 @@  Administrator and is part of the resolved route (path record) information.
 The HCA ACK delay is a property of the locally used HCA.
 .P
 Retry count and RNR retry count values are 3-bit values.
+.P
+The length of the private data provided by the user is limited to 56 bytes.
 .SH "IWARP SPECIFIC"
 Connections established over iWarp RDMA devices currently require that the
 active side of the connection send the first message.