[for-rc,0/4] Bugfixes for HNS RoCE

Message ID 20230804012711.808069-1-huangjunxian6@hisilicon.com
Headers
Series Bugfixes for HNS RoCE |

Message

Junxian Huang Aug. 4, 2023, 1:27 a.m. UTC
  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
  

Comments

Leon Romanovsky Aug. 7, 2023, 1:47 p.m. UTC | #1
On Fri, 04 Aug 2023 09:27:07 +0800, Junxian Huang wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/4] RDMA/hns: Fix port active speed
      https://git.kernel.org/rdma/rdma/c/df1bcf90a66a10
[2/4] RDMA/hns: Fix incorrect post-send with direct wqe of wr-list
      https://git.kernel.org/rdma/rdma/c/706efac4477cdb
[3/4] RDMA/hns: Fix inaccurate error label name in init instance
      https://git.kernel.org/rdma/rdma/c/c9c0bd3c177d93
[4/4] RDMA/hns: Fix CQ and QP cache affinity
      https://git.kernel.org/rdma/rdma/c/9e03dbea2b0634

Best regards,