[dpdk-dev] [PATCH] drivers/crypto/openssl: use a local copy for the session contexts
Akhil Goyal
akhil.goyal at nxp.com
Thu Nov 7 11:08:02 CET 2019
> Session contexts are used for temporary storage when processing a
> packet.
> If packets for the same session are to be processed simultaneously on
> multiple cores, separate contexts must be used.
>
> Note: with openssl 1.1.1 EVP_CIPHER_CTX can no longer be defined as a
> variable on the stack: it must be allocated. This in turn reduces the
> performance.
>
> Fixes: d61f70b4c918 ('crypto/libcrypto: add driver for OpenSSL library')
> Cc: stable at dpdk.org
> Cc: declan.doherty at intel.com
>
> Signed-off-by: Thierry Herbelot <thierry.herbelot at 6wind.com>
> ---
Applied to dpdk-next-crypto
Thanks.
More information about the dev
mailing list