On Fri, Oct 18, 2019 at 10:26:39AM +0200, Adrian Moreno wrote: > Currently there are a couple of limitations on the logging system: Most > of the logs are compiled out and both datapath and controlpath logs > share the same loglevel. > > This patch tries to help fix that situation by: > - Splitting control plane and data plane logs > - Making control plane logs dynamic while keeping data plane logs > compiled out by default for log levels lower than RTE_LOG_DP_LEVEL.
+1 Thanks for the work! Thanks, Tiwei