RE: [dpdk-dev v7] crypto/qat: use intel-ipsec-mb for partial hash & aes

2022-06-21 Thread Akhil Goyal
> Hi Kai, > > > Since openssl 3.0 now deprecates the low level API QAT required to perform > > partial hash & aes operation when creating the session. This patch add in > > qat_ipsec_mb_lib driver parameter to allow QAT PMD to switch APIs > > between openssl and intel ipsec-mb library. > > > > Sig

RE: [dpdk-dev v7] crypto/qat: use intel-ipsec-mb for partial hash & aes

2022-06-17 Thread Power, Ciara
Hi Kai, > -Original Message- > From: Kai Ji > Sent: Monday 13 June 2022 18:03 > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai ; Zhang, Roy Fan > > Subject: [dpdk-dev v7] crypto/qat: use intel-ipsec-mb for partial hash & aes > > Since openssl 3.0 n

[dpdk-dev v7] crypto/qat: use intel-ipsec-mb for partial hash & aes

2022-06-13 Thread Kai Ji
Since openssl 3.0 now deprecates the low level API QAT required to perform partial hash & aes operation when creating the session. This patch add in qat_ipsec_mb_lib driver parameter to allow QAT PMD to switch APIs between openssl and intel ipsec-mb library. Signed-off-by: Kai Ji Signed-off-by: F