On 03/07/2024 11:49, Jack Bond-Preston wrote:
On 02/07/2024 16:39, Akhil Goyal wrote:
I am seeing below errors when it is compiled with openssl 3.0
[1/30] Compiling C object
'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
FAILED:
drivers/a715181@@tmp_rte
On 02/07/2024 16:39, Akhil Goyal wrote:
I am seeing below errors when it is compiled with openssl 3.0
[1/30] Compiling C object
'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
FAILED:
drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_
> Commit 67ab783b5d70 ("crypto/openssl: use local copy for session
> contexts") introduced a fix for concurrency bugs which could occur when
> using one OpenSSL PMD session across multiple cores simultaneously. The
> solution was to clone the EVP contexts per-buffer to avoid them being
> used concu
Acked-by: Kai Ji
From: Jack Bond-Preston
Sent: 07 June 2024 13:47
To: Ji, Kai ; Fan Zhang ; Akhil Goyal
Cc: dev@dpdk.org ; sta...@dpdk.org ; Wathsala
Vithanage
Subject: [PATCH v4 1/5] crypto/openssl: fix GCM and CCM thread unsafe ctxs
Commit 67ab783b5d70
Commit 67ab783b5d70 ("crypto/openssl: use local copy for session
contexts") introduced a fix for concurrency bugs which could occur when
using one OpenSSL PMD session across multiple cores simultaneously. The
solution was to clone the EVP contexts per-buffer to avoid them being
used concurrently.
5 matches
Mail list logo