> -----Original Message-----
> From: Power, Ciara <[email protected]>
> Sent: Wednesday, July 5, 2023 11:26 AM
> To: [email protected]
> Cc: [email protected]; De Lara Guarch, Pablo
> <[email protected]>; Power, Ciara <[email protected]>;
> Cornu, Marcel D <[email protected]>; Ji, Kai <[email protected]>
> 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: [email protected]
>
> Signed-off-by: Ciara Power <[email protected]>
> Acked-by: Kai Ji <[email protected]>
Acked-by: Pablo de Lara <[email protected]>