lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 25 Dec 2023 15:53:24 +0800
From: Junxian Huang <huangjunxian6@...ilicon.com>
To: <jgg@...pe.ca>, <leon@...nel.org>
CC: <linux-rdma@...r.kernel.org>, <linuxarm@...wei.com>,
	<linux-kernel@...r.kernel.org>, <huangjunxian6@...ilicon.com>
Subject: [PATCH for-next 0/6] RDMA/hns: Improvement for multi-level addressing

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ