Re: [dpdk-dev] [PATCH 3/3] logs: remove log level config option

2017-12-08 Thread Olivier MATZ
On Thu, Dec 07, 2017 at 07:37:14PM +0530, Pavan Nikhilesh Bhagavatula wrote: > Hi Oliver, > > Thanks for the review. > > On Thu, Dec 07, 2017 at 02:21:21PM +0100, Olivier MATZ wrote: > > On Wed, Nov 22, 2017 at 02:58:06PM +0530, Pavan Nikhilesh wrote: > > > --- a/test/test/test.h > > > +++ b/tes

Re: [dpdk-dev] [PATCH 3/3] logs: remove log level config option

2017-12-07 Thread Pavan Nikhilesh Bhagavatula
Hi Oliver, Thanks for the review. On Thu, Dec 07, 2017 at 02:21:21PM +0100, Olivier MATZ wrote: > On Wed, Nov 22, 2017 at 02:58:06PM +0530, Pavan Nikhilesh wrote: > > Remove RTE_LOG_LEVEL config option, use existing RTE_LOG_DP_LEVEL config > > option for controlling datapath log level. > > RTE_LO

Re: [dpdk-dev] [PATCH 3/3] logs: remove log level config option

2017-12-07 Thread Olivier MATZ
On Wed, Nov 22, 2017 at 02:58:06PM +0530, Pavan Nikhilesh wrote: > Remove RTE_LOG_LEVEL config option, use existing RTE_LOG_DP_LEVEL config > option for controlling datapath log level. > RTE_LOG_LEVEL is no longer needed as dynamic logging can be used to > control global and module specific log lev

[dpdk-dev] [PATCH 3/3] logs: remove log level config option

2017-11-22 Thread Pavan Nikhilesh
Remove RTE_LOG_LEVEL config option, use existing RTE_LOG_DP_LEVEL config option for controlling datapath log level. RTE_LOG_LEVEL is no longer needed as dynamic logging can be used to control global and module specific log levels. Signed-off-by: Pavan Nikhilesh --- config/common_base