[dpdk-dev] [PATCH v2 0/3] Add AES-GCM and cipher only offload support

Nagadheeraj Rottela rnagadheeraj at marvell.com
Thu Sep 24 15:04:11 CEST 2020


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

-- 
2.20.1



More information about the dev mailing list