mbox series

[V4,rdma-next,0/3] RDMA/hns: Some fixes for hns RoCE driver

Message ID 1549197795-23118-1-git-send-email-xavier.huwei@huawei.com (mailing list archive)
Headers show
Series RDMA/hns: Some fixes for hns RoCE driver | expand

Message

Wei Hu (Xavier) Feb. 3, 2019, 12:43 p.m. UTC
Hi, Jason and Doug

This patch series includes three bugfixes for reset related operations
and are maked based on wip/jgg-for-next branch.

Best Regards
Xavier

Wei Hu (Xavier) (3):
  RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs
  RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during
    reset
  RDMA/hns: Fix the chip hanging caused by sending doorbell during reset

 drivers/infiniband/hw/hns/hns_roce_cmd.c    |  32 +++-
 drivers/infiniband/hw/hns/hns_roce_device.h |  29 ++++
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  | 257 +++++++++++++++++++++++++---
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |  14 ++
 4 files changed, 302 insertions(+), 30 deletions(-)

Comments

Jason Gunthorpe Feb. 4, 2019, 11:22 p.m. UTC | #1
On Sun, Feb 03, 2019 at 08:43:12PM +0800, Wei Hu (Xavier) wrote:
> Hi, Jason and Doug
> 
> This patch series includes three bugfixes for reset related operations
> and are maked based on wip/jgg-for-next branch.
> 
> Best Regards
> Xavier
> 
> Wei Hu (Xavier) (3):
>   RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs
>   RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during
>     reset
>   RDMA/hns: Fix the chip hanging caused by sending doorbell during reset

Applied to for-next

Thanks,
Jason