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

Haoyue Xu posted 6 patches 2 years, 9 months ago
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(-)
[PATCH for-next 0/6] Bugfix for GID and PBL page
Posted by Haoyue Xu 2 years, 9 months ago
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(-)

-- 
2.30.0
Re: [PATCH for-next 0/6] Bugfix for GID and PBL page
Posted by Jason Gunthorpe 2 years, 9 months ago
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