RDMA/hns: Fix initial arm_st of CQ
authorHaoyue Xu <xuhaoyue1@hisilicon.com>
Fri, 29 Oct 2021 09:58:46 +0000 (17:58 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 29 Oct 2021 14:51:34 +0000 (11:51 -0300)
commit571fb4fb78a3bf0fcadbe65eca9ca4ccee885af4
tree93efc0d4857794256404aa08d5a8209785a581d6
parent64733956ebba7cc629856f4a6ee35a52bc9c023f
RDMA/hns: Fix initial arm_st of CQ

We set the init CQ status to ARMED before. As a result, an unexpected CEQE
would be reported. Therefore, the init CQ status should be set to no_armed
rather than REG_NXT_CEQE.

Fixes: a5073d6054f7 ("RDMA/hns: Add eq support of hip08")
Link: https://lore.kernel.org/r/20211029095846.26732-1-liangwenpeng@huawei.com
Signed-off-by: Haoyue Xu <xuhaoyue1@hisilicon.com>
Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hns/hns_roce_hw_v2.c