RE: [EXT] [PATCH v2 0/4] crypto/qat: extend asymmetric crypto pmd

2022-10-27 Thread Akhil Goyal
> This patchset extends Intel QuickAssist Technology asymmetric crypto PMD. > Following features were added: > - ECDH algorithm handling > - EC point verification > > Depends-on: series-25284 ("crypto/qat: fix uncleared cookies in asym") > Series applied to dpdk-next-crypto Thanks.

[PATCH v2 0/4] crypto/qat: extend asymmetric crypto pmd

2022-10-20 Thread Arek Kusztal
This patchset extends Intel QuickAssist Technology asymmetric crypto PMD. Following features were added: - ECDH algorithm handling - EC point verification Depends-on: series-25284 ("crypto/qat: fix uncleared cookies in asym") v2: - resolved compilation issues - improved code structure Arek Kuszt