From: Igor Russkikh Date: Fri, 19 Mar 2021 09:46:55 +0000 (+0100) Subject: net/qede: reduce log verbosity X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=218d54849f0707347d6956f8f1c97017c6b6ac08;p=dpdk.git net/qede: reduce log verbosity 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 Acked-by: Devendra Singh Rawat Acked-by: Rasesh Mody --- diff --git a/drivers/net/qede/base/ecore_int.c b/drivers/net/qede/base/ecore_int.c index 4207b1853e..2c4aac9418 100644 --- a/drivers/net/qede/base/ecore_int.c +++ b/drivers/net/qede/base/ecore_int.c @@ -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); } /**