@@ -74,7 +74,7 @@ struct rxe_av {
struct rxe_send_wr {
__aligned_u64 wr_id;
- __u32 reserved;
+ __u32 srq_num; /* xrc only */
__u32 opcode;
__u32 send_flags;
union {
@@ -166,7 +173,7 @@ struct rxe_send_wqe {
struct rxe_recv_wqe {
__aligned_u64 wr_id;
- __u32 reserved;
+ __u32 num_sge;
__u32 padding;
struct rxe_dma_info dma;
};
@@ -191,8 +198,7 @@ struct rxe_create_qp_resp {
struct rxe_create_srq_resp {
struct mminfo mi;
- __u32 srq_num;
- __u32 reserved;
+ __u32 reserved[2];
};
struct rxe_modify_srq_cmd {
To commit ?? ("RDMA/rxe: Extend rxe_resp.c to support xrc qps"). Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com> --- kernel-headers/rdma/rdma_user_rxe.h | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-)