All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/5] RDMA/hns: Changes about memory allocation and configuration
@ 2021-05-21  9:29 Weihang Li
  2021-05-21  9:29 ` [PATCH for-next 1/5] RDMA/hns: Optimize the base address table config for MTR Weihang Li
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Weihang Li @ 2021-05-21  9:29 UTC (permalink / raw)
  To: dledford, jgg; +Cc: leon, linux-rdma, linuxarm, Weihang Li

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(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-05-28 23:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-21  9:29 [PATCH for-next 0/5] RDMA/hns: Changes about memory allocation and configuration Weihang Li
2021-05-21  9:29 ` [PATCH for-next 1/5] RDMA/hns: Optimize the base address table config for MTR Weihang Li
2021-05-21  9:29 ` [PATCH for-next 2/5] RDMA/hns: Refactor root BT allocation " Weihang Li
2021-05-21  9:29 ` [PATCH for-next 3/5] RDMA/hns: Fix wrong timer context buffer page size Weihang Li
2021-05-21  9:29 ` [PATCH for-next 4/5] RDMA/hns: Use refcount_t APIs for HEM Weihang Li
2021-05-21  9:29 ` [PATCH for-next 5/5] RDMA/hns: Clean the hardware related code " Weihang Li
2021-05-28 23:20 ` [PATCH for-next 0/5] RDMA/hns: Changes about memory allocation and configuration Jason Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.