[Pkg-ofed-commits] [libfabric] 40/123: manpages: Add info about injectdata functions

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 12:28:28 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 1e540ee470e8e93e1626a6387e0c438e437ae0e9
Author: Arun C Ilango <arun.ilango at intel.com>
Date:   Tue Sep 8 15:25:27 2015 -0700

    manpages: Add info about injectdata functions
    
    Signed-off-by: Arun C Ilango <arun.ilango at intel.com>
---
 man/fi_msg.3.md    | 9 +++++++++
 man/fi_rma.3.md    | 9 +++++++++
 man/fi_tagged.3.md | 9 +++++++++
 3 files changed, 27 insertions(+)

diff --git a/man/fi_msg.3.md b/man/fi_msg.3.md
index 691d416..d8379bf 100644
--- a/man/fi_msg.3.md
+++ b/man/fi_msg.3.md
@@ -44,6 +44,9 @@ ssize_t fi_inject(struct fid_ep *ep, void *buf, size_t len,
 
 ssize_t fi_senddata(struct fid_ep *ep, void *buf, size_t len,
 	void *desc, uint64_t data, fi_addr_t dest_addr, void *context);
+
+ssize_t fi_injectdata(struct fid_ep *ep, void *buf, size_t len,
+	uint64_t data, fi_addr_t dest_addr);
 {% endhighlight %}
 
 # ARGUMENTS
@@ -164,6 +167,12 @@ The send data call is similar to fi_send, but allows for the sending
 of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the
 transfer.
 
+## fi_injectdata
+
+The inject data call is similar to fi_inject, but allows for the sending
+of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the
+transfer.
+
 ## fi_recv
 
 The fi_recv call posts a data buffer to the receive queue of the
diff --git a/man/fi_rma.3.md b/man/fi_rma.3.md
index 8339cbb..6cceab7 100644
--- a/man/fi_rma.3.md
+++ b/man/fi_rma.3.md
@@ -48,6 +48,9 @@ ssize_t fi_inject_write(struct fid_ep *ep, const void *buf, size_t len,
 ssize_t fi_writedata(struct fid_ep *ep, const void *buf, size_t len,
 	void *desc, uint64_t data, fi_addr_t dest_addr, uint64_t addr,
 	uint64_t key, void *context);
+
+ssize_t fi_inject_writedata(struct fid_ep *ep, const void *buf, size_t len,
+	uint64_t data, fi_addr_t dest_addr, uint64_t addr, uint64_t key);
 {% endhighlight %}
 
 # ARGUMENTS
@@ -188,6 +191,12 @@ The write data call is similar to fi_write, but allows for the sending
 of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the
 transfer.
 
+## fi_inject_writedata
+
+The inject write data call is similar to fi_inject_write, but allows for the sending
+of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the
+transfer.
+
 ## fi_read
 
 The fi_read call requests that the remote endpoint transfer data from
diff --git a/man/fi_tagged.3.md b/man/fi_tagged.3.md
index 9b29155..64ca51f 100644
--- a/man/fi_tagged.3.md
+++ b/man/fi_tagged.3.md
@@ -46,6 +46,9 @@ ssize_t fi_tinject(struct fid_ep *ep, const void *buf, size_t len,
 ssize_t fi_tsenddata(struct fid_ep *ep, const void *buf, size_t len,
 	void *desc, uint64_t data, fi_addr_t dest_addr, uint64_t tag,
 	void *context);
+
+ssize_t fi_tinjectdata(struct fid_ep *ep, const void *buf, size_t len,
+	uint64_t data, fi_addr_t dest_addr, uint64_t tag);
 {% endhighlight %}
 
 # ARGUMENTS
@@ -186,6 +189,12 @@ The tagged send data call is similar to fi_tsend, but allows for the
 sending of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the
 transfer.
 
+## fi_tinjectdata
+
+The tagged inject data call is similar to fi_tinject, but allows for the
+sending of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the
+transfer.
+
 ## fi_trecv
 
 The fi_trecv call posts a data buffer to the receive queue of the

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