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 8F6FB5A29 for ; Thu, 12 Jan 2017 11:48:23 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 12 Jan 2017 02:48:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,349,1477983600"; d="scan'208";a="807987198" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by FMSMGA003.fm.intel.com with ESMTP; 12 Jan 2017 02:48:21 -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; Thu, 12 Jan 2017 10:48:20 +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 8/8] app/test: add ARMv8 crypto tests and test vectors Thread-Index: AQHSZrDC8Fi6dWBpmU6WCE12k5UUm6E0tQaA Date: Thu, 12 Jan 2017 10:48:20 +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> In-Reply-To: <1483551207-18236-9-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDRkNmZkZjAtZGYwYi00YjdjLWE0NTctNmFlMGFhYjdhNTE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Imd5YXZuUWhrUWRSVHkxbGZPVDBaZ2xYd0d2RXY5VVpwR21MU1h6cnA0Qms9In0= 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 10:48:24 -0000 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 >=20 > From: Zbigniew Bodek >=20 > 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. >=20 > User can validate correctness of algorithms' implementation using: > * cryptodev_sw_armv8_autotest > For performance test one can use: > * cryptodev_sw_armv8_perftest >=20 > 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 that = has recently changed. Thanks, Pablo