mbox series

[v3,0/2] Add AES-GCM and cipher only offload support

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

Message

Nagadheeraj Rottela Oct. 9, 2020, 5:57 a.m. UTC
  This patchset adds support for AES-GCM and cipher only offload.
---
v3:
* Fixed compilation error while compiling individual patches.

v2:
* Rebased patches to latest master and resolved merge conflict.
* Updated release notes.


Nagadheeraj Rottela (2):
  crypto/nitrox: support AES-GCM
  crypto/nitrox: support cipher only crypto operations

 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 ++++++++++++++----
 7 files changed, 409 insertions(+), 82 deletions(-)
  

Comments

Akhil Goyal Oct. 9, 2020, 12:13 p.m. UTC | #1
> This patchset adds support for AES-GCM and cipher only offload.
> ---
> v3:
> * Fixed compilation error while compiling individual patches.
> 
> v2:
> * Rebased patches to latest master and resolved merge conflict.
> * Updated release notes.
> 

Release notes should be split across the patches. I forgot to comment on prev version.

Fixed it while applying the patches.

Applied to dpdk-next-crypto

Thanks.