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(-) Applied to for-next Thanks, Jason