Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH for-next 0/6] RDMA/hns: Improvement for multi-level addressing
@ 2023-12-25  7:53 Junxian Huang
  2023-12-25  7:53 ` [PATCH for-next 1/6] RDMA/hns: Refactor mtr find Junxian Huang
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Junxian Huang @ 2023-12-25  7:53 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, linuxarm, linux-kernel, huangjunxian6

This series optimizes multi-level addressing for hns.

Patch #1, #2 and #6 are optimization of multi-level addressing codes.

Patch #3 is prepared for the following optimizations.

Patch #4 and #5 introduce adaptive pagesize and hopnum to improve HW
performance.

Chengchang Tang (5):
  RDMA/hns: Refactor mtr find
  RDMA/hns: Refactor mtr_init_buf_cfg()
  RDMA/hns: Alloc MTR memory before alloc_mtt()
  RDMA/hns: Support flexible pagesize
  RDMA/hns: Support adaptive PBL hopnum

Yunsheng Lin (1):
  RDMA/hns: Simplify 'struct hns_roce_hem' allocation

 drivers/infiniband/hw/hns/hns_roce_alloc.c  |   6 -
 drivers/infiniband/hw/hns/hns_roce_cq.c     |  11 +-
 drivers/infiniband/hw/hns/hns_roce_device.h |  16 +-
 drivers/infiniband/hw/hns/hns_roce_hem.c    |  95 +----
 drivers/infiniband/hw/hns/hns_roce_hem.h    |  56 +--
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 111 +++---
 drivers/infiniband/hw/hns/hns_roce_mr.c     | 386 +++++++++++++++-----
 7 files changed, 386 insertions(+), 295 deletions(-)

--
2.30.0


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

end of thread, other threads:[~2024-01-09  1:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-25  7:53 [PATCH for-next 0/6] RDMA/hns: Improvement for multi-level addressing Junxian Huang
2023-12-25  7:53 ` [PATCH for-next 1/6] RDMA/hns: Refactor mtr find Junxian Huang
2023-12-25  7:53 ` [PATCH for-next 2/6] RDMA/hns: Refactor mtr_init_buf_cfg() Junxian Huang
2023-12-25  7:53 ` [PATCH for-next 3/6] RDMA/hns: Alloc MTR memory before alloc_mtt() Junxian Huang
2023-12-25  7:53 ` [PATCH for-next 4/6] RDMA/hns: Support flexible pagesize Junxian Huang
2023-12-26  8:52   ` Leon Romanovsky
2023-12-26  9:16     ` Junxian Huang
2023-12-26  9:42       ` Leon Romanovsky
2024-01-04 20:29       ` Jason Gunthorpe
2024-01-05  5:55         ` Junxian Huang
2024-01-05 14:18           ` Jason Gunthorpe
2024-01-09  1:47             ` Junxian Huang
2023-12-25  7:53 ` [PATCH for-next 5/6] RDMA/hns: Support adaptive PBL hopnum Junxian Huang
2023-12-25  7:53 ` [PATCH for-next 6/6] RDMA/hns: Simplify 'struct hns_roce_hem' allocation Junxian Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox