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

2022-05-26 Thread Akhil Goyal
> > > 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-

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

2022-05-26 Thread Akhil Goyal
> 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 > Si

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

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