linux_dsm_epyc7002/drivers/infiniband/sw
Shiraz, Saleem 8317d6cdc1 RDMA/rxe: Use for_each_sg_page iterator on umem SGL
The driver walks the umem SGL assuming a 1:1 mapping between SGE and
system page. Update to use the for_each_sg_page iterator to get individual
pages contained in the SGEs.  This is a pre-requisite before adding page
combining into SGEs while building the scatter table in IB core.

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:24:55 -07:00
..
rdmavt RDMA: Handle PD allocations by IB/core 2019-02-08 16:51:04 -07:00
rxe RDMA/rxe: Use for_each_sg_page iterator on umem SGL 2019-02-11 15:24:55 -07:00
Makefile Soft RoCE driver 2016-08-04 11:13:12 -04:00