mbox series

[RESEND,v3,rdma-rc,0/2] RDMA/hns: Some updates for hip08

Message ID 1542959168-30503-1-git-send-email-liuyixian@huawei.com (mailing list archive)
Headers show
Series RDMA/hns: Some updates for hip08 | expand

Message

Yixian Liu Nov. 23, 2018, 7:46 a.m. UTC
Patch 1 fixes the wrong assignment of PBL page address
to hardware when rereg mr occured, it will lead to PBL
addressing error for following operation.

Patch 2 adds the support of error recovery for hardware
in case of AEQ overflow. Pysical function level reset is
carried out for this kind of error recover.

---
Changes from v2:
- Rewrite commit message for each patch.
Changes from v1:
- Withdraw fortify warning related patch [3/3] from v1.

Xiaofei Tan (1):
  RDMA/hns: Add the process of AEQ overflow for hip08

Yixian Liu (1):
  RDMA/hns: Bugfix pbl configuration for rereg mr

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 139 +++++++++++++++--------------
 1 file changed, 71 insertions(+), 68 deletions(-)