Skip to content

Commit 3347d7a

Browse files
Rakesh KudurumallaJerin Jacob
authored andcommitted
common/cnxk: fix loglevel from NOTICE to INFO
In a247fcd changeset, the PMD log type is removed and driver specific log type is added for CNXK. This patch changes loglevel of CNXK from NOTICE to INFO to display logs while running applications Fixes: a247fcd ("drivers: use dedicated log macros instead of PMD logtype") Cc: [email protected] Signed-off-by: Rakesh Kudurumalla <[email protected]>
1 parent f2bf97b commit 3347d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/common/cnxk/roc_platform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ roc_plt_init(void)
8585
return 0;
8686
}
8787

88-
RTE_LOG_REGISTER_SUFFIX(cnxk_logtype_base, base, NOTICE);
88+
RTE_LOG_REGISTER_SUFFIX(cnxk_logtype_base, base, INFO);
8989
RTE_LOG_REGISTER_SUFFIX(cnxk_logtype_mbox, mbox, NOTICE);
9090
RTE_LOG_REGISTER_SUFFIX(cnxk_logtype_cpt, crypto, NOTICE);
9191
RTE_LOG_REGISTER_SUFFIX(cnxk_logtype_ml, ml, NOTICE);

0 commit comments

Comments
 (0)