mbox series

[for-next,0/6] Bugfix for GID and PBL page

Message ID 20221126102911.2921820-1-xuhaoyue1@hisilicon.com (mailing list archive)
Headers show
Series Bugfix for GID and PBL page | expand

Message

Haoyue Xu Nov. 26, 2022, 10:29 a.m. UTC
This patch set mainly fixes the GID problem caused by free mr.
The second and third patches fix the error on the PBL.
The last three patches fix minor errors found while running
the rdma-core tests.

1.#1: The GID problem caused by free mr
2.#2-#3: Fix the error on the PBL
3.#4-#5: Two minor return errors
4.#6: The default caps error

Chengchang Tang (5):
  RDMA/hns: Fix AH attr queried by query_qp
  RDMA/hns: Fix PBL page MTR find
  RDMA/hns: Fix page size cap from firmwall
  RDMA/hns: Fix error code of CMD
  RDMA/hns: Fix XRC caps on HIP08

Yixing Liu (1):
  RDMA/hns: Fix the gid problem caused by free mr

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 214 ++++++++++++++++-----
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h |  11 +-
 2 files changed, 179 insertions(+), 46 deletions(-)

Comments

Jason Gunthorpe Dec. 7, 2022, 11:53 p.m. UTC | #1
On Sat, Nov 26, 2022 at 06:29:05PM +0800, Haoyue Xu wrote:
> This patch set mainly fixes the GID problem caused by free mr.
> The second and third patches fix the error on the PBL.
> The last three patches fix minor errors found while running
> the rdma-core tests.
> 
> 1.#1: The GID problem caused by free mr
> 2.#2-#3: Fix the error on the PBL
> 3.#4-#5: Two minor return errors
> 4.#6: The default caps error
> 
> Chengchang Tang (5):
>   RDMA/hns: Fix AH attr queried by query_qp
>   RDMA/hns: Fix PBL page MTR find
>   RDMA/hns: Fix page size cap from firmwall
>   RDMA/hns: Fix error code of CMD
>   RDMA/hns: Fix XRC caps on HIP08
> 
> Yixing Liu (1):
>   RDMA/hns: Fix the gid problem caused by free mr

Applied to for-next

Thanks,
Jason