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 0F27E1B160 for ; Thu, 21 Sep 2017 10:32:36 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 21 Sep 2017 01:32:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,424,1500966000"; d="scan'208";a="1197499607" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 21 Sep 2017 01:32:34 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX106.ger.corp.intel.com ([169.254.8.36]) with mapi id 14.03.0319.002; Thu, 21 Sep 2017 09:32:33 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "Richardson, Bruce" , "Doherty, Declan" , "jerin.jacob@caviumnetworks.com" CC: "dev@dpdk.org" , "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH 0/2] have crypto drivers use a standard map file name format Thread-Index: AQHTMGFjhwVxf/DlxUGI/hxQmfXMtKK/BsZA Date: Thu, 21 Sep 2017 08:32:32 +0000 Message-ID: References: <20170914160214.94767-1-bruce.richardson@intel.com> <9F7182E3F746AB4EA17801C148F3C6043303C830@IRSMSX101.ger.corp.intel.com> In-Reply-To: <9F7182E3F746AB4EA17801C148F3C6043303C830@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2RiNDg4NjEtODA2Ny00MzYxLTkzZTQtYjdlNDIyODAyMzgyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IisxdXpoMEN4aml1U2hsVTY0Smlrbmd3enF4ZG41c3RYNDBubGZ0RCsycm89In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/2] have crypto drivers use a standard map file name format X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 08:32:37 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, September 18, 2017 10:35 AM > To: Richardson, Bruce ; De Lara Guarch, > Pablo ; Doherty, Declan > ; jerin.jacob@caviumnetworks.com > Cc: dev@dpdk.org; Richardson, Bruce > Subject: RE: [dpdk-dev] [PATCH 0/2] have crypto drivers use a standard > map file name format >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > > Sent: Thursday, September 14, 2017 5:02 PM > > To: De Lara Guarch, Pablo ; Doherty, > > Declan ; jerin.jacob@caviumnetworks.com > > Cc: dev@dpdk.org; Richardson, Bruce > > Subject: [dpdk-dev] [PATCH 0/2] have crypto drivers use a standard map > > file name format > > > > rename some of the version.map files that don't match the standard > > naming convention. For future meson build system, this will save us > > having to specify for each driver what the filename of its map file is. > > > > Bruce Richardson (2): > > crypto/aesni_mb: rename map file to standard name > > crypto/armv8: rename map file to standard name > > > > drivers/crypto/aesni_mb/Makefile = | 2 +- > > .../{rte_pmd_aesni_version.map =3D> rte_pmd_aesni_mb_version.map} > > | 0 > > drivers/crypto/armv8/Makefile = | 2 +- > > .../armv8/{rte_armv8_pmd_version.map =3D> > rte_pmd_armv8_version.map} > > | 0 > > 4 files changed, 2 insertions(+), 2 deletions(-) rename > > drivers/crypto/aesni_mb/{rte_pmd_aesni_version.map =3D> > > rte_pmd_aesni_mb_version.map} (100%) rename > > drivers/crypto/armv8/{rte_armv8_pmd_version.map =3D> > > rte_pmd_armv8_version.map} (100%) > > > > -- > > 2.13.5 >=20 > Series Acked by: Fan Zhang Applied to dpdk-next-crypto. Thanks, Pablo