提交 1d61e218 编写于 作者: L Laurence Oberman 提交者: David S. Miller

qed: Disable "MFW indication via attention" SPAM every 5 minutes

This is likely firmware causing this but its starting to annoy customers.
Change the message level to verbose to prevent the spam.
Note that this seems to only show up with ISCSI enabled on the HBA via the
qedi driver.
Signed-off-by: NLaurence Oberman <loberman@redhat.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 651149f6
...@@ -1193,7 +1193,8 @@ static int qed_int_attentions(struct qed_hwfn *p_hwfn) ...@@ -1193,7 +1193,8 @@ static int qed_int_attentions(struct qed_hwfn *p_hwfn)
index, attn_bits, attn_acks, asserted_bits, index, attn_bits, attn_acks, asserted_bits,
deasserted_bits, p_sb_attn_sw->known_attn); deasserted_bits, p_sb_attn_sw->known_attn);
} else if (asserted_bits == 0x100) { } else if (asserted_bits == 0x100) {
DP_INFO(p_hwfn, "MFW indication via attention\n"); DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
"MFW indication via attention\n");
} else { } else {
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR, DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
"MFW indication [deassertion]\n"); "MFW indication [deassertion]\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册