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

2022-05-26 Thread Zhang, Roy Fan
Hi Kai, > -Original Message- > From: Ji, Kai > Sent: Wednesday, May 25, 2022 5:52 PM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; Richardson, Bruce > ; gak...@marvell.com; Ji, Kai > Subject: [dpdk-dev v3] crypto/qat: use intel-ipsec-mb for partial hash & aes &

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

2022-05-25 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