OSDN Git Service

RDMA/qedr: Fix qpids xarray api used
authorMichal Kalderon <michal.kalderon@marvell.com>
Sun, 27 Oct 2019 20:04:49 +0000 (22:04 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 28 Oct 2019 17:01:35 +0000 (14:01 -0300)
commit5fdff18b4dc64e2d1e912ad2b90495cd487f791b
tree26e3a36f2136202a8302d9ad3aaee2955b174963
parent73ab512f720298aabe23b34110e3f6a8545b0ba5
RDMA/qedr: Fix qpids xarray api used

The qpids xarray isn't accessed from irq context and therefore there
is no need to use the xa_XXX_irq version of the apis.
Remove the _irq.

Fixes: b6014f9e5f39 ("qedr: Convert qpidr to XArray")
Link: https://lore.kernel.org/r/20191027200451.28187-3-michal.kalderon@marvell.com
Signed-off-by: Ariel Elior <ariel.elior@marvell.com>
Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/qedr/main.c
drivers/infiniband/hw/qedr/qedr_iw_cm.c
drivers/infiniband/hw/qedr/verbs.c