RE: [EXT] [dpdk-dev v1] crypto/qat: add in libcrypto version check

2022-07-26 Thread Ji, Kai
lveetil ; Anoob > Joseph > Subject: RE: [EXT] [dpdk-dev v1] crypto/qat: add in libcrypto version check > > Hi Kai, > > This is a fix for compilation when openssl 1.1 is used to build QAT. > Can you update the title to > Crypto/qat: fix build with OpenSSL 1.1 > >

RE: [EXT] [dpdk-dev v1] crypto/qat: add in libcrypto version check

2022-07-26 Thread Akhil Goyal
Hi Kai, This is a fix for compilation when openssl 1.1 is used to build QAT. Can you update the title to Crypto/qat: fix build with OpenSSL 1.1 > This patch add in libcrypto version check before enable libipsec-mb for > QAT. The inter-ipsec-mb lib for partial hash and AES cacluation should > only

[dpdk-dev v1] crypto/qat: add in libcrypto version check

2022-07-26 Thread Kai Ji
This patch add in libcrypto version check before enable libipsec-mb for QAT. The inter-ipsec-mb lib for partial hash and AES cacluation should only be enabled when both OpensSSL 3.0 and IPSec_MB 1.2.0 are installed on the system. Signed-off-by: Kai Ji --- drivers/common/qat/meson.build | 4 +++-