Acked-by: Kai Ji ________________________________ From: Dooley, Brian Sent: Monday, May 22, 2023 15:39 To: Ji, Kai Cc: dev@dpdk.org ; gakhil@marvell.com ; Dooley, Brian Subject: [PATCH v3] crypto/qat: default to IPsec MB for pre and post computes Pre and post computations currently use the OpenSSL library by default. This patch changes the default option to Intel IPsec MB library version 1.4 for the required computations. If this version of IPsec is not met it will fallback to use OpenSSL. Added version checks for libipsecmb and libcrypto into meson build. Added directives for detecting IPsec MB or OpenSSL. Signed-off-by: Brian Dooley ---