linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 0/9] RDMA/hns: Cleanups for 5.8
@ 2020-05-20 13:53 Weihang Li
  2020-05-20 13:53 ` [PATCH for-next 1/9] RDMA/hns: Let software PI/CI grow naturally Weihang Li
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Weihang Li @ 2020-05-20 13:53 UTC (permalink / raw)
  To: dledford, jgg; +Cc: leon, linux-rdma, linuxarm

These are some cleanups, include removing dead code, modifying
varibles/fields types, and optimizing some functions.

Lang Cheng (3):
  RDMA/hns: Let software PI/CI grow naturally
  RDMA/hns: Add CQ flag instead of independent enable flag
  RDMA/hns: Optimize post and poll process

Weihang Li (2):
  RDMA/hns: Change all page_shift to unsigned
  RDMA/hns: Change variables representing quantity to unsigned

Xi Wang (3):
  RDMA/hns: Rename QP buffer related function
  RDMA/hns: Refactor the QP context filling process related to WQE
    buffer configure
  RDMA/hns: Optimize the usage of MTR

Yangyang Li (1):
  RDMA/hns: Remove unused code about assert

 drivers/infiniband/hw/hns/hns_roce_alloc.c  |   2 +-
 drivers/infiniband/hw/hns/hns_roce_common.h |   4 -
 drivers/infiniband/hw/hns/hns_roce_cq.c     |  10 +-
 drivers/infiniband/hw/hns/hns_roce_device.h |  38 ++--
 drivers/infiniband/hw/hns/hns_roce_hem.c    |   2 +-
 drivers/infiniband/hw/hns/hns_roce_hem.h    |   2 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 323 +++++++++++++++-------------
 drivers/infiniband/hw/hns/hns_roce_main.c   |   1 -
 drivers/infiniband/hw/hns/hns_roce_mr.c     |  72 ++++---
 drivers/infiniband/hw/hns/hns_roce_qp.c     |   8 +-
 10 files changed, 249 insertions(+), 213 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2020-05-28  1:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 13:53 [PATCH for-next 0/9] RDMA/hns: Cleanups for 5.8 Weihang Li
2020-05-20 13:53 ` [PATCH for-next 1/9] RDMA/hns: Let software PI/CI grow naturally Weihang Li
2020-05-20 13:53 ` [PATCH for-next 2/9] RDMA/hns: Add CQ flag instead of independent enable flag Weihang Li
2020-05-25 17:06   ` Jason Gunthorpe
2020-05-26  2:57     ` liweihang
2020-05-26 12:08       ` Jason Gunthorpe
2020-05-28  1:15         ` liweihang
2020-05-20 13:53 ` [PATCH for-next 3/9] RDMA/hns: Optimize post and poll process Weihang Li
2020-05-20 13:53 ` [PATCH for-next 4/9] RDMA/hns: Remove unused code about assert Weihang Li
2020-05-20 13:53 ` [PATCH for-next 5/9] RDMA/hns: Rename QP buffer related function Weihang Li
2020-05-20 13:53 ` [PATCH for-next 6/9] RDMA/hns: Change all page_shift to unsigned Weihang Li
2020-05-20 13:53 ` [PATCH for-next 7/9] RDMA/hns: Change variables representing quantity " Weihang Li
2020-05-20 13:53 ` [PATCH for-next 8/9] RDMA/hns: Refactor the QP context filling process related to WQE buffer configure Weihang Li
2020-05-20 13:53 ` [PATCH for-next 9/9] RDMA/hns: Optimize the usage of MTR Weihang Li
2020-05-25 17:11 ` [PATCH for-next 0/9] RDMA/hns: Cleanups for 5.8 Jason Gunthorpe
2020-05-25 17:36   ` Leon Romanovsky
2020-05-26  3:13     ` liweihang

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