linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-rc 0/4] Bugfixes for HNS RoCE
@ 2023-08-04  1:27 Junxian Huang
  2023-08-04  1:27 ` [PATCH for-rc 1/4] RDMA/hns: Fix port active speed Junxian Huang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Junxian Huang @ 2023-08-04  1:27 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, linuxarm, linux-kernel, huangjunxian6

1. #1: The first patch fixes port speed error by getting the speed
       from ethernet instead of using a fixed speed.

2. #2: The second patch fixes an error of using direct wqe for wr-list.

3. #3: The third patch modifies some inaccurate error label names.

4. #4: The last patch modifies the assignment of QPN to improve the
       affinity between QP cache and CQ cache.

Chengchang Tang (2):
  RDMA/hns: Fix port active speed
  RDMA/hns: Fix CQ and QP cache affinity

Junxian Huang (2):
  RDMA/hns: Fix incorrect post-send with direct wqe of wr-list
  RDMA/hns: Fix inaccurate error label name in init instance

 drivers/infiniband/hw/hns/hns_roce_device.h |  1 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 11 ++++----
 drivers/infiniband/hw/hns/hns_roce_main.c   |  7 ++++--
 drivers/infiniband/hw/hns/hns_roce_qp.c     | 28 ++++++++++++++++-----
 4 files changed, 34 insertions(+), 13 deletions(-)

--
2.30.0


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

end of thread, other threads:[~2023-08-07 13:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-04  1:27 [PATCH for-rc 0/4] Bugfixes for HNS RoCE Junxian Huang
2023-08-04  1:27 ` [PATCH for-rc 1/4] RDMA/hns: Fix port active speed Junxian Huang
2023-08-04  1:27 ` [PATCH for-rc 2/4] RDMA/hns: Fix incorrect post-send with direct wqe of wr-list Junxian Huang
2023-08-04  1:27 ` [PATCH for-rc 3/4] RDMA/hns: Fix inaccurate error label name in init instance Junxian Huang
2023-08-04  1:27 ` [PATCH for-rc 4/4] RDMA/hns: Fix CQ and QP cache affinity Junxian Huang
2023-08-07 13:47 ` [PATCH for-rc 0/4] Bugfixes for HNS RoCE Leon Romanovsky

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