From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] test: rely on dynamic log level to display hexdumps Date: Wed, 17 Jan 2018 12:09:55 +0100 Message-ID: <1739910.l8Ilx78uDG@xps> References: <20171208132122.11101-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Pavan Nikhilesh Bhagavatula , Declan Doherty To: Olivier Matz Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4BC291B01F for ; Wed, 17 Jan 2018 12:10:30 +0100 (CET) In-Reply-To: <20171208132122.11101-1-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/12/2017 14:21, Olivier Matz: > Instead of relying on a compile-time option, use the global log-level > to decide if the hexdumps should be displayed in the tests. > > Valitation: > > # build/app/test --no-huge > RTE>>crc_autotest > Test OK > > # build/app/test --no-huge --log-level=8 > RTE>>crc_autotest > [many hexdumps...] > Test OK > > Signed-off-by: Olivier Matz Series applied, thanks