RDMA/hns: Fix return value in hns_roce_map_mr_sg
authorZhengchao Shao <shaozhengchao@huawei.com>
Thu, 11 Apr 2024 03:38:51 +0000 (11:38 +0800)
committerLeon Romanovsky <leon@kernel.org>
Tue, 16 Apr 2024 11:59:08 +0000 (14:59 +0300)
commit203b70fda63425a4eb29f03f9074859afe821a39
tree61151fc07e7895d708d61238bfd9c6d33052608d
parent8859f009ace237ffc165c95edcc113d3824b9bf3
RDMA/hns: Fix return value in hns_roce_map_mr_sg

As described in the ib_map_mr_sg function comment, it returns the number
of sg elements that were mapped to the memory region. However,
hns_roce_map_mr_sg returns the number of pages required for mapping the
DMA area. Fix it.

Fixes: 9b2cf76c9f05 ("RDMA/hns: Optimize PBL buffer allocation process")
Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Link: https://lore.kernel.org/r/20240411033851.2884771-1-shaozhengchao@huawei.com
Reviewed-by: Junxian Huang <huangjunxian6@hisilicon.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/hns/hns_roce_mr.c