> From: Jason Gunthorpe <jgg@xxxxxxxxxx> > Sent: Monday, July 27, 2020 9:49 PM > On Wed, Jul 22, 2020 at 01:23:39PM +0300, Yuval Basson wrote: > > Implement the XRC specific verbs. > > The additional QP type introduced new logic to the rest of the verbs > > that now require distinguishing whether a QP has an "RQ" or an "SQ" or > both. > > > > Signed-off-by: Michal Kalderon <mkalderon@xxxxxxxxxxx> > > Signed-off-by: Yuval Basson <ybason@xxxxxxxxxxx> > > --- > > drivers/infiniband/hw/qedr/main.c | 19 +++ > > drivers/infiniband/hw/qedr/qedr.h | 33 +++++ > > drivers/infiniband/hw/qedr/verbs.c | 291 > +++++++++++++++++++++++++------------ > > drivers/infiniband/hw/qedr/verbs.h | 4 +- > > 4 files changed, 255 insertions(+), 92 deletions(-) > > Where is the rdma-core part of this? Sorry for the delay on this one, it slipped. Related pull request: https://github.com/linux-rdma/rdma-core/pull/821 Thanks, Michal > > Jason