mbox series

[for-next,0/9] RDMA/hns: Misc updates for 5.13

Message ID 1617354454-47840-1-git-send-email-liweihang@huawei.com (mailing list archive)
Headers show
Series RDMA/hns: Misc updates for 5.13 | expand

Message

Weihang Li April 2, 2021, 9:07 a.m. UTC
There are some cleanups for the -next branch as usual:
- #1, #2 fix issues about inline.
- #3 ~ #6 remove some dead code and redunant check.
- #7 ~ #9 are miscellaneous changes.

Lang Cheng (1):
  RDMA/hns: Prevent le32 from being implicitly converted to u32

Weihang Li (2):
  RDMA/hns: Avoid enabling RQ inline on UD
  RDMA/hns: Fix missing assignment of max_inline_data

Wenpeng Liang (3):
  RDMA/hns: Delete redundant abnormal interrupt status
  RDMA/hns: Remove unsupported QP types
  RDMA/hns: Add XRC subtype in QPC and XRC type in SRQC

Yangyang Li (2):
  RDMA/hns: Delete redundant condition judgment related to eq
  RDMA/hns: Delete unused members in the structure hns_roce_hw

Yixing Liu (1):
  RDMA/hns: Simplify the function config_eqc()

 drivers/infiniband/hw/hns/hns_roce_common.h |  15 +-
 drivers/infiniband/hw/hns/hns_roce_device.h |  16 --
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |   9 +-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 220 ++++++++--------------------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  | 116 ++++-----------
 drivers/infiniband/hw/hns/hns_roce_qp.c     |   6 +-
 6 files changed, 105 insertions(+), 277 deletions(-)

Comments

Jason Gunthorpe April 8, 2021, 7:14 p.m. UTC | #1
On Fri, Apr 02, 2021 at 05:07:25PM +0800, Weihang Li wrote:
> There are some cleanups for the -next branch as usual:
> - #1, #2 fix issues about inline.
> - #3 ~ #6 remove some dead code and redunant check.
> - #7 ~ #9 are miscellaneous changes.
> 
> Lang Cheng (1):
>   RDMA/hns: Prevent le32 from being implicitly converted to u32
> 
> Weihang Li (2):
>   RDMA/hns: Avoid enabling RQ inline on UD
>   RDMA/hns: Fix missing assignment of max_inline_data
> 
> Wenpeng Liang (3):
>   RDMA/hns: Delete redundant abnormal interrupt status
>   RDMA/hns: Remove unsupported QP types
>   RDMA/hns: Add XRC subtype in QPC and XRC type in SRQC
> 
> Yangyang Li (2):
>   RDMA/hns: Delete redundant condition judgment related to eq
>   RDMA/hns: Delete unused members in the structure hns_roce_hw
> 
> Yixing Liu (1):
>   RDMA/hns: Simplify the function config_eqc()

Applied to for-next, thanks

Jason