Re: [dpdk-dev] [PATCH v3 3/8] eal: change several log levels matching a regexp

2017-04-13 Thread Tan, Jianfeng
Hi Olivier, On 4/5/2017 12:40 AM, Olivier Matz wrote: Introduce a function to set the log level of several log types that match a regular expression. Signed-off-by: Olivier Matz --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/common/eal_common_log.c | 21

[dpdk-dev] [PATCH v3 3/8] eal: change several log levels matching a regexp

2017-04-04 Thread Olivier Matz
Introduce a function to set the log level of several log types that match a regular expression. Signed-off-by: Olivier Matz --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/common/eal_common_log.c | 21 + lib/librte_eal/common/include/rte_lo