On Fri, Oct 29, 2021 at 05:58:46PM +0800, Wenpeng Liang wrote: > From: Haoyue Xu <xuhaoyue1@xxxxxxxxxxxxx> > > 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") > Signed-off-by: Haoyue Xu <xuhaoyue1@xxxxxxxxxxxxx> > Signed-off-by: Wenpeng Liang <liangwenpeng@xxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-rc, thanks Jason