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 343FF2C6D for ; Thu, 12 Jan 2017 13:07:47 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 12 Jan 2017 04:07:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,349,1477983600"; d="scan'208";a="1111551239" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga002.fm.intel.com with ESMTP; 12 Jan 2017 04:07:43 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 12 Jan 2017 12:07:42 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX156.ger.corp.intel.com ([169.254.3.104]) with mapi id 14.03.0248.002; Thu, 12 Jan 2017 12:07:42 +0000 From: "De Lara Guarch, Pablo" To: Zbigniew Bodek , "dev@dpdk.org" CC: "Doherty, Declan" , "jerin.jacob@caviumnetworks.com" Thread-Topic: [PATCH v3 8/8] app/test: add ARMv8 crypto tests and test vectors Thread-Index: AQHSZrDC8Fi6dWBpmU6WCE12k5UUm6E0tQaAgAARvQCAAARSoA== Date: Thu, 12 Jan 2017 12:07:42 +0000 Message-ID: References: <1481077985-4224-2-git-send-email-zbigniew.bodek@caviumnetworks.com> <1483551207-18236-1-git-send-email-zbigniew.bodek@caviumnetworks.com> <1483551207-18236-9-git-send-email-zbigniew.bodek@caviumnetworks.com> <5d33a057-2114-0c82-bc72-68c6220febad@caviumnetworks.com> In-Reply-To: <5d33a057-2114-0c82-bc72-68c6220febad@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzYzN2FkMzUtNmNkYy00ZjQ0LTk4MDUtMDk0YjQ1MzY5MDcyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ild6SitOcG5KQkFVM3NcL0lXSUtiSVI3WHd1aWhWbklVWldyTGVQQnR2RU1zPSJ9 x-ctpclassification: CTP_IC 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 v3 8/8] app/test: add ARMv8 crypto tests and test vectors 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, 12 Jan 2017 12:07:47 -0000 > -----Original Message----- > From: Zbigniew Bodek [mailto:zbigniew.bodek@caviumnetworks.com] > Sent: Thursday, January 12, 2017 11:51 AM > To: De Lara Guarch, Pablo; dev@dpdk.org > Cc: Doherty, Declan; jerin.jacob@caviumnetworks.com > Subject: Re: [PATCH v3 8/8] app/test: add ARMv8 crypto tests and test > vectors >=20 > Hello Pablo, >=20 > On 12.01.2017 11:48, De Lara Guarch, Pablo wrote: > > Hi Bodek, > > > >> -----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 8/8] app/test: add ARMv8 crypto tests and test > vectors > >> > >> From: Zbigniew Bodek > >> > >> Introduce unit tests for ARMv8 crypto PMD. > >> Add test vectors for short cases such as 160 bytes. > >> These test cases are ARMv8 specific since the code provides > >> different processing paths for different input data sizes. > >> > >> User can validate correctness of algorithms' implementation using: > >> * cryptodev_sw_armv8_autotest > >> For performance test one can use: > >> * cryptodev_sw_armv8_perftest > >> > >> Signed-off-by: Zbigniew Bodek > > > > Could you rebase this patchset with the dpdk-next-crypto tree? > > There is a compilation error due to a missing parameter in a function t= hat > has recently changed. >=20 > I see. The rebase is done. Should I send full v4 patchset now? >=20 There are some comments from Jianbo Liu. Take a look at them in case you have something to change there. Also, since you are sending a v4 patchset, make the commit name changes too= , please. Thanks, Pablo > Kind regards > Zbigniew >=20 > > > > Thanks, > > Pablo > >