mbox series

[for-next,0/6] Some bugfixes for hns

Message ID 1544608150-88631-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers show
Series Some bugfixes for hns | expand

Message

Lijun Ou Dec. 12, 2018, 9:49 a.m. UTC
This patch seies will fix some bugs according to the hardware
limit.

Lijun Ou (6):
  RDMA/hns: Assign rq head pointer when enable rq record db
  RDMA/hns: Fix the bug with updating rq head pointer when flush cqe
  RDMA/hns: Bugfix for the scene without receiver queue
  RDMA/hns: Add constraint on the setting of local ACK timeout
  RDMA/hns: Modify the pbl ba page size for hip08
  RDMA/hns: Remove the unused variable in hns_roce_v2_modify_qp function

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 28 ++++++++++++++++++----------
 drivers/infiniband/hw/hns/hns_roce_qp.c    | 19 ++++++++++---------
 2 files changed, 28 insertions(+), 19 deletions(-)

Comments

Jason Gunthorpe Jan. 7, 2019, 7:49 p.m. UTC | #1
On Wed, Dec 12, 2018 at 05:49:04PM +0800, Lijun Ou wrote:
> This patch seies will fix some bugs according to the hardware
> limit.
> 
> Lijun Ou (6):
>   RDMA/hns: Fix the bug with updating rq head pointer when flush cqe
>   RDMA/hns: Bugfix for the scene without receiver queue
>   RDMA/hns: Add constraint on the setting of local ACK timeout
>   RDMA/hns: Modify the pbl ba page size for hip08
>   RDMA/hns: Remove the unused variable in hns_roce_v2_modify_qp function

I applied these patches to for-next

>   RDMA/hns: Assign rq head pointer when enable rq record db

This will need resending

Thanks,
Jason