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

2023-06-14 Thread Akhil Goyal
> -IMB_required_ver = '1.2.0' > +IMB_required_ver = '1.4.0' > IMB_header = '#include' > if arch_subdir == 'arm' > IMB_header = '#include' > endif I believe there are compilation issues with arm repo for 1.4 version. It is better to fix that first before making this to default. > libipsec

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

2023-06-08 Thread Power, Ciara
> -Original Message- > From: Brian Dooley > Sent: Tuesday 6 June 2023 11:28 > To: Ji, Kai > Cc: dev@dpdk.org; gak...@marvell.com; De Lara Guarch, Pablo > ; Dooley, Brian > Subject: [PATCH v5] crypto/qat: default to IPsec MB for computations > > Pre and

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

2023-06-06 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