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 51127E6D for ; Tue, 27 Sep 2016 11:27:08 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 27 Sep 2016 02:27:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,404,1470726000"; d="scan'208";a="1037034359" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga001.jf.intel.com with ESMTP; 27 Sep 2016 02:24:44 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Sep 2016 10:24:44 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.95]) by IRSMSX156.ger.corp.intel.com ([169.254.3.80]) with mapi id 14.03.0248.002; Tue, 27 Sep 2016 10:24:43 +0100 From: "Jain, Deepak K" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "De Lara Guarch, Pablo" , "Griffin, John" Thread-Topic: [PATCH] app/test: remove unnecessary hexdump from test_cryptodev.c Thread-Index: AQHSGKCAWPwg9rKuQ0OQq6kqsh3J+aCND+1Q Date: Tue, 27 Sep 2016 09:24:43 +0000 Deferred-Delivery: Tue, 27 Sep 2016 09:23:47 +0000 Message-ID: References: <1474968041-31261-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1474968041-31261-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjA2OTFmZGItOWE0NC00MzdhLWI4ZjAtMzkxNDg2Y2I3MWU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvUDM3RFlrTitWQit0Q1FvK21JWlROUGd3dm9NVXRpXC8yRUQ2ZkUzVjFKOD0ifQ== x-originating-ip: [163.33.239.182] 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: Tue, 27 Sep 2016 09:27:08 -0000 > -----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 >=20 > This patch removes unnecesssary hexdump calls from GMAC related > functions in test_cryptodev.c which hinder compilation when > RTE_LOG_DEBUG is specified >=20 > Signed-off-by: Arek Kusztal > --- > app/test/test_cryptodev.c | 4 ---- > 1 file changed, 4 deletions(-) >=20 >=20 > } > -- > 2.1.0 Acked-by: Deepak Kumar Jain