From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 66C84293B for ; Tue, 12 Dec 2017 17:36:36 +0100 (CET) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1eOndm-0004Lh-Oz; Tue, 12 Dec 2017 17:42:48 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Tue, 12 Dec 2017 17:36:22 +0100 Date: Tue, 12 Dec 2017 17:36:22 +0100 From: Olivier MATZ To: Pavan Nikhilesh Cc: ferruh.yigit@intel.com, thomas@monjalon.net, dev@dpdk.org Message-ID: <20171212163620.pphb6ioehmze2oje@platinum> References: <20171122092806.17194-1-pbhagavatula@caviumnetworks.com> <20171209132358.24263-1-pbhagavatula@caviumnetworks.com> <20171209132358.24263-3-pbhagavatula@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171209132358.24263-3-pbhagavatula@caviumnetworks.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v2 3/3] logs: remove log level config option X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 16:36:36 -0000 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