From: Majd Dibbiny <[email protected]>

Align the ibv_send_wr structure according to the infiniband/verbs.h

Signed-off-by: Majd Dibbiny <[email protected]>
---
 man/ibv_post_send.3 |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/man/ibv_post_send.3 b/man/ibv_post_send.3
index 33fbb50..9571575 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 {
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to