[v9,0/3] Add Digest Encrypted to aesni_mb PMD

Message ID 20230919104217.3104962-1-brian.dooley@intel.com (mailing list archive)
Headers
Series Add Digest Encrypted to aesni_mb PMD |

Message

Brian Dooley Sept. 19, 2023, 10:42 a.m. UTC
  This series adds the Digest Encrypted feature to the AESNI_MB PMD.
It also fixes an issue where IV data in SNOW3G and ZUC algorithms
were incorrect and are required to be non-zero length.

v9:
Added release notes
v8:
reword commit and add stable
v7:
Separate  synchronous fix into separate commit
v6:
Add skipping tests for synchronous crypto
v5:
Fix checkpatch warnings
v4:
Add comments and small refactor
v3:
Add Digest encrypted support to docs
v2:
Fixed CHECKPATCH warning

Brian Dooley (3):
  crypto/ipsec_mb: add digest encrypted feature
  test/crypto: fix IV in some vectors
  test/crypto: fix failing synchronous tests

 app/test/test_cryptodev.c                    |   6 +
 app/test/test_cryptodev_mixed_test_vectors.h |   8 +-
 doc/guides/cryptodevs/features/aesni_mb.ini  |   1 +
 doc/guides/rel_notes/release_23_11.rst       |   4 +
 drivers/crypto/ipsec_mb/pmd_aesni_mb.c       | 109 ++++++++++++++++++-
 5 files changed, 121 insertions(+), 7 deletions(-)