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

2018-01-17 Thread Thomas Monjalon
12/12/2017 17:36, Olivier MATZ: > On Sat, Dec 09, 2017 at 06:53:58PM +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 > >

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

2018-01-12 Thread Thomas Monjalon
12/01/2018 16:52, Pavan Nikhilesh: > Hi Thomas, > > The patchset depends on the following patchset > http://dpdk.org/dev/patchwork/patch/32038/ OK thanks !

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

2018-01-12 Thread Pavan Nikhilesh
Hi Thomas, The patchset depends on the following patchset http://dpdk.org/dev/patchwork/patch/32038/ Thanks, Pavan On Fri, Jan 12, 2018 at 04:46:47PM +0100, Thomas Monjalon wrote: > 12/12/2017 17:36, Olivier MATZ: > > On Sat, Dec 09, 2017 at 06:53:58PM +0530, Pavan Nikhilesh wrote: > > > Remove

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

2018-01-12 Thread Thomas Monjalon
12/12/2017 17:36, Olivier MATZ: > On Sat, Dec 09, 2017 at 06:53:58PM +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 > >

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

2017-12-12 Thread Olivier MATZ
On Sat, Dec 09, 2017 at 06:53:58PM +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 v2 3/3] logs: remove log level config option

2017-12-09 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