Re: [PATCH v3 8/8] app/test: add ARMv8 crypto tests and test vectors
From: De Lara Guarch, Pablo <hidden>
Date: 2017-01-12 10:48:23
From: De Lara Guarch, Pablo <hidden>
Date: 2017-01-12 10:48:23
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 <redacted> 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 <redacted>
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