mbox series

[for-next,0/3] RDMA/hns: Updates of CMDQ

Message ID 1617262341-37571-1-git-send-email-liweihang@huawei.com (mailing list archive)
Headers show
Series RDMA/hns: Updates of CMDQ | expand

Message

Weihang Li April 1, 2021, 7:32 a.m. UTC
This series contains few changes about CMDQ of HIP08/09. The ibdev may be
null while the driver is resetting, so we don't use ibdev_err for prints.

Lang Cheng (2):
  RDMA/hns: Enable all CMDQ context
  RDMA/hns: Support more return types of command queue

Wenpeng Liang (1):
  RDMA/hns: Modify prints for mailbox and command queue

 drivers/infiniband/hw/hns/hns_roce_cmd.c    | 79 ++++++++++++++---------------
 drivers/infiniband/hw/hns/hns_roce_device.h |  6 +--
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  |  9 +++-
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  | 18 +++++--
 4 files changed, 59 insertions(+), 53 deletions(-)

Comments

Jason Gunthorpe April 8, 2021, 7:11 p.m. UTC | #1
On Thu, Apr 01, 2021 at 03:32:18PM +0800, Weihang Li wrote:
> This series contains few changes about CMDQ of HIP08/09. The ibdev may be
> null while the driver is resetting, so we don't use ibdev_err for prints.
> 
> Lang Cheng (2):
>   RDMA/hns: Enable all CMDQ context
>   RDMA/hns: Support more return types of command queue
> 
> Wenpeng Liang (1):
>   RDMA/hns: Modify prints for mailbox and command queue

Applied to for-next, thanks

Jason