mbox series

[for-next,0/7] RDMA/hns: Updates for 5.15

Message ID 1629985056-57004-1-git-send-email-liangwenpeng@huawei.com (mailing list archive)
Headers show
Series RDMA/hns: Updates for 5.15 | expand

Message

Wenpeng Liang Aug. 26, 2021, 1:37 p.m. UTC
As usual, this series collects some miscellaneous fixes and cleanups at the
end of 5.15 for the hns driver:

* #1 ~ #2 are fixes.
* #3 ~ #7 are some small cleanups.

Weihang Li (1):
  RDMA/hns: Remove RST2RST error prints for hw v1

Wenpeng Liang (4):
  RDMA/hns: Fix query destination qpn
  RDMA/hns: Fix QP's resp incomplete assignment
  RDMA/hns: Remove dqpn filling when modify qp from Init to Init
  RDMA/hns: Adjust the order in which irq are requested and enabled

Xinhao Liu (1):
  RDMA/hns: Delete unnecessary blank lines.

Yixing Liu (1):
  RDMA/hns: Encapsulate the qp db as a function

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c |  40 +++-----
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h |   1 -
 drivers/infiniband/hw/hns/hns_roce_qp.c    | 150 ++++++++++++++++-------------
 3 files changed, 98 insertions(+), 93 deletions(-)

--
2.8.1

Comments

Jason Gunthorpe Aug. 26, 2021, 3:33 p.m. UTC | #1
On Thu, Aug 26, 2021 at 09:37:29PM +0800, Wenpeng Liang wrote:
> As usual, this series collects some miscellaneous fixes and cleanups at the
> end of 5.15 for the hns driver:
> 
> * #1 ~ #2 are fixes.
> * #3 ~ #7 are some small cleanups.
> 
> Weihang Li (1):
>   RDMA/hns: Remove RST2RST error prints for hw v1
> 
> Wenpeng Liang (4):
>   RDMA/hns: Fix query destination qpn
>   RDMA/hns: Fix QP's resp incomplete assignment
>   RDMA/hns: Remove dqpn filling when modify qp from Init to Init
>   RDMA/hns: Adjust the order in which irq are requested and enabled
> 
> Xinhao Liu (1):
>   RDMA/hns: Delete unnecessary blank lines.
> 
> Yixing Liu (1):
>   RDMA/hns: Encapsulate the qp db as a function

Applied to for-next, thanks

Jason