mbox series

[for-next,0/5] RDMA/hns: Changes about memory allocation and configuration

Message ID 1621589395-2435-1-git-send-email-liweihang@huawei.com (mailing list archive)
Headers show
Series RDMA/hns: Changes about memory allocation and configuration | expand

Message

Weihang Li May 21, 2021, 9:29 a.m. UTC
These series includes several cleanups and fixes for HEM and MTR.

Weihang Li (1):
  RDMA/hns: Use refcount_t APIs for HEM

Xi Wang (4):
  RDMA/hns: Optimize the base address table config for MTR
  RDMA/hns: Refactor root BT allocation for MTR
  RDMA/hns: Fix wrong timer context buffer page size
  RDMA/hns: Clean the hardware related code for HEM

 drivers/infiniband/hw/hns/hns_roce_alloc.c  |  51 ++---
 drivers/infiniband/hw/hns/hns_roce_cq.c     |   4 +-
 drivers/infiniband/hw/hns/hns_roce_device.h |  17 +-
 drivers/infiniband/hw/hns/hns_roce_hem.c    | 342 +++++++++++++---------------
 drivers/infiniband/hw/hns/hns_roce_hem.h    |  13 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |  77 +++++++
 drivers/infiniband/hw/hns/hns_roce_hw_v1.h  |   5 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  |  32 ++-
 drivers/infiniband/hw/hns/hns_roce_mr.c     |  14 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c     |   2 +-
 drivers/infiniband/hw/hns/hns_roce_srq.c    |  10 +-
 11 files changed, 315 insertions(+), 252 deletions(-)

Comments

Jason Gunthorpe May 28, 2021, 11:20 p.m. UTC | #1
On Fri, May 21, 2021 at 05:29:50PM +0800, Weihang Li wrote:
> These series includes several cleanups and fixes for HEM and MTR.
> 
> Weihang Li (1):
>   RDMA/hns: Use refcount_t APIs for HEM
> 
> Xi Wang (4):
>   RDMA/hns: Optimize the base address table config for MTR
>   RDMA/hns: Refactor root BT allocation for MTR
>   RDMA/hns: Fix wrong timer context buffer page size
>   RDMA/hns: Clean the hardware related code for HEM

Applied to for-next, thanks

Jason