[dpdk-dev] [PATCH 3/4] examples: remove useless debug flags

2016-04-28 Thread Yuanhan Liu
On Fri, Apr 22, 2016 at 03:43:59PM +0200, Thomas Monjalon wrote: > The debug logs must be enabled at compile-time and run-time. > There are also some internal flags in some examples to enable the debug > logs of the applications. They are now enabled in debug configs and > can be disabled thanks to

[dpdk-dev] [PATCH 3/4] examples: remove useless debug flags

2016-04-22 Thread Thomas Monjalon
The debug logs must be enabled at compile-time and run-time. There are also some internal flags in some examples to enable the debug logs of the applications. They are now enabled in debug configs and can be disabled thanks to the more generic logtype mechanism: rte_set_log_type(RTE_LOGTYPE