linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 for-next 0/5] RDMA/hns: Optimize PBL buffer allocation process
@ 2020-04-28 11:03 Weihang Li
  2020-04-28 11:03 ` [PATCH v4 for-next 1/5] " Weihang Li
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Weihang Li @ 2020-04-28 11:03 UTC (permalink / raw)
  To: dledford, jgg; +Cc: leon, linux-rdma, linuxarm

Patch #1 and #2 aim to use MTR interfaces for PBL buffer instead of MTT,
and after this, MTT can be removed completely. Patch #3 and #5 refactor
buffer size calculation process for WQE and SRQ. #4 can be considered as a
preparation for #5, which just moves code of SRQ together to a more
suitable place.

This series looks huge, but most of the modification is to replace and
remove old interfaces, and patch #4 also contribute a lot. Actually, the
original logic is not changed so much.

Changes since v3:
- Fix a sparce warning about a function that should be static reported by
  kbuild test robot.

Changes since v2:
- Just do a rebase to current for-next branch.

Changes since v1:
- Remove meaningless judgment of count in some inline functions in #3.
- Add more information into commit messages of #3 and #5.

Xi Wang (4):
  RDMA/hns: Optimize PBL buffer allocation process
  RDMA/hns: Remove unused MTT functions
  RDMA/hns: Optimize WQE buffer size calculating process
  RDMA/hns: Optimize SRQ buffer size calculating process

Yixian Liu (1):
  RDMA/hns: Move SRQ code to the reasonable place

 drivers/infiniband/hw/hns/hns_roce_alloc.c  |   43 -
 drivers/infiniband/hw/hns/hns_roce_device.h |  110 +--
 drivers/infiniband/hw/hns/hns_roce_hem.c    |  105 ---
 drivers/infiniband/hw/hns/hns_roce_hem.h    |    6 -
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |   45 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  |  943 ++++++++++----------
 drivers/infiniband/hw/hns/hns_roce_main.c   |   70 +-
 drivers/infiniband/hw/hns/hns_roce_mr.c     | 1247 +++------------------------
 drivers/infiniband/hw/hns/hns_roce_qp.c     |  313 +++----
 drivers/infiniband/hw/hns/hns_roce_srq.c    |   16 +-
 10 files changed, 767 insertions(+), 2131 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2020-05-06 20:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 11:03 [PATCH v4 for-next 0/5] RDMA/hns: Optimize PBL buffer allocation process Weihang Li
2020-04-28 11:03 ` [PATCH v4 for-next 1/5] " Weihang Li
2020-04-28 11:03 ` [PATCH v4 for-next 2/5] RDMA/hns: Remove unused MTT functions Weihang Li
2020-04-28 11:03 ` [PATCH v4 for-next 3/5] RDMA/hns: Optimize WQE buffer size calculating process Weihang Li
2020-04-28 11:03 ` [PATCH v4 for-next 4/5] RDMA/hns: Move SRQ code to the reasonable place Weihang Li
2020-04-28 11:03 ` [PATCH v4 for-next 5/5] RDMA/hns: Optimize SRQ buffer size calculating process Weihang Li
2020-05-06 20:32 ` [PATCH v4 for-next 0/5] RDMA/hns: Optimize PBL buffer allocation process Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).