> According to the api, rte_log() / rte_vlog() are supposed to check the log
> level
> and type but they were not doing so. This check was only done in the RTE_LOG
> macro while this macro is only there to remove log messages at build time.
>
> rte_log() always calls rte_vlog(), so move the check
From: Jean Dao
According to the api, rte_log() / rte_vlog() are supposed to check the log level
and type but they were not doing so. This check was only done in the RTE_LOG
macro while this macro is only there to remove log messages at build time.
rte_log() always calls rte_vlog(), so move the c
2 matches
Mail list logo