mbox series

[for-next,0/4] RDMA/hns: Bugfixes or cleanups for resource specs or numbers

Message ID 20220829105021.1427804-1-liangwenpeng@huawei.com (mailing list archive)
Headers show
Series RDMA/hns: Bugfixes or cleanups for resource specs or numbers | expand

Message

Wenpeng Liang Aug. 29, 2022, 10:50 a.m. UTC
The following is the outline of each patch:
(1)#1~#3: The earliest code sets the resource specification incorrectly.
(2)#4: The earliest code used this parameter, but the latest code no longer
       needs it.

Chengchang Tang (1):
  RDMA/hns: Fix supported page size

Wenpeng Liang (2):
  RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shift
  RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qp

Yixing Liu (1):
  RDMA/hns: Remove the num_qpc_timer variable

 drivers/infiniband/hw/hns/hns_roce_device.h |  2 --
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  |  5 ++---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  4 ++--
 drivers/infiniband/hw/hns/hns_roce_main.c   |  2 +-
 drivers/infiniband/hw/hns/hns_roce_qp.c     | 10 ++--------
 5 files changed, 7 insertions(+), 16 deletions(-)

--
2.30.0

Comments

Leon Romanovsky Aug. 30, 2022, 7:27 a.m. UTC | #1
On Mon, Aug 29, 2022 at 06:50:17PM +0800, Wenpeng Liang wrote:
> The following is the outline of each patch:
> (1)#1~#3: The earliest code sets the resource specification incorrectly.
> (2)#4: The earliest code used this parameter, but the latest code no longer
>        needs it.
> 
> Chengchang Tang (1):
>   RDMA/hns: Fix supported page size
> 
> Wenpeng Liang (2):
>   RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shift
>   RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qp

I took these to rdma-rc.

> 
> Yixing Liu (1):
>   RDMA/hns: Remove the num_qpc_timer variable

And this to rdma-next.

> 
>  drivers/infiniband/hw/hns/hns_roce_device.h |  2 --
>  drivers/infiniband/hw/hns/hns_roce_hw_v2.c  |  5 ++---
>  drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  4 ++--
>  drivers/infiniband/hw/hns/hns_roce_main.c   |  2 +-
>  drivers/infiniband/hw/hns/hns_roce_qp.c     | 10 ++--------
>  5 files changed, 7 insertions(+), 16 deletions(-)
> 
> --
> 2.30.0
>