Hi Brian, > This patch introduces SM4 GCM algorithm support to the AESNI_MB PMD. > SM4 GCM is available in the v2.0 release of Intel IPsec MB. > > Signed-off-by: Brian Dooley <brian.doo...@intel.com> > --- > v2: > Added aad to cpu job params > Added ipsec mb version checks > v3: > Fix naming for patchwork > --- > doc/guides/cryptodevs/aesni_mb.rst | 1 + > doc/guides/cryptodevs/features/aesni_mb.ini | 1 + > doc/guides/cryptodevs/features/default.ini | 2 + > doc/guides/rel_notes/release_25_03.rst | 4 ++ > drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 54 ++++++++++++++++++++- > drivers/crypto/ipsec_mb/pmd_aesni_mb_priv.h | 30 ++++++++++++
> lib/cryptodev/rte_crypto_sym.h | 4 +- > lib/cryptodev/rte_cryptodev.c | 3 +- > 8 files changed, 95 insertions(+), 4 deletions(-) Split the cryptodev changes in a separate patch along with default.ini update.