[EXT] [PATCH v6 05/20] net/dpaa2: used dedicated logtype not PMD
Stephen Hemminger
stephen at networkplumber.org
Sat Dec 23 03:27:55 CET 2023
On Sat, 23 Dec 2023 00:53:51 +0000
Jun Yang <jun.yang at nxp.com> wrote:
> What is the log level of DPAA2_PMD_INFO? I expect to print information by this as default.
>
> 获取 Outlook for iOS<https://aka.ms/o0ukef>
The default log level of DPAA2 is NOTICE
RTE_LOG_REGISTER_DEFAULT(dpaa2_logtype_pmd, NOTICE);
But there is no reason for drivers to be so chatty.
Log messages are something developers seem to want a lot.
But at scale they just add up to more noise to wade through.
More information about the dev
mailing list