> > This patchset adds secp384r1 (P-384) elliptic > > curve to Intel QuickAssist Technology crypto PMD. > > > > v2: > > - added release notes > > > > Arek Kusztal (2): > > crypto/qat: refactor asym algorithm macros and logs > > crypto/qat: add secp384r1 curve > > > > doc/guides/rel_notes/release_22_07.rst | 4 + > > drivers/common/qat/qat_adf/qat_pke.h | 12 ++ > > drivers/crypto/qat/qat_asym.c | 230 > > ++++++++++++++------------------- > > drivers/crypto/qat/qat_asym.h | 3 +- > > drivers/crypto/qat/qat_ec.h | 77 ++++++++++- > > 5 files changed, 193 insertions(+), 133 deletions(-) > > > > -- > > 2.13.6 > Series-acked-by: Fan Zhang <roy.fan.zh...@intel.com>
Applied to dpdk-next-crypto Thanks.