linux_dsm_epyc7002/drivers/infiniband/hw
Leon Romanovsky 21a428a019 RDMA: Handle PD allocations by IB/core
The PD allocations in IB/core allows us to simplify drivers and their
error flows in their .alloc_pd() paths. The changes in .alloc_pd() go hand
in had with relevant update in .dealloc_pd().

We will use this opportunity and convert .dealloc_pd() to don't fail, as
it was suggested a long time ago, failures are not happening as we have
never seen a WARN_ON print.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-02-08 16:51:04 -07:00
..
bnxt_re RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
cxgb3 RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
cxgb4 RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
hfi1 drivers/IB,hfi1: do not se mmap_sem 2019-02-07 12:54:02 -07:00
hns RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
i40iw RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
mlx4 RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
mlx5 RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
mthca RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
nes RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
ocrdma RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
qedr RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
qib drivers/IB,qib: optimize mmap_sem usage 2019-02-07 12:54:02 -07:00
usnic RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
vmw_pvrdma RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
Makefile