On Tue, Oct 17, 2023 at 08:52:32PM +0800, Junxian Huang wrote: > Here is a patchset of several bugfixes. > > Chengchang Tang (3): > RDMA/hns: Fix printing level of asynchronous events > RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common() > RDMA/hns: Fix signed-unsigned mixed comparisons > > Junxian Huang (2): > RDMA/hns: Fix unnecessary port_num transition in HW stats allocation > RDMA/hns: Fix init failure of RoCE VF and HIP08 > > Luoyouming (2): > RDMA/hns: Add check for SL > RDMA/hns: The UD mode can only be configured with DCQCN I took all these patches to -next, we are in -rc6 now. Thanks > > drivers/infiniband/hw/hns/hns_roce_ah.c | 13 ++++++++- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 34 +++++++++++++--------- > drivers/infiniband/hw/hns/hns_roce_main.c | 22 +++++++------- > drivers/infiniband/hw/hns/hns_roce_qp.c | 2 +- > 4 files changed, 43 insertions(+), 28 deletions(-) > > -- > 2.30.0 >