The old RTE_LOG_LEVEL has been replaced by RTE_DP_LOG_LEVEL and is not used anywhere in the currrent source tree.
Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- config/rte_config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config/rte_config.h b/config/rte_config.h index 699878adb62a..08bcb1c3d043 100644 --- a/config/rte_config.h +++ b/config/rte_config.h @@ -24,7 +24,6 @@ #define RTE_MAX_MEMSEG 512 #define RTE_MAX_MEMZONE 2560 #define RTE_MAX_TAILQ 32 -#define RTE_LOG_LEVEL RTE_LOG_INFO #define RTE_LOG_DP_LEVEL RTE_LOG_INFO #define RTE_BACKTRACE 1 #define RTE_EAL_VFIO 1 -- 2.16.1