From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id F3297569E for ; Fri, 11 Mar 2016 02:31:15 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 10 Mar 2016 17:31:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,318,1455004800"; d="scan'208";a="63975365" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga004.fm.intel.com with ESMTP; 10 Mar 2016 17:31:13 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by IRSMSX102.ger.corp.intel.com ([169.254.2.19]) with mapi id 14.03.0248.002; Fri, 11 Mar 2016 01:31:13 +0000 From: "De Lara Guarch, Pablo" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v3] cryptodev: add capabilities discovery mechanism Thread-Index: AQHRewZen/LsB5q5CEmbmzgVhg//I59TckyAgAAC6FA= Date: Fri, 11 Mar 2016 01:31:12 +0000 Message-ID: References: <1457629646-17224-1-git-send-email-pablo.de.lara.guarch@intel.com> <1457639676-16653-1-git-send-email-pablo.de.lara.guarch@intel.com> <16034076.SnoENOFo98@xps13> In-Reply-To: <16034076.SnoENOFo98@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTgxNzlkOTYtMGY5NC00OGVhLWFiMjgtMzMwMmNlMWRkNWE2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImwraVwvMlwvdlh2blVLWWZSczRITld0MVdqcTRWSkVGbUNiXC9oeXViMEVRS2s9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3] cryptodev: add capabilities discovery mechanism 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: Fri, 11 Mar 2016 01:31:16 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, March 11, 2016 1:20 AM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] cryptodev: add capabilities discovery > mechanism >=20 > There is a clang error here: >=20 > > +static const struct rte_cryptodev_capabilities > aesni_gcm_pmd_capabilities[] =3D { >=20 > drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c:41:48: fatal error: > unused variable 'aesni_gcm_pmd_capabilities' Nice catch. Submitting a v4 shortly...