> Acked-by: Tejasree Kondoj <[email protected]>
>
> > -----Original Message-----
> > From: Daphne Priscilla <[email protected]>
> > Sent: Friday, June 12, 2026 11:50 AM
> > To: [email protected]
> > Cc: [email protected]; Akhil Goyal <[email protected]>; Tejasree Kondoj
> > <[email protected]>; Anoob Joseph <[email protected]>; Daphne
> > Priscilla F <[email protected]>
> > Subject: [PATCH] crypto/cnxk: fix out of place AES GCM
> >
> > For AES-GCM out of place, when AAD is present in inbuf before the data, it
> > is
> > treated as passthrough data. This results in AAD being present in outbuf
> > header, but test expects outbuf header to remain zero. Passthrough data is
> > now diverted to metabuf so outbuf header remains zero.
> >
> > Fixes: 7c19abdd0cf1 ("common/cnxk: support 103XX CPT")
> > Cc: [email protected]
> >
> > Signed-off-by: Daphne Priscilla <[email protected]>
> > ---
> > .mailmap | 1 +
> > drivers/common/cnxk/roc_se.h | 2 +-
> > drivers/crypto/cnxk/cnxk_cryptodev_ops.c | 3 +
> > drivers/crypto/cnxk/cnxk_se.h | 96 ++++++++++++++++++++++--
> > 4 files changed, 93 insertions(+), 9 deletions(-)
Applied to dpdk-next-crypto