From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: Re: [PATCH v2 3/3] logs: remove log level config option Date: Fri, 12 Jan 2018 21:22:34 +0530 Message-ID: <20180112155234.lcbmgx74dtzccnci@Pavan-LT> References: <20171122092806.17194-1-pbhagavatula@caviumnetworks.com> <20171209132358.24263-3-pbhagavatula@caviumnetworks.com> <20171212163620.pphb6ioehmze2oje@platinum> <5726867.dobx3UARpb@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon , Olivier MATZ , ferruh.yigit@intel.com Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0054.outbound.protection.outlook.com [104.47.32.54]) by dpdk.org (Postfix) with ESMTP id C321512001 for ; Fri, 12 Jan 2018 16:52:57 +0100 (CET) Content-Disposition: inline In-Reply-To: <5726867.dobx3UARpb@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 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 > > > > Reviewed-by: Olivier Matz > > It breaks compilation of test/ directory. > Please check git grep RTE_LOG_LEVEL