RE: [PATCH v4] crypto/qat: default to IPsec MB for computations

2023-06-02 Thread De Lara Guarch, Pablo
Hi Brian, > -Original Message- > From: Brian Dooley > Sent: Friday, May 26, 2023 11:27 AM > To: Ji, Kai > Cc: dev@dpdk.org; gak...@marvell.com; Dooley, Brian > > Subject: [PATCH v4] crypto/qat: default to IPsec MB for computations > > Pre and post com

[PATCH v4] crypto/qat: default to IPsec MB for computations

2023-05-26 Thread Brian Dooley
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