mbox series

[for-next,0/5] hns misc updates

Message ID 1549181587-47539-1-git-send-email-oulijun@huawei.com (mailing list archive)
Headers show
Series hns misc updates | expand

Message

Lijun Ou Feb. 3, 2019, 8:13 a.m. UTC
This series are splited from the patchset("Some hns bugfixes for 5.0-rc3").
Because these optimze and fix some codes as well as improve the operations
security.

Lijun Ou (1):
  RDMA/hns: Configure capacity of hns device

Yixian Liu (3):
  RDMA/hns: Fix the state of rereg mr
  RDMA/hns: Set allocated memory to zero for wrid
  RDMA/hns: Delete unuseful prints for aeq subtype event

chenglang (1):
  RDMA/hns: Limit minimum ROCE CQ depth to 64

 drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 61 +++++-------------------------
 drivers/infiniband/hw/hns/hns_roce_main.c  |  5 +++
 drivers/infiniband/hw/hns/hns_roce_qp.c    |  8 ++--
 3 files changed, 19 insertions(+), 55 deletions(-)

Comments

Jason Gunthorpe Feb. 14, 2019, 8:25 p.m. UTC | #1
On Sun, Feb 03, 2019 at 04:13:02PM +0800, Lijun Ou wrote:
> This series are splited from the patchset("Some hns bugfixes for 5.0-rc3").
> Because these optimze and fix some codes as well as improve the operations
> security.
> 
> Lijun Ou (1):
>   RDMA/hns: Configure capacity of hns device
> 
> Yixian Liu (3):
>   RDMA/hns: Fix the state of rereg mr
>   RDMA/hns: Set allocated memory to zero for wrid
>   RDMA/hns: Delete unuseful prints for aeq subtype event
> 
> chenglang (1):
>   RDMA/hns: Limit minimum ROCE CQ depth to 64

Applied to for-next

Thanks,
Jason