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 8B2F8199B6 for ; Mon, 18 Sep 2017 11:35:03 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 18 Sep 2017 02:35:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,412,1500966000"; d="scan'208";a="150347836" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga005.jf.intel.com with ESMTP; 18 Sep 2017 02:35:01 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.22]) by IRSMSX102.ger.corp.intel.com ([169.254.2.180]) with mapi id 14.03.0319.002; Mon, 18 Sep 2017 10:34:54 +0100 From: "Zhang, Roy Fan" To: "Richardson, Bruce" , "De Lara Guarch, Pablo" , "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: AQHTLXL+bfXL/BvNu0Gxqa9GSDse3aK6Z2gA Date: Mon, 18 Sep 2017 09:35:00 +0000 Message-ID: <9F7182E3F746AB4EA17801C148F3C6043303C830@IRSMSX101.ger.corp.intel.com> References: <20170914160214.94767-1-bruce.richardson@intel.com> In-Reply-To: <20170914160214.94767-1-bruce.richardson@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2RiNDg4NjEtODA2Ny00MzYxLTkzZTQtYjdlNDIyODAyMzgyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IisxdXpoMEN4aml1U2hsVTY0Smlrbmd3enF4ZG41c3RYNDBubGZ0RCsycm89In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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 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: Mon, 18 Sep 2017 09:35:03 -0000 > -----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 fi= le > name format >=20 > 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 sp= ecify > for each driver what the filename of its map file is. >=20 > Bruce Richardson (2): > crypto/aesni_mb: rename map file to standard name > crypto/armv8: rename map file to standard name >=20 > 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%) >=20 > -- > 2.13.5 Series Acked by: Fan Zhang