mbox series

[for-next,0/3] Hip08 fixes

Message ID 1554614619-27024-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers show
Series Hip08 fixes | expand

Message

Lijun Ou April 7, 2019, 5:23 a.m. UTC
Here is three fixes for hip08 driver. The first
patch updates the addressing of srq for supporting
1M specification. The second patch fixes a bug
for srq. The last one is a bug in SCC.

Lijun Ou (1):
  RDMA/hns:Fix bug that caused srq creation to fail

Yangyang Li (1):
  RDMA/hns: Bugfix for SCC hem free

chenglang (1):
  RDMA/hns:Support to create 1M srq queue

 drivers/infiniband/hw/hns/hns_roce_hem.c   | 6 ++++--
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 +-
 drivers/infiniband/hw/hns/hns_roce_mr.c    | 4 ++--
 drivers/infiniband/hw/hns/hns_roce_qp.c    | 3 ---
 4 files changed, 7 insertions(+), 8 deletions(-)

Comments

Jason Gunthorpe April 8, 2019, 4:51 p.m. UTC | #1
On Sun, Apr 07, 2019 at 01:23:36PM +0800, Lijun Ou wrote:
> Here is three fixes for hip08 driver. The first
> patch updates the addressing of srq for supporting
> 1M specification. The second patch fixes a bug
> for srq. The last one is a bug in SCC.
> 
> Lijun Ou (1):
>   RDMA/hns:Fix bug that caused srq creation to fail
> 
> Yangyang Li (1):
>   RDMA/hns: Bugfix for SCC hem free

Applied these two to for-rc

> chenglang (1):
>   RDMA/hns:Support to create 1M srq queue

To for-next

Thanks,
Jason