RE: [EXT] [PATCH v8 1/3] crypto/ipsec_mb: add digest encrypted feature

2023-09-18 Thread Akhil Goyal
> -- > AESNI_MB PMD does not support Digest Encrypted. This patch adds a check and > support for this feature. > > Acked-by: Ciara Power > Signed-off-by: Brian Dooley > --- > v2: > Fixed CHECKPATCH warning > v3: > Add Digest enc

[PATCH v8 1/3] crypto/ipsec_mb: add digest encrypted feature

2023-09-14 Thread Brian Dooley
AESNI_MB PMD does not support Digest Encrypted. This patch adds a check and support for this feature. Acked-by: Ciara Power Signed-off-by: Brian Dooley --- v2: Fixed CHECKPATCH warning v3: Add Digest encrypted support to docs v4: Add comments and small refactor v5: Fix checkpatch warnings v6: Ad