Re: [dpdk-dev] [PATCH] test/logs: fix dynamic log levels testing

2017-10-05 Thread Thomas Monjalon
25/09/2017 12:25, Olivier MATZ: > On Thu, Sep 21, 2017 at 08:44:09PM +0200, Radoslaw Biernacki wrote: > > This patch fixes the dynamic log levels testing in logs_autotest. > > Introduction of rte_log_set_level() in patch c1b5fa94a46f was done > > with parameter RTE_LOG_EMERG which caused all RTE_LO

Re: [dpdk-dev] [PATCH] test/logs: fix dynamic log levels testing

2017-09-25 Thread Olivier MATZ
On Thu, Sep 21, 2017 at 08:44:09PM +0200, Radoslaw Biernacki wrote: > This patch fixes the dynamic log levels testing in logs_autotest. > Introduction of rte_log_set_level() in patch c1b5fa94a46f was done > with parameter RTE_LOG_EMERG which caused all RTE_LOG() calls an > early return due to all g

[dpdk-dev] [PATCH] test/logs: fix dynamic log levels testing

2017-09-21 Thread Radoslaw Biernacki
This patch fixes the dynamic log levels testing in logs_autotest. Introduction of rte_log_set_level() in patch c1b5fa94a46f was done with parameter RTE_LOG_EMERG which caused all RTE_LOG() calls an early return due to all given levels were far below EMERG. If first two logs supposed to show up on c