From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zbigniew Bodek Subject: Re: [PATCH v3 8/8] app/test: add ARMv8 crypto tests and test vectors Date: Thu, 12 Jan 2017 12:50:30 +0100 Message-ID: <5d33a057-2114-0c82-bc72-68c6220febad@caviumnetworks.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: "Doherty, Declan" , "jerin.jacob@caviumnetworks.com" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0050.outbound.protection.outlook.com [104.47.42.50]) by dpdk.org (Postfix) with ESMTP id E48965A44 for ; Thu, 12 Jan 2017 12:50:44 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello Pablo, 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 that has recently changed. I see. The rebase is done. Should I send full v4 patchset now? Kind regards Zbigniew > > Thanks, > Pablo >