> -----Original Message-----
> From: Anoob Joseph <ano...@marvell.com>
> Sent: Monday, September 9, 2019 8:57 PM
> To: Akhil Goyal <akhil.go...@nxp.com>; Pablo de Lara
> <pablo.de.lara.gua...@intel.com>; Thomas Monjalon
> <tho...@monjalon.net>
> Cc: Anoob Joseph <ano...@marvell.com>; Jerin Jacob Kollanukkaran
> <jer...@marvell.com>; Narayana Prasad Raju Athreya
> <pathr...@marvell.com>; Fiona Trahe <fiona.tr...@intel.com>; Kanaka
> Durga Kotamarthy <kkotamar...@marvell.com>; Shally Verma
> <shal...@marvell.com>; Sunila Sahu <ss...@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 <shal...@marvell.com>