[EXTERNAL] [v2] crypto/qat: require IPsec MB for HMAC precomputes

Akhil Goyal gakhil at marvell.com
Sat Jun 20 20:37:54 CEST 2026


>  		if (ret) {
>  			QAT_LOG(ERR, "(MD5)precompute failed");
>  			return -EFAULT;
> @@ -3197,6 +2828,11 @@ qat_security_session_create(void *dev,
>  			sess_private_data,
> SECURITY_GET_SESS_PRIV_IOVA(sess));
>  	if (ret != 0) {
>  		QAT_LOG(ERR, "Failed to configure session parameters");
> +#ifdef RTE_QAT_OPENSSL
> +#if (OPENSSL_VERSION_NUMBER >= 0x30000000L)
> +		ossl_legacy_provider_unload();
> +#endif
> +#endif
Why is this openssl version check required now?
Version < 3.0 is not supported in dpdk.


More information about the dev mailing list