From patchwork Thu Mar 18 14:13:29 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Or Gerlitz X-Patchwork-Id: 86719 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2IEDZU4016564 for ; Thu, 18 Mar 2010 14:13:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753804Ab0CRONe (ORCPT ); Thu, 18 Mar 2010 10:13:34 -0400 Received: from fwil.voltaire.com ([193.47.165.2]:49910 "EHLO exil.voltaire.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753784Ab0CRONe (ORCPT ); Thu, 18 Mar 2010 10:13:34 -0400 Received: from zuben.voltaire.com ([172.25.5.15]) by exil.voltaire.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 18 Mar 2010 16:13:29 +0200 Date: Thu, 18 Mar 2010 16:13:29 +0200 (IST) From: Or Gerlitz To: Sean Hefty cc: Alexander Nezhinsky , linux-rdma Subject: [PATCH] librdmacm: document/clarify the delivery of connection established event Message-ID: MIME-Version: 1.0 X-OriginalArrivalTime: 18 Mar 2010 14:13:29.0267 (UTC) FILETIME=[2EED0830:01CAC6A5] Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 18 Mar 2010 14:13:35 +0000 (UTC) diff --git a/man/rdma_notify.3 b/man/rdma_notify.3 index 7114ac4..82e1008 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)