]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit59737c25a042bb020b0a23774f7386d124c6b123
tree26e3a36f2136202a8302d9ad3aaee2955b174963
parent02e8d457e3e25ed00abaff6d5d20a1ebf9ec01c1
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: 2c7935d1dbbd ("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