[for-rc,0/7] Bugfixes for hns RoCE

Message ID 20231017125239.164455-1-huangjunxian6@hisilicon.com
Headers
Series Bugfixes for hns RoCE |

Message

Junxian Huang Oct. 17, 2023, 12:52 p.m. UTC
  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

 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
  

Comments

Leon Romanovsky Oct. 19, 2023, 6:53 a.m. UTC | #1
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
>
  
Leon Romanovsky Oct. 19, 2023, 6:53 a.m. UTC | #2
On Tue, 17 Oct 2023 20:52:32 +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
> 
> [...]

Applied, thanks!

[1/7] RDMA/hns: Fix printing level of asynchronous events
      https://git.kernel.org/rdma/rdma/c/9faef73ef4f666
[2/7] RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()
      https://git.kernel.org/rdma/rdma/c/c64e9710f9241e
[3/7] RDMA/hns: Fix signed-unsigned mixed comparisons
      https://git.kernel.org/rdma/rdma/c/b5f9efff101b06
[4/7] RDMA/hns: Add check for SL
      https://git.kernel.org/rdma/rdma/c/5e617c18b1f34e
[5/7] RDMA/hns: The UD mode can only be configured with DCQCN
      https://git.kernel.org/rdma/rdma/c/27c5fd271d8b87
[6/7] RDMA/hns: Fix unnecessary port_num transition in HW stats allocation
      https://git.kernel.org/rdma/rdma/c/b4a797b894dc91
[7/7] RDMA/hns: Fix init failure of RoCE VF and HIP08
      https://git.kernel.org/rdma/rdma/c/07f06e0e5cd995

Best regards,