aboutsummaryrefslogtreecommitdiffstats
path: root/man/ibv_post_send.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/ibv_post_send.3')
-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: