linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 0/4] RDMA/hns: Refactor codes of CQ
@ 2019-11-18  2:34 Weihang Li
  2019-11-18  2:34 ` [PATCH for-next 1/4] RDMA/hns: Redefine interfaces used in creating cq Weihang Li
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Weihang Li @ 2019-11-18  2:34 UTC (permalink / raw)
  To: dledford, jgg; +Cc: linux-rdma, linuxarm

This series redefine/rename/remove some interfaces to improve readability
and maintainability of codes of CQ in hip08.

The 4th patch has conflict with "RDMA/hns: Add support for reporting wc
as software mode", will send a rebased one if any of them was applied.

Yixian Liu (4):
  RDMA/hns: Redefine interfaces used in creating cq
  RDMA/hns: Redefine the member of hns_roce_cq struct
  RDMA/hns: Rename the functions used inside creating cq
  RDMA/hns: Delete unnecessary callback functions for cq

 drivers/infiniband/hw/hns/hns_roce_cmd.h    |   4 +-
 drivers/infiniband/hw/hns/hns_roce_cq.c     | 271 +++++++++++-----------------
 drivers/infiniband/hw/hns/hns_roce_device.h |  27 +--
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |  26 ++-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  |  13 +-
 drivers/infiniband/hw/hns/hns_roce_main.c   |   4 +-
 6 files changed, 141 insertions(+), 204 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2019-11-22 20:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-18  2:34 [PATCH for-next 0/4] RDMA/hns: Refactor codes of CQ Weihang Li
2019-11-18  2:34 ` [PATCH for-next 1/4] RDMA/hns: Redefine interfaces used in creating cq Weihang Li
2019-11-18  2:34 ` [PATCH for-next 2/4] RDMA/hns: Redefine the member of hns_roce_cq struct Weihang Li
2019-11-18  2:34 ` [PATCH for-next 3/4] RDMA/hns: Rename the functions used inside creating cq Weihang Li
2019-11-18  2:34 ` [PATCH for-next 4/4] RDMA/hns: Delete unnecessary callback functions for cq Weihang Li
2019-11-22 20:48 ` [PATCH for-next 0/4] RDMA/hns: Refactor codes of CQ 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).