67ab783b5d
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:
|
||
---|---|---|
.. | ||
compat.h | ||
Makefile | ||
meson.build | ||
openssl_pmd_private.h | ||
rte_openssl_pmd_ops.c | ||
rte_openssl_pmd.c | ||
rte_pmd_openssl_version.map |