From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/3] Replace compilation time options with log level Date: Fri, 11 Jan 2019 16:30:32 +0000 Message-ID: <2fb1142f-1c0e-b7ae-1d7c-b01e8e6b12ca@intel.com> References: <20181129203112.12222-1-dharmik.thakkar@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Dharmik Thakkar , byron.marohn@intel.com, pablo.de.lara.guarch@intel.com, bruce.richardson@intel.com, rsanford@akamai.com Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id E34CC1B7FD for ; Fri, 11 Jan 2019 17:30:35 +0100 (CET) In-Reply-To: <20181129203112.12222-1-dharmik.thakkar@arm.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/29/2018 8:31 PM, Dharmik Thakkar wrote: > Currently, in test code, for printing extra information, > compilation time options are used. This approach does not compile the > code always. Macro needs to be set for the code to compile. > > This patchset replaces compilation time option with log level based > approach, thus enabling compilation of code always. Log levels can be > set using eal parameters. > > Dharmik Thakkar (3): > test/hash: replace macro with log-level approach > test/efd: enable unit test compilation always > test/timer: enable unit test compilation always For series, Reviewed-by: Ferruh Yigit