> From: Jason Gunthorpe [mailto:jgg@xxxxxxxx] > Sent: Tuesday, July 24, 2018 12:22 AM > On Mon, Jul 23, 2018 at 04:30:03PM +0300, Yuval Bason wrote: > > diff --git a/include/uapi/rdma/qedr-abi.h > > b/include/uapi/rdma/qedr-abi.h index 24c658b..2189fb4 100644 > > +++ b/include/uapi/rdma/qedr-abi.h > > @@ -111,4 +111,21 @@ struct qedr_create_qp_uresp { > > __u32 reserved; > > }; > > > > +struct qedr_create_srq_ureq { > > + /* user space virtual address of producer pair */ > > + __u64 prod_pair_addr; > > + > > + /* user space virtual address of SRQ buffer */ > > + __u64 srq_addr; > > + > > + /* length of SRQ buffer */ > > + __u64 srq_len; > > +}; > > These u64's have to be __aligned_u64 Will fix. > > 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