aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYishai Hadas <yishaih@mellanox.com>2016-02-08 14:43:16 +0200
committerDoug Ledford <dledford@redhat.com>2016-03-10 09:37:08 -0500
commitf3e38c1d10c69f8a61a86232f310be23d8f4596d (patch)
tree6a3e8f95608728a497d8e1b4c96c0c94ddbd2c51
parent0e60aab43bfb752ff18dd568cf9efc35c0b4855a (diff)
downloadlibibverbs-f3e38c1d10c69f8a61a86232f310be23d8f4596d.tar.gz
Update ibv_post_send manual page
Update man page to: - Align the ibv_send_wr structure according to the infiniband/verbs.h - Include IBV_QPT_XRC_SEND supported opcodes. Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r--man/ibv_post_send.326
1 files changed, 18 insertions, 8 deletions
diff --git a/man/ibv_post_send.3 b/man/ibv_post_send.3
index eeea078..26bbd06 100644
--- a/man/ibv_post_send.3
+++ b/man/ibv_post_send.3
@@ -60,8 +60,18 @@ uint32_t remote_qkey; /* Q_Key number of the destination QP */
} ud;
.in -8
} wr;
+union {
+.in +8
+struct {
+.in +8
+uint32_t remote_srqn; /* Number of the remote SRQ */
+.in -8
+} xrc;
+.in -8
+} qp_type;
.in -8
};
+.fi
.sp
.nf
struct ibv_sge {
@@ -76,15 +86,15 @@ uint32_t lkey; /* Key of the local Memory Regio
Each QP Transport Service Type supports a specific set of opcodes, as shown in the following table:
.PP
.nf
-OPCODE | IBV_QPT_UD | IBV_QPT_UC | IBV_QPT_RC
+OPCODE | IBV_QPT_UD | IBV_QPT_UC | IBV_QPT_RC | IBV_QPT_XRC_SEND
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-\-+\-\-\-\-\-\-\-\-\-\-\-
-IBV_WR_SEND | X | X | X
-IBV_WR_SEND_WITH_IMM | X | X | X
-IBV_WR_RDMA_WRITE | | X | X
-IBV_WR_RDMA_WRITE_WITH_IMM | | X | X
-IBV_WR_RDMA_READ | | | X
-IBV_WR_ATOMIC_CMP_AND_SWP | | | X
-IBV_WR_ATOMIC_FETCH_AND_ADD | | | X
+IBV_WR_SEND | X | X | X | X
+IBV_WR_SEND_WITH_IMM | X | X | X | X
+IBV_WR_RDMA_WRITE | | X | X | X
+IBV_WR_RDMA_WRITE_WITH_IMM | | X | X | X
+IBV_WR_RDMA_READ | | | X | X
+IBV_WR_ATOMIC_CMP_AND_SWP | | | X | X
+IBV_WR_ATOMIC_FETCH_AND_ADD | | | X | X
.fi
.PP
The attribute send_flags describes the properties of the \s-1WR\s0. It is either 0 or the bitwise \s-1OR\s0 of one or more of the following flags: