public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 for-next 0/5] RDMA/hns: Refactor and reorganization
@ 2021-03-27  3:21 Weihang Li
  2021-03-27  3:21 ` [PATCH v2 for-next 1/5] RDMA/hns: Refactor hns_roce_v2_poll_one() Weihang Li
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Weihang Li @ 2021-03-27  3:21 UTC (permalink / raw)
  To: dledford, jgg; +Cc: leon, linux-rdma, linuxarm

Refactor the process of polling CQ and several control paths in the hns
driver.

Changes since v1:
- Avoid wrapping a function in another one.
- Make a rebase.
- Link: https://patchwork.kernel.org/project/linux-rdma/cover/1615972183-42510-1-git-send-email-liweihang@huawei.com/

P.S. This version is made based on "RDMA/hns: Support to select congestion
control algorithm" at https://patchwork.kernel.org/project/linux-rdma/cover/1616679236-7795-1-git-send-email-liweihang@huawei.com/
Sorry for just finding out there's merge conflict between these two series,
I will send a new version ASAP if something needs to be updated.

Weihang Li (1):
  RDMA/hns: Refactor hns_roce_v2_poll_one()

Xi Wang (3):
  RDMA/hns: Refactor reset state checking flow
  RDMA/hns: Reorganize process of setting HEM
  RDMA/hns: Simplify command fields for HEM base address configuration

Yixing Liu (1):
  RDMA/hns: Reorganize hns_roce_create_cq()

 drivers/infiniband/hw/hns/hns_roce_cmd.c    |  35 +-
 drivers/infiniband/hw/hns/hns_roce_cq.c     |  86 ++-
 drivers/infiniband/hw/hns/hns_roce_device.h |  11 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |   2 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 971 +++++++++++++++-------------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  | 116 ++--
 6 files changed, 625 insertions(+), 596 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-04-01 19:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-27  3:21 [PATCH v2 for-next 0/5] RDMA/hns: Refactor and reorganization Weihang Li
2021-03-27  3:21 ` [PATCH v2 for-next 1/5] RDMA/hns: Refactor hns_roce_v2_poll_one() Weihang Li
2021-03-27  3:21 ` [PATCH v2 for-next 2/5] RDMA/hns: Reorganize hns_roce_create_cq() Weihang Li
2021-03-27  3:21 ` [PATCH v2 for-next 3/5] RDMA/hns: Refactor reset state checking flow Weihang Li
2021-03-27  3:21 ` [PATCH v2 for-next 4/5] RDMA/hns: Reorganize process of setting HEM Weihang Li
2021-03-27  3:21 ` [PATCH v2 for-next 5/5] RDMA/hns: Simplify command fields for HEM base address configuration Weihang Li
2021-04-01 19:14 ` [PATCH v2 for-next 0/5] RDMA/hns: Refactor and reorganization Jason Gunthorpe

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