From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 188B45679 for ; Fri, 21 Oct 2016 20:35:59 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 21 Oct 2016 11:35:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,526,1473145200"; d="scan'208";a="892571917" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga003.jf.intel.com with ESMTP; 21 Oct 2016 11:35:57 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.210]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0248.002; Fri, 21 Oct 2016 19:35:55 +0100 From: "De Lara Guarch, Pablo" To: Jan Blunck , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" , "yuanhan.liu@linux.intel.com" , "Mcnamara, John" Thread-Topic: [PATCH] drivers: register aliases for renamed cryptodev drivers Thread-Index: AQHSK42AobbPPLOIj0ahnhGDq8rr1aCzPBCw Date: Fri, 21 Oct 2016 18:35:54 +0000 Message-ID: References: <1477048976-18561-1-git-send-email-jblunck@infradead.org> In-Reply-To: <1477048976-18561-1-git-send-email-jblunck@infradead.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTM0MTdkZTAtZjQ0NC00NjExLTg3MjQtNTc1OWY0YTQ2NGFjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjFuQVFTTE5MZTJDdXJxb092eitmaWxDS0pyRzBGNk90YUVHSXViTEZtblE9In0= 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 Subject: Re: [dpdk-dev] [PATCH] drivers: register aliases for renamed cryptodev drivers 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, 21 Oct 2016 18:36:00 -0000 > -----Original Message----- > From: Jan Blunck [mailto:jblunck@gmail.com] On Behalf Of Jan Blunck > Sent: Friday, October 21, 2016 4:23 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; thomas.monjalon@6wind.com; > yuanhan.liu@linux.intel.com; Mcnamara, John > Subject: [PATCH] drivers: register aliases for renamed cryptodev drivers >=20 > This registers the legacy names of the driver being renamed in commit > 2f45703c17acb943aaded9f79676fd56a72542b2. >=20 > Signed-off-by: Jan Blunck > --- > drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 1 + > drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 1 + > drivers/crypto/kasumi/rte_kasumi_pmd.c | 1 + > drivers/crypto/null/null_crypto_pmd.c | 1 + > drivers/crypto/snow3g/rte_snow3g_pmd.c | 1 + > 5 files changed, 5 insertions(+) Hi Jan, Please, follow the convention to refer to other commits. >>From checkpatch: ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 2f45703c17ac ("drivers: make driver names c= onsistent")' Also, this can probably be merged to the other patch that adds the aliases for the network drivers, or maybe include it in the same patchset. I have also tested this, and it works, so you can add: Tested-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Thanks for the work! Pablo