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 07FE95398 for ; Tue, 10 Jan 2017 18:11:38 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 10 Jan 2017 09:11:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,344,1477983600"; d="scan'208";a="1110631360" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 10 Jan 2017 09:11:35 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX103.ger.corp.intel.com ([163.33.3.157]) with mapi id 14.03.0248.002; Tue, 10 Jan 2017 17:11:35 +0000 From: "De Lara Guarch, Pablo" To: "zbigniew.bodek@caviumnetworks.com" , "dev@dpdk.org" CC: "Doherty, Declan" , "jerin.jacob@caviumnetworks.com" Thread-Topic: [PATCH v3 0/8] Add crypto PMD optimized for ARMv8 Thread-Index: AQHSZrDFf37iWY1Qg0OEx6Odhl0J+KEx+nCw Date: Tue, 10 Jan 2017 17:11:35 +0000 Message-ID: References: <1481077985-4224-2-git-send-email-zbigniew.bodek@caviumnetworks.com> <1483551207-18236-1-git-send-email-zbigniew.bodek@caviumnetworks.com> In-Reply-To: <1483551207-18236-1-git-send-email-zbigniew.bodek@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjI2NDI4NzMtNDg2ZS00NmU2LTgzNDktNWFmZGU2NWViNjc2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJ4aE1IaHQ5T2VkNjBJVnozM093QkZRajQ2SFZmUlwvNU5tWjArZEoyYXFJPSJ9 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 v3 0/8] Add crypto PMD optimized for ARMv8 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: Tue, 10 Jan 2017 17:11:39 -0000 Hi Zbigniew, > -----Original Message----- > From: zbigniew.bodek@caviumnetworks.com > [mailto:zbigniew.bodek@caviumnetworks.com] > Sent: Wednesday, January 04, 2017 5:33 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Doherty, Declan; > jerin.jacob@caviumnetworks.com; Zbigniew Bodek > Subject: [PATCH v3 0/8] Add crypto PMD optimized for ARMv8 >=20 > From: Zbigniew Bodek ... >=20 > Zbigniew Bodek (8): > mk: fix build of assembly files for ARM64 > lib: add cryptodev type for the upcoming ARMv8 PMD > crypto/armv8: add PMD optimized for ARMv8 processors > mk/crypto/armv8: add PMD to the build system > doc/armv8: update documentation about crypto PMD > crypto/armv8: enable ARMv8 PMD in the configuration > crypto/armv8: update MAINTAINERS entry for ARMv8 crypto > app/test: add ARMv8 crypto tests and test vectors Thanks for this patchset. Could you change the titles of some of these patches? The prefix should be "mk:" and not "mk/crypto/armv8", for instance. The other ones that should be changed are "doc/armv8" -> "doc" and "crypto/= armv8: update MAINTAINERS" to "MAINTAINERS:". I can do this for you, if you are OK with these changes. Apart from this, can anyone review these changes? I do not have access to a= n ARM board, so it is a bit difficult for me to review it. Thanks, Pablo=20