> Subject: [PATCH 2/5] crypto/cnxk: support AES-GMAC > > From: Archana Muniganti <march...@marvell.com> > > Added lookaside IPsec AES-GMAC support in CNXK PMD. > > Signed-off-by: Archana Muniganti <march...@marvell.com> > Acked-by: Anoob Joseph <ano...@marvell.com> > --- > doc/guides/cryptodevs/cnxk.rst | 2 ++
Update in .ini files missing. > doc/guides/rel_notes/release_22_07.rst | 1 + > drivers/common/cnxk/cnxk_security.c | 8 ++++++ > drivers/crypto/cnxk/cn10k_ipsec.c | 3 ++ > drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 3 +- > drivers/crypto/cnxk/cn9k_ipsec.c | 35 > ++++++++++++++++------- > drivers/crypto/cnxk/cnxk_cryptodev.h | 2 +- > drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 25 ++++++++++++++++ > drivers/crypto/cnxk/cnxk_ipsec.h | 3 ++ > 9 files changed, 70 insertions(+), 12 deletions(-) >