linux_dsm_epyc7002/drivers/infiniband/hw
Shiraz, Saleem 8d249af3e6 RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL
Use the for_each_sg_dma_page iterator variant to walk the umem DMA-mapped
SGL and get the page DMA address. This avoids the extra loop to iterate
pages in the SGE when for_each_sg iterator is used.

Additionally, purge umem->page_shift usage in the driver as its only
relevant for ODP MRs. Use system page size and shift instead.

Signed-off-by: Shiraz, Saleem <shiraz.saleem@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-02-11 15:02:33 -07:00
..
bnxt_re RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGL 2019-02-11 15:02:33 -07:00
cxgb3 RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
cxgb4 iw_cxgb4: fix srqidx leak during connection abort 2019-02-08 17:02:05 -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/mthca: Use for_each_sg_dma_page iterator on umem SGL 2019-02-11 15:02:33 -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