mbox series

[for-rc,0/3] Bugfixes for HNS RoCE

Message ID 20230512092245.344442-1-huangjunxian6@hisilicon.com (mailing list archive)
Headers show
Series Bugfixes for HNS RoCE | expand

Message

Junxian Huang May 12, 2023, 9:22 a.m. UTC
1.#1: The first patch fixes an error of queried timeout attr on HIP08.

2.#2: The second patch checks and adjusts the BT page size to ensure
      successful resource allocation.

3.#3: The third patch modifies the value of long message loopback slice
      to improve traffic balance.

Chengchang Tang (2):
  RDMA/hns: Fix timeout attr in query qp for HIP08
  RDMA/hns: Fix base address table allocation

Yangyang Li (1):
  RDMA/hns: Modify the value of long message loopback slice

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 25 +++++++++----
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h |  2 +
 drivers/infiniband/hw/hns/hns_roce_mr.c    | 43 ++++++++++++++++++++++
 3 files changed, 62 insertions(+), 8 deletions(-)

--
2.30.0

Comments

Jason Gunthorpe May 17, 2023, 7:11 p.m. UTC | #1
On Fri, May 12, 2023 at 05:22:42PM +0800, Junxian Huang wrote:
> 1.#1: The first patch fixes an error of queried timeout attr on HIP08.
> 
> 2.#2: The second patch checks and adjusts the BT page size to ensure
>       successful resource allocation.
> 
> 3.#3: The third patch modifies the value of long message loopback slice
>       to improve traffic balance.
> 
> Chengchang Tang (2):
>   RDMA/hns: Fix timeout attr in query qp for HIP08
>   RDMA/hns: Fix base address table allocation
> 
> Yangyang Li (1):
>   RDMA/hns: Modify the value of long message loopback slice

Applied to for-rc, thanks

Jason