On Mon, Mar 12, 2018 at 11:13:02PM +0530, Raju Rangoju wrote: > diff --git a/include/uapi/rdma/cxgb4-abi.h b/include/uapi/rdma/cxgb4-abi.h > index 05f71f1bc119..e82cfd69c3f8 100644 > +++ b/include/uapi/rdma/cxgb4-abi.h > @@ -74,6 +74,21 @@ struct c4iw_create_qp_resp { > __u32 flags; > }; > > +struct c4iw_create_srq_resp { > + __u64 srq_key; > + __u64 srq_db_gts_key; > + __u64 srq_memsize; > + __u32 srqid; > + __u32 srq_size; > + __u32 rqt_abs_idx; > + __u32 qid_mask; > + __u32 flags; > +}; Needs a reserved u32 for padding This is new uapi, so we need to see an open rdma-core PR for the feature before merging the kernel side. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html