From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 01F5D1B21A for ; Thu, 16 Nov 2017 20:48:16 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Nov 2017 11:48:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,405,1505804400"; d="scan'208";a="2643236" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.130.159]) ([10.252.130.159]) by FMSMGA003.fm.intel.com with ESMTP; 16 Nov 2017 11:48:14 -0800 To: Pavan Nikhilesh , olivier.matz@6wind.com, thomas@monjalon.net Cc: dev@dpdk.org References: <20171116103144.4197-1-pbhagavatula@caviumnetworks.com> <20171116103144.4197-2-pbhagavatula@caviumnetworks.com> From: Ferruh Yigit Message-ID: <81bb5aae-527d-5b1a-5609-985256682d39@intel.com> Date: Thu, 16 Nov 2017 11:48:14 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171116103144.4197-2-pbhagavatula@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] eal: fix dynamic logs failing to print 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: Thu, 16 Nov 2017 19:48:17 -0000 On 11/16/2017 2:31 AM, Pavan Nikhilesh wrote: > Dynamic logs fail to print if the global log level is less than dynamic > loglevel. Example if the global log level is set to INFO and dynamic log > level for a specific module is set to DEBUG then the log fails to print. What is the purpose of the global log level value? > Check modules log level before checking the global log level. > > Fixes: c1b5fa94a46f ("eal: support dynamic log types") > > Signed-off-by: Pavan Nikhilesh <...>