Re: [RESEND PATCH for-next] RDMA/hns: Fix incorrect lsn field
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-08-25 17:50:32
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-08-25 17:50:32
On Wed, Aug 25, 2021 at 05:19:29PM +0800, Wenpeng Liang wrote:
From: Yixing Liu <redacted>
In RNR NAK screnario, according to the specification, when no credit is
available, only the first fragment of the send request can be sent. The
LSN(Limit Sequence Number) field should be 0 or the entire packet will be
resent.
Fixes: 926a01dc000d ("RDMA/hns: Add QP operations support for hip08 SoC")
Signed-off-by: Yixing Liu <redacted>
Signed-off-by: Wenpeng Liang <redacted>
---
drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 3 ---
1 file changed, 3 deletions(-)Applied to for-next, thanks Jason