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
;
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
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
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
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
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
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
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
, 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
; 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
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
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
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
13 matches
Mail list logo