From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 293E72BB5 for ; Wed, 28 Sep 2016 02:13:47 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 27 Sep 2016 17:13:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,407,1470726000"; d="scan'208";a="1063185390" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 27 Sep 2016 17:13:37 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Sep 2016 01:13:36 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by irsmsx111.ger.corp.intel.com ([169.254.2.67]) with mapi id 14.03.0248.002; Wed, 28 Sep 2016 01:13:36 +0100 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "Griffin, John" Thread-Topic: [PATCH] app/test: remove unnecessary hexdump from test_cryptodev.c Thread-Index: AQHSGKCAHxwUa4OxGE6OwNGsMzF2JKCM//GAgAEJBTA= Date: Wed, 28 Sep 2016 00:13:35 +0000 Message-ID: References: <1474968041-31261-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjA2OTFmZGItOWE0NC00MzdhLWI4ZjAtMzkxNDg2Y2I3MWU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvUDM3RFlrTitWQit0Q1FvK21JWlROUGd3dm9NVXRpXC8yRUQ2ZkUzVjFKOD0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/test: remove unnecessary hexdump from test_cryptodev.c X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2016 00:13:48 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Tuesday, September 27, 2016 2:25 AM > To: Kusztal, ArkadiuszX; dev@dpdk.org > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John > Subject: RE: [PATCH] app/test: remove unnecessary hexdump from > test_cryptodev.c >=20 >=20 > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Tuesday, September 27, 2016 10:21 AM > > To: dev@dpdk.org > > Cc: Trahe, Fiona ; Jain, Deepak K > > ; De Lara Guarch, Pablo > > ; Griffin, John ; > > Kusztal, ArkadiuszX > > Subject: [PATCH] app/test: remove unnecessary hexdump from > > test_cryptodev.c > > > > This patch removes unnecesssary hexdump calls from GMAC related > > functions in test_cryptodev.c which hinder compilation when > > RTE_LOG_DEBUG is specified > > > > Signed-off-by: Arek Kusztal > > --- > > app/test/test_cryptodev.c | 4 ---- > > 1 file changed, 4 deletions(-) > > > > > > } > > -- > > 2.1.0 > Acked-by: Deepak Kumar Jain Applied to dpdk-next-crypto. Thanks, Pablo