On Sun, Jul 29, 2018 at 01:20:46PM +0300, Yuval Bason wrote: > To commit 04636920dd2c ("qedr: Add user space support for SRQ") > > Signed-off-by: Yuval Bason <yuval.bason@xxxxxxxxxx> > Signed-off-by: Michal Kalderon <michal.kalderon@xxxxxxxxxx> > kernel-headers/rdma/qedr-abi.h | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/kernel-headers/rdma/qedr-abi.h b/kernel-headers/rdma/qedr-abi.h > index 24c658b..2189fb4 100644 > +++ b/kernel-headers/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; > +}; Something has gone wrong because this text does not match the kernel version of this header. 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