[Pkg-ofed-commits] [libfabric] 119/123: man/cancel: Clearly indicate that fi_cancel is asynchronous

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 12:28:36 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 9b82ebda29877b54eb8aff89ce7fa1745a50d060
Author: Sean Hefty <sean.hefty at intel.com>
Date:   Thu Oct 1 09:23:22 2015 -0700

    man/cancel: Clearly indicate that fi_cancel is asynchronous
    
    Signed-off-by: Sean Hefty <sean.hefty at intel.com>
---
 man/fi_endpoint.3.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/man/fi_endpoint.3.md b/man/fi_endpoint.3.md
index 9d69c4d..1c1c8ce 100644
--- a/man/fi_endpoint.3.md
+++ b/man/fi_endpoint.3.md
@@ -382,8 +382,8 @@ Canceling an operation causes the fabric provider to search for the
 operation and, if it is still pending, complete it as having been
 canceled.  If multiple outstanding operations match the context
 parameter, only one will be canceled.  In this case, the operation
-which is canceled is provider specific.  The cancel operation will
-complete within a bounded period of time.
+which is canceled is provider specific.  The cancel operation is
+asynchronous, but will complete within a bounded period of time.
 
 ## fi_alias
 
@@ -1173,7 +1173,8 @@ increment the error counter and generate a completion event.
 # RETURN VALUES
 
 Returns 0 on success.  On error, a negative value corresponding to
-fabric errno is returned.
+fabric errno is returned.  For fi_cancel, a return value of 0
+indicates that the cancel request was submitted for processing.
 
 Fabric errno values are defined in `rdma/fi_errno.h`.
 

-- 
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