Skip to content

Commit 1d61e21

Browse files
lobermandavem330
authored andcommitted
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: Laurence Oberman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 651149f commit 1d61e21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/net/ethernet/qlogic/qed/qed_int.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,8 @@ static int qed_int_attentions(struct qed_hwfn *p_hwfn)
11931193
index, attn_bits, attn_acks, asserted_bits,
11941194
deasserted_bits, p_sb_attn_sw->known_attn);
11951195
} else if (asserted_bits == 0x100) {
1196-
DP_INFO(p_hwfn, "MFW indication via attention\n");
1196+
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
1197+
"MFW indication via attention\n");
11971198
} else {
11981199
DP_VERBOSE(p_hwfn, NETIF_MSG_INTR,
11991200
"MFW indication [deassertion]\n");

0 commit comments

Comments
 (0)