mbox series

[0/6] add asymmetric support in crypto_octeontx2 PMD

Message ID 1568042799-25982-1-git-send-email-anoobj@marvell.com (mailing list archive)
Headers
Series add asymmetric support in crypto_octeontx2 PMD |

Message

Anoob Joseph Sept. 9, 2019, 3:26 p.m. UTC
  This series adds asymmetric crypto support in 'crypto_octeontx2' PMD.

Features supported: RSA & modular exponentiation

This series has dependency on the follwing,
1. http://patches.dpdk.org/project/dpdk/list/?series=6176
2. http://patches.dpdk.org/project/dpdk/list/?series=6337

Anoob Joseph (1):
  doc: add documentation for OCTEON TX2 crypto asym support

Kanaka Durga Kotamarthy (3):
  crypto/octeontx2: add RSA and modexp asym capabilities
  crypto/octeontx2: allocate memory for asymmetric operation
  crypto/octeontx2: add asymmetric session operations

Sunila Sahu (2):
  crypto/octeontx2: add asymmetric in enqueue/dequeue ops
  app/test: register octeontx2 PMD to asym testsuite

 app/test/test_cryptodev_asym.c                     |  18 ++
 doc/guides/cryptodevs/features/octeontx2.ini       |   9 +
 doc/guides/cryptodevs/octeontx2.rst                |  13 +
 drivers/crypto/octeontx2/otx2_cryptodev.c          |   4 +-
 .../crypto/octeontx2/otx2_cryptodev_capabilities.c |  39 ++-
 drivers/crypto/octeontx2/otx2_cryptodev_ops.c      | 280 ++++++++++++++++++++-
 drivers/crypto/octeontx2/otx2_cryptodev_ops.h      |   1 +
 7 files changed, 349 insertions(+), 15 deletions(-)
  

Comments

Shally Verma Sept. 9, 2019, 4:25 p.m. UTC | #1
> -----Original Message-----
> From: Anoob Joseph <anoobj@marvell.com>
> Sent: Monday, September 9, 2019 8:57 PM
> To: Akhil Goyal <akhil.goyal@nxp.com>; Pablo de Lara
> <pablo.de.lara.guarch@intel.com>; Thomas Monjalon
> <thomas@monjalon.net>
> Cc: Anoob Joseph <anoobj@marvell.com>; Jerin Jacob Kollanukkaran
> <jerinj@marvell.com>; Narayana Prasad Raju Athreya
> <pathreya@marvell.com>; Fiona Trahe <fiona.trahe@intel.com>; Kanaka
> Durga Kotamarthy <kkotamarthy@marvell.com>; Shally Verma
> <shallyv@marvell.com>; Sunila Sahu <ssahu@marvell.com>; dev@dpdk.org
> Subject: [PATCH 0/6] add asymmetric support in crypto_octeontx2 PMD
> 
> This series adds asymmetric crypto support in 'crypto_octeontx2' PMD.
> 
> Features supported: RSA & modular exponentiation
> 
> This series has dependency on the follwing, 1.
> http://patches.dpdk.org/project/dpdk/list/?series=6176
> 2. http://patches.dpdk.org/project/dpdk/list/?series=6337
> 
> Anoob Joseph (1):
>   doc: add documentation for OCTEON TX2 crypto asym support
> 
> Kanaka Durga Kotamarthy (3):
>   crypto/octeontx2: add RSA and modexp asym capabilities
>   crypto/octeontx2: allocate memory for asymmetric operation
>   crypto/octeontx2: add asymmetric session operations
> 
> Sunila Sahu (2):
>   crypto/octeontx2: add asymmetric in enqueue/dequeue ops
>   app/test: register octeontx2 PMD to asym testsuite
> 
>  app/test/test_cryptodev_asym.c                     |  18 ++
>  doc/guides/cryptodevs/features/octeontx2.ini       |   9 +
>  doc/guides/cryptodevs/octeontx2.rst                |  13 +
>  drivers/crypto/octeontx2/otx2_cryptodev.c          |   4 +-
>  .../crypto/octeontx2/otx2_cryptodev_capabilities.c |  39 ++-
>  drivers/crypto/octeontx2/otx2_cryptodev_ops.c      | 280
> ++++++++++++++++++++-
>  drivers/crypto/octeontx2/otx2_cryptodev_ops.h      |   1 +
>  7 files changed, 349 insertions(+), 15 deletions(-)
> 
> --
> 2.7.4
Series Ack-by: Shally Verma <shallyv@marvell.com>