mbox

[0/3] Add AES-GCM and cipher only offload support

Message ID 20200724110007.41303-1-rnagadheeraj@marvell.com (mailing list archive)
Headers

Message

Nagadheeraj Rottela July 24, 2020, 11 a.m. UTC
  This patch set replaces the NITROX PMD specific test suite with generic
test suite and adds support for AES-GCM and cipher only offload.

Nagadheeraj Rottela (3):
  test/crypto: replace NITROX PMD specific test suite
  crypto/nitrox: support AES-GCM
  crypto/nitrox: support cipher only crypto operations

 app/test/test_cryptodev.c                     |  18 +-
 doc/guides/cryptodevs/features/nitrox.ini     |   3 +
 doc/guides/cryptodevs/nitrox.rst              |   6 +-
 drivers/crypto/nitrox/nitrox_sym.c            |  85 ++++-
 .../crypto/nitrox/nitrox_sym_capabilities.c   |  30 ++
 drivers/crypto/nitrox/nitrox_sym_ctx.h        |   5 +-
 drivers/crypto/nitrox/nitrox_sym_reqmgr.c     | 357 ++++++++++++++----
 7 files changed, 405 insertions(+), 99 deletions(-)