mbox series

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

Message ID 20200924130414.59881-1-rnagadheeraj@marvell.com (mailing list archive)
Headers
Series Add AES-GCM and cipher only offload support |

Message

Nagadheeraj Rottela Sept. 24, 2020, 1:04 p.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.
---
v2:
* Rebased patches to latest master and resolved merge conflict.
* Updated release notes.

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 +-
 doc/guides/rel_notes/release_20_11.rst        |   5 +
 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 ++++++++++++++----
 8 files changed, 410 insertions(+), 99 deletions(-)