[PATCH 2/5] crypto/cnxk: support AES-GMAC
Anoob Joseph
anoobj at marvell.com
Thu Apr 28 10:34:33 CEST 2022
Hi Akhil,
Please see inline.
Thanks,
Anoob
> -----Original Message-----
> From: Akhil Goyal <gakhil at marvell.com>
> Sent: Thursday, April 28, 2022 2:00 PM
> To: Anoob Joseph <anoobj at marvell.com>; Jerin Jacob Kollanukkaran
> <jerinj at marvell.com>
> Cc: Archana Muniganti <marchana at marvell.com>; Tejasree Kondoj
> <ktejasree at marvell.com>; dev at dpdk.org
> Subject: RE: [PATCH 2/5] crypto/cnxk: support AES-GMAC
>
> > Subject: [PATCH 2/5] crypto/cnxk: support AES-GMAC
> >
> > From: Archana Muniganti <marchana at marvell.com>
> >
> > Added lookaside IPsec AES-GMAC support in CNXK PMD.
> >
> > Signed-off-by: Archana Muniganti <marchana at marvell.com>
> > Acked-by: Anoob Joseph <anoobj at marvell.com>
> > ---
> > doc/guides/cryptodevs/cnxk.rst | 2 ++
>
> Update in .ini files missing.
[Anoob] The .ini file is only listing symmetric & asymmetric capabilities. This patch is adding AES-GMAC with IPsec (ie, lookaside protocol). AES-GMAC with lookaside crypto is already supported and ini file reflects the same as well.
https://elixir.bootlin.com/dpdk/latest/source/doc/guides/cryptodevs/features/cn10k.ini
>
> > 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(-)
> >
More information about the dev
mailing list