mbox

[0/6] add asymmetric support in crypto_octeontx2 PMD

Message ID 1568042799-25982-1-git-send-email-anoobj@marvell.com (mailing list archive)
Headers

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(-)