mbox series

[for-rc,0/2] Two bugs fixes for hip08

Message ID 1556204854-90092-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers show
Series Two bugs fixes for hip08 | expand

Message

Lijun Ou April 25, 2019, 3:07 p.m. UTC
Here fixes two bugs for hip08. The first bug is not release the 
reserved qp. The second bug is from nvme-rdma test.

Lijun Ou (2):
  RDMA/hns: Bugfix for releasing reserved qp
  RDMA/hns: Bugfix for flush cqe in case softirq and multi-process

 drivers/infiniband/hw/hns/hns_roce_device.h |  14 +++
 drivers/infiniband/hw/hns/hns_roce_hw_v1.c  |   1 +
 drivers/infiniband/hw/hns/hns_roce_hw_v1.h  |   1 +
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 144 ++++++++++++----------------
 drivers/infiniband/hw/hns/hns_roce_main.c   |  12 +++
 drivers/infiniband/hw/hns/hns_roce_qp.c     |  46 ++++++++-
 6 files changed, 133 insertions(+), 85 deletions(-)