]> git.hungrycats.org Git - linux/commit
RDMA/mana_ib: use the correct page table index based on hardware page size
authorLong Li <longli@microsoft.com>
Fri, 30 Aug 2024 15:16:32 +0000 (08:16 -0700)
committerLeon Romanovsky <leon@kernel.org>
Mon, 2 Sep 2024 07:32:08 +0000 (10:32 +0300)
commit9e517a8e9d9a303bf9bde35e5c5374795544c152
treeb2ddcf659388256c41819a6220b06d662c3509eb
parent181028a0d84cdcc7ac86d05cc49eaa416ce85c8b
RDMA/mana_ib: use the correct page table index based on hardware page size

MANA hardware uses 4k page size. When calculating the page table index,
it should use the hardware page size, not the system page size.

Cc: stable@vger.kernel.org
Fixes: 0266a177631d ("RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter")
Signed-off-by: Long Li <longli@microsoft.com>
Link: https://patch.msgid.link/1725030993-16213-1-git-send-email-longli@linuxonhyperv.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/mana/main.c