Files
kernel_arpi/drivers
Michal Kalderon 0d1065b54c RDMA/qedr: Fix srqs xarray initialization
[ Upstream commit 73ab512f72 ]

There was a missing initialization for the srqs xarray.
SRQs xarray can also be called from irq context when searching
for an element and uses the xa_XXX_irq apis, therefore should
be initialized with IRQ flags.

Fixes: 9fd15987ed ("qedr: Convert srqidr to XArray")
Link: https://lore.kernel.org/r/20191027200451.28187-2-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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-31 16:44:27 +01:00
..
2019-11-29 10:09:47 +01:00
2019-12-31 16:44:20 +01:00
2019-09-23 17:20:40 -04:00
2019-12-17 19:56:42 +01:00