[PATCH v2] crypto/ipsec_mb: fix jobs array used for burst

Akhil Goyal gakhil at marvell.com
Wed Jul 5 15:51:35 CEST 2023


> > Subject: [PATCH v2] crypto/ipsec_mb: fix jobs array used for burst
> >
> > The jobs variable was global, which meant it was not thread safe.
> > This caused a segmentation fault when running the crypto performance app,
> > using more than one lcore for crypto processing.
> >
> > Moving this to the dequeue function where it is used fixes the issue.
> >
> > Fixes: b50b8b5b38f8 ("crypto/ipsec_mb: use burst API in AESNI")
> > Cc: marcel.d.cornu at intel.com
> >
> > Signed-off-by: Ciara Power <ciara.power at intel.com>
> > Acked-by: Kai Ji <kai.ji at intel.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
Applied to dpdk-next-crypto

Thanks.


More information about the dev mailing list