[PATCH v1] crypto/qat: fix struct alignment
Akhil Goyal
gakhil at marvell.com
Mon Jul 3 16:15:21 CEST 2023
> > Subject: [PATCH v1] crypto/qat: fix struct alignment
> >
> > The qat_sym_session struct variable alignment was causing a segfault.
> > AES expansion keys require 16-byte alignment. Added __rte_aligned to the
> > expansion keys.
> >
> > Fixes: ca0ba0e48129 ("crypto/qat: default to IPsec MB for computations")
> >
> > Signed-off-by: Brian Dooley <brian.dooley at intel.com>
> > ---
>
> Acked-by: Ciara Power <ciara.power at intel.com>
Applied to dpdk-next-crypto
Thanks.
More information about the dev
mailing list