Re: [dpdk-dev] [PATCH v4 7/7] app/test: add ARMv8 crypto tests and test vectors

2017-01-17 Thread Jerin Jacob
On Tue, Jan 17, 2017 at 04:49:03PM +0100, zbigniew.bo...@caviumnetworks.com wrote: > 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 path

[dpdk-dev] [PATCH v4 7/7] app/test: add ARMv8 crypto tests and test vectors

2017-01-17 Thread zbigniew.bodek
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 u