[Pkg-ofed-commits] [libfabric] 86/123: man: Remove reference to RMA generating a CQ entry

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 12:28:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to annotated tag v1.1.1
in repository libfabric.

commit 717b074c0910937709c50cf42074f480aa349919
Author: Sean Hefty <sean.hefty at intel.com>
Date:   Wed Sep 23 10:38:00 2015 -0700

    man: Remove reference to RMA generating a CQ entry
    
    The man pages are unclear on FI_RMA_EVENT generating a
    CQ entry in response to an RMA operation.  The issue is
    that only counters were defined to respond to RMA events
    (see fi_ep_bind).  Support for CQ events was removed from
    the 1.0 release because of the negative impact to the
    providers, but the man pages were left in a confusing
    state.
    
    Addresses issue #1300.
    
    Signed-off-by: Sean Hefty <sean.hefty at intel.com>
---
 man/fi_getinfo.3.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/man/fi_getinfo.3.md b/man/fi_getinfo.3.md
index 7161a23..ad849a0 100644
--- a/man/fi_getinfo.3.md
+++ b/man/fi_getinfo.3.md
@@ -327,8 +327,7 @@ additional optimizations.
 
 *FI_RMA_EVENT*
 : Requests that an endpoint support the generation of completion events
-  when it is the target of an RMA and/or atomic operation.  If set, the
-  provider will support both completion queue and counter events.  This
+  when it is the target of an RMA and/or atomic operation.  This
   flag requires that FI_REMOTE_READ and/or FI_REMOTE_WRITE be enabled on
   the endpoint.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libfabric.git



More information about the Pkg-ofed-commits mailing list