[PATCH v1] crypto/ipsec_mb: add digest encrypted feature

2023-07-20 Thread Brian Dooley
AESNI_MB PMD does not support Digest Encrypted. This patch adds support for this feature. Signed-off-by: Brian Dooley --- drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 107 +++-- 1 file changed, 102 insertions(+), 5 deletions(-) diff --git a/drivers/crypto/ipsec_mb/pmd_aesni_mb.c

RE: [EXT] [PATCH v1] crypto/ipsec_mb: add digest encrypted feature in AESNI_MB

2023-04-24 Thread Dooley, Brian
Hi Akhil, > -Original Message- > From: Akhil Goyal > Sent: Monday 24 April 2023 06:46 > To: Dooley, Brian ; Ji, Kai ; De > Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: RE: [EXT] [PATCH v1] crypto/ipsec_mb: add digest encrypted feature > in AESNI_MB > &

RE: [EXT] [PATCH v1] crypto/ipsec_mb: add digest encrypted feature in AESNI_MB

2023-04-23 Thread Akhil Goyal
> Subject: [EXT] [PATCH v1] crypto/ipsec_mb: add digest encrypted feature in > AESNI_MB > AESNI_MB PMD does not support Digest Encrypted. This patch adds partial > support for this feature. I do not get it, what is the point of adding partial support. It should be added when it is sup

[PATCH v1] crypto/ipsec_mb: add digest encrypted feature in AESNI_MB

2023-04-21 Thread Brian Dooley
AESNI_MB PMD does not support Digest Encrypted. This patch adds partial support for this feature. Signed-off-by: Brian Dooley --- Some out-of-place tests are still failing. Only some in-place tests are passing. Working on adding support for this feature in v2. --- app/test/1.diff