]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLB
authorJason Gunthorpe <jgg@mellanox.com>
Thu, 15 Aug 2019 08:38:30 +0000 (11:38 +0300)
committerDoug Ledford <dledford@redhat.com>
Tue, 20 Aug 2019 17:44:43 +0000 (13:44 -0400)
commit20a587849ca345007842af8864f4ee66752cb621
tree4cf696cda214d8fae2e1afb8e5d9d410f0b65ffe
parent6b38d225a6294690a0d8bba8e80aab3c00f2d685
RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLB

When ODP is enabled with IB_ACCESS_HUGETLB then the required pages
should be calculated based on the extent of the MR, which is rounded
to the nearest huge page alignment.

Fixes: 1eab3f97db54 ("RDMA/umem: Move page_shift from ib_umem to ib_odp_umem")
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Link: https://lore.kernel.org/r/20190815083834.9245-5-leon@kernel.org
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/umem.c
drivers/infiniband/hw/mlx5/mem.c