From: Or Gerlitz Date: Mon, 22 Mar 2010 17:49:18 +0000 (-0800) Subject: Subject: [PATCH] librdmacm: document/clarify the delivery of connection X-Git-Tag: 1.0.12~42 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=67fc56bc7dba0cd9871077ab80011216018851eb;p=~shefty%2Flibrdmacm.git Subject: [PATCH] librdmacm: document/clarify the delivery of connection established event Applications based on the rdma-cm may assume that established event is always delivered by the the kernel stack, clarify that. Signed-off-by: Or Gerlitz --- diff --git a/man/rdma_notify.3 b/man/rdma_notify.3 index 7114ac42..88420c29 100644 --- a/man/rdma_notify.3 +++ b/man/rdma_notify.3 @@ -24,6 +24,8 @@ necessary, however if connection establishment is done out of band QP that is not yet considered connected. This routine forces the connection into an established state in this case in order to handle the rare situation where the connection never forms on its own. +Calling this routine ensures the delivery of the RDMA_CM_EVENT_ESTABLISHED +event to the application. Events that should be reported to the CM are: IB_EVENT_COMM_EST. .SH "SEE ALSO" rdma_connect(3), rdma_accept(3), rdma_listen(3)