RE: [EXT] [PATCH v2] crypto/qat: reallocate on openssl version check

2022-10-10 Thread Akhil Goyal
> This patch reallocates the openssl version check from > qat_session_configure() to a proper qat_security_session_create() > routine > > Fixes: 3227bc7138f5 ("crypto/qat: use intel-ipsec-mb for partial hash and > AES") > Cc: sta...@dpdk.org > > Signed-off-by: Brian Dooley > --- > v2: rebase on

[PATCH v2] crypto/qat: reallocate on openssl version check

2022-10-07 Thread Brian Dooley
This patch reallocates the openssl version check from qat_session_configure() to a proper qat_security_session_create() routine Fixes: 3227bc7138f5 ("crypto/qat: use intel-ipsec-mb for partial hash and AES") Cc: sta...@dpdk.org Signed-off-by: Brian Dooley --- v2: rebase on main --- drivers/cryp