All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 for-next 0/5] RDMA/hns: Fix and refactor CMDQ related code
@ 2021-02-07  8:55 Weihang Li
  2021-02-07  8:55 ` [PATCH v2 for-next 1/5] RDMA/hns: Remove unused member and variable of CMDQ Weihang Li
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Weihang Li @ 2021-02-07  8:55 UTC (permalink / raw)
  To: dledford, jgg; +Cc: leon, linux-rdma, linuxarm

Remove some dead code in process of CMDQ transmission, and fix an issue
about missing error code.

Changes since v1:
* Drop #2 from the v1 series because the compatibility with the firmware
  needs to be considered.
* Link: https://patchwork.kernel.org/project/linux-rdma/cover/1612419786-39173-1-git-send-email-liweihang@huawei.com/

Lang Cheng (5):
  RDMA/hns: Remove unused member and variable of CMDQ
  RDMA/hns: Fixes missing error code of CMDQ
  RDMA/hns: Remove redundant operations on CMDQ
  RDMA/hns: Adjust fields and variables about CMDQ tail/head
  RDMA/hns: Refactor process of posting CMDQ

 drivers/infiniband/hw/hns/hns_roce_common.h |   4 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 125 ++++++++--------------------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |   5 --
 3 files changed, 37 insertions(+), 97 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2021-02-09 19:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-07  8:55 [PATCH v2 for-next 0/5] RDMA/hns: Fix and refactor CMDQ related code Weihang Li
2021-02-07  8:55 ` [PATCH v2 for-next 1/5] RDMA/hns: Remove unused member and variable of CMDQ Weihang Li
2021-02-07  8:55 ` [PATCH v2 for-next 2/5] RDMA/hns: Fixes missing error code " Weihang Li
2021-02-07  8:55 ` [PATCH v2 for-next 3/5] RDMA/hns: Remove redundant operations on CMDQ Weihang Li
2021-02-07  8:55 ` [PATCH v2 for-next 4/5] RDMA/hns: Adjust fields and variables about CMDQ tail/head Weihang Li
2021-02-07  8:55 ` [PATCH v2 for-next 5/5] RDMA/hns: Refactor process of posting CMDQ Weihang Li
2021-02-09 19:37 ` [PATCH v2 for-next 0/5] RDMA/hns: Fix and refactor CMDQ related code Jason Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.