提交 f2bd4d09 编写于 作者: D Devesh Sharma 提交者: Jason Gunthorpe

RDMA/bnxt_re: Drop L2 async events silently

In some FW versions, RoCE driver also receives an async notification which
was directed to L2 driver.  RoCE driver does not handle this and print a
message to syslog.  Drop these notifications silently.
Signed-off-by: NDevesh Sharma <devesh.sharma@broadcom.com>
Signed-off-by: NSelvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: NJason Gunthorpe <jgg@mellanox.com>
上级 ed51efd2
......@@ -391,9 +391,10 @@ static void bnxt_qplib_service_creq(unsigned long data)
"aeqe:%#x Not handled\n", type);
break;
default:
dev_warn(&rcfw->pdev->dev,
"creqe with op_event = 0x%x not handled\n",
type);
if (type != ASYNC_EVENT_CMPL_TYPE_HWRM_ASYNC_EVENT)
dev_warn(&rcfw->pdev->dev,
"creqe with event 0x%x not handled\n",
type);
break;
}
raw_cons++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册