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