On Mon, Sep 30, 2019 at 01:11:19PM +0530, Potnuri Bharat Teja wrote: > dump_qp() is wrongly trying to dump SRQ structures as QP when SRQ is used > by the application. This patch matches the QPID before dumpig them. > Also removes unwanted SRQ id addition to QP id xarray. > > Fixes: 2f43129127 ("cxgb4: Convert qpidr to XArray") > Signed-off-by: Rahul Kundu <rahul.kundu@xxxxxxxxxxx> > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/device.c | 7 +++++-- > drivers/infiniband/hw/cxgb4/qp.c | 10 +--------- > 2 files changed, 6 insertions(+), 11 deletions(-) Applied to for-rc Thanks, Jason