]> git.droids-corp.org - dpdk.git/commitdiff
net/qede: reduce log verbosity
authorIgor Russkikh <irusskikh@marvell.com>
Fri, 19 Mar 2021 09:46:55 +0000 (10:46 +0100)
committerJerin Jacob <jerinj@marvell.com>
Mon, 22 Mar 2021 14:52:19 +0000 (15:52 +0100)
On some hardware units it was found this trace is flooding the output,
making any dpdk interactive usage kind of problematic.

It is only informational, without any consequences handling, so reducing
it to verbose from explicit notice level.

Cc: stable@dpdk.org
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Acked-by: Devendra Singh Rawat <dsinghrawat@marvell.com>
Acked-by: Rasesh Mody <rmody@marvell.com>
drivers/net/qede/base/ecore_int.c

index 4207b1853e317583942b4c524e6640b145f62ea4..2c4aac9418401356b84342afe88759721890a3a5 100644 (file)
@@ -928,7 +928,7 @@ static void ecore_int_attn_print(struct ecore_hwfn *p_hwfn,
                                 bool b_clear)
 {
        /* @DPDK */
-       DP_NOTICE(p_hwfn->p_dev, false, "[block_id %d type %d]\n", id, type);
+       DP_VERBOSE(p_hwfn, ECORE_MSG_INTR, "[block_id %d type %d]\n", id, type);
 }
 
 /**