mbox series

[v2,0/2] crypto/qat: add secp384r1 curve support

Message ID 20220422093355.13631-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers
Series crypto/qat: add secp384r1 curve support |

Message

Arkadiusz Kusztal April 22, 2022, 9:33 a.m. UTC
  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(-)
  

Comments

Fan Zhang May 10, 2022, 10:10 a.m. UTC | #1
> -----Original Message-----
> From: Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>
> Sent: Friday, April 22, 2022 10:34 AM
> To: dev@dpdk.org
> Cc: gakhil@marvell.com; Zhang, Roy Fan <roy.fan.zhang@intel.com>; Kusztal,
> ArkadiuszX <arkadiuszx.kusztal@intel.com>
> Subject: [PATCH v2 0/2] crypto/qat: add secp384r1 curve support
> 
> 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.zhang@intel.com>
  
Akhil Goyal May 26, 2022, 4:53 p.m. UTC | #2
> > 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.zhang@intel.com>

Applied to dpdk-next-crypto

Thanks.