From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/3] Replace compilation time options with log level Date: Thu, 28 Mar 2019 19:35:30 +0100 Message-ID: <2953200.hAWl60vPpP@xps> References: <20190220230023.17029-1-dharmik.thakkar@arm.com> <20190226230229.25450-1-dharmik.thakkar@arm.com> <3730950.jMr7CrbtyN@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Dharmik Thakkar Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 028B8548B for ; Thu, 28 Mar 2019 19:35:32 +0100 (CET) In-Reply-To: <3730950.jMr7CrbtyN@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" 28/03/2019 19:26, Thomas Monjalon: > > 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 > > Applied, thanks PS: for 32-bit build, I had to replace "%lu" by "%"PRIuPTR. in third patch (app/test/test_timer_racecond.c).