Re: [dpdk-dev] [PATCH v3 0/8] Add crypto PMD optimized for ARMv8

2017-01-10 Thread Zbigniew Bodek
To: dev@dpdk.org Cc: De Lara Guarch, Pablo; Doherty, Declan; jerin.ja...@caviumnetworks.com; Zbigniew Bodek Subject: [PATCH v3 0/8] Add crypto PMD optimized for ARMv8 From: Zbigniew Bodek ... Zbigniew Bodek (8): mk: fix build of assembly files for ARM64 lib: add cryptodev type for the

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

2017-01-12 Thread Zbigniew Bodek
; jerin.ja...@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

Re: [dpdk-dev] [PATCH v3 3/8] crypto/armv8: add PMD optimized for ARMv8 processors

2017-01-12 Thread Zbigniew Bodek
Hello Jianbo Liu, Thanks for the review. Please check my answers in-line. Kind regards Zbigniew On 06.01.2017 03:45, Jianbo Liu wrote: On 5 January 2017 at 01:33, wrote: From: Zbigniew Bodek This patch introduces crypto poll mode driver using ARMv8 cryptographic extensions. CPU

Re: [dpdk-dev] [PATCH v3 2/8] lib: add cryptodev type for the upcoming ARMv8 PMD

2017-01-13 Thread Zbigniew Bodek
On 13.01.2017 09:16, Hemant Agrawal wrote: On 1/4/2017 11:03 PM, zbigniew.bo...@caviumnetworks.com wrote: From: Zbigniew Bodek Add type and name for ARMv8 crypto PMD Signed-off-by: Zbigniew Bodek --- lib/librte_cryptodev/rte_cryptodev.h | 3 +++ 1 file changed, 3 insertions(+) diff

Re: [dpdk-dev] [PATCH v3 0/8] Add crypto PMD optimized for ARMv8

2017-01-13 Thread Zbigniew Bodek
Hello Hemant, Thank you for your remarks and comments. Please check my answer below. Kind regards Zbigniew On 13.01.2017 09:07, Hemant Agrawal wrote: On 1/4/2017 11:03 PM, zbigniew.bo...@caviumnetworks.com wrote: From: Zbigniew Bodek Introduce crypto poll mode driver using ARMv8

Re: [dpdk-dev] [PATCH v3 3/8] crypto/armv8: add PMD optimized for ARMv8 processors

2017-01-13 Thread Zbigniew Bodek
On 13.01.2017 08:41, Jianbo Liu wrote: On 12 January 2017 at 21:12, Zbigniew Bodek wrote: Hello Jianbo Liu, Thanks for the review. Please check my answers in-line. Kind regards Zbigniew On 06.01.2017 03:45, Jianbo Liu wrote: On 5 January 2017 at 01:33, wrote: From: Zbigniew Bodek

Re: [dpdk-dev] [PATCH v3 3/8] crypto/armv8: add PMD optimized for ARMv8 processors

2017-01-13 Thread Zbigniew Bodek
On 13.01.2017 08:57, Hemant Agrawal wrote: On 1/4/2017 11:03 PM, zbigniew.bo...@caviumnetworks.com wrote: From: Zbigniew Bodek This patch introduces crypto poll mode driver using ARMv8 cryptographic extensions. CPU compatibility with this driver is detected in run-time and virtual crypto

Re: [dpdk-dev] [PATCH] mk: fix build of assembly files for ARM64

2017-01-18 Thread Zbigniew Bodek
On 17.01.2017 23:45, Thomas Monjalon wrote: 2017-01-17 15:35, zbigniew.bo...@caviumnetworks.com: -# for now, we don't use as but nasm. -# AS = $(CROSS)as It looks to be a very very old comment. +ifeq ($(CONFIG_RTE_ARCH_X86),y) AS= nasm There is no asm file in DPDK as far as

Re: [dpdk-dev] [PATCH v5 4/7] doc: update documentation about ARMv8 crypto PMD

2017-01-18 Thread Zbigniew Bodek
, January 18, 2017 2:27 PM To: dev@dpdk.org Cc: De Lara Guarch, Pablo; Doherty, Declan; jerin.ja...@caviumnetworks.com; jianbo@linaro.org; hemant.agra...@nxp.com; Zbigniew Bodek Subject: [PATCH v5 4/7] doc: update documentation about ARMv8 crypto PMD From: Zbigniew Bodek Add documentation about the

Re: [dpdk-dev] [PATCH v6 0/8] Add crypto PMD optimized for ARMv8

2017-01-19 Thread Zbigniew Bodek
; Doherty, Declan; jerin.ja...@caviumnetworks.com; jianbo@linaro.org; hemant.agra...@nxp.com; Zbigniew Bodek Subject: [dpdk-dev] [PATCH v6 0/8] Add crypto PMD optimized for ARMv8 From: Zbigniew Bodek Applied to dpdk-next-crypto. Thanks, Pablo

Re: [dpdk-dev] [PATCH v2 02/12] lib: add cryptodev type for the upcoming ARMv8 PMD

2016-12-07 Thread Zbigniew Bodek
On 06.12.2016 21:27, Thomas Monjalon wrote: 2016-12-06 18:32, zbigniew.bo...@caviumnetworks.com: From: Zbigniew Bodek Add type and name for ARMv8 crypto PMD Signed-off-by: Zbigniew Bodek [...] --- a/lib/librte_cryptodev/rte_cryptodev.h +++ b/lib/librte_cryptodev/rte_cryptodev.h @@ -66,6

Re: [dpdk-dev] [PATCH v2 00/12] Add crypto PMD optimized for ARMv8

2016-12-08 Thread Zbigniew Bodek
On 08.12.2016 11:24, Bruce Richardson wrote: On Tue, Dec 06, 2016 at 06:32:53PM -0800, zbigniew.bo...@caviumnetworks.com wrote: From: Zbigniew Bodek Introduce crypto poll mode driver using ARMv8 cryptographic extensions. This PMD is optimized to provide performance boost for chained crypto

[dpdk-dev] [PATCH 1/4] libcrypto_pmd: initial implementation of SW crypto device

2016-09-08 Thread Zbigniew Bodek
Hello, I hope this message will get formatted correctly as it is a forwarded e-mail. Please see my question in-line. Kind regards Zbigniew (zbb) > From: Marcin Kerlin > > This code provides the initial implementation of the libcrypto > poll mode driver. All cryptography operations are using Op