mbox series

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

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

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

Comments

Akhil Goyal July 26, 2020, 6:57 p.m. UTC | #1
> Subject: [PATCH 0/3] Add AES-GCM and cipher only offload support
> 
> This patch set replaces the NITROX PMD specific test suite with generic
> test suite and adds support for AES-GCM and cipher only offload.
> 
I hope this series is for next release cycle.
From next time, please mention 20.11 in subject while 20.08 release cycle is still in progress.
  
Nagadheeraj Rottela July 28, 2020, 6:41 a.m. UTC | #2
> -----Original Message-----
> From: Akhil Goyal <akhil.goyal@nxp.com>
> Sent: Monday, July 27, 2020 12:28 AM
> To: Nagadheeraj Rottela <rnagadheeraj@marvell.com>
> Cc: dev@dpdk.org; Srikanth Jampala <jsrikanth@marvell.com>
> Subject: [EXT] RE: [PATCH 0/3] Add AES-GCM and cipher only offload support
> 
> External Email
> 
> ----------------------------------------------------------------------
> > Subject: [PATCH 0/3] Add AES-GCM and cipher only offload support
> >
> > This patch set replaces the NITROX PMD specific test suite with
> > generic test suite and adds support for AES-GCM and cipher only offload.
> >
> I hope this series is for next release cycle.
> From next time, please mention 20.11 in subject while 20.08 release cycle is
> still in progress.
Sure, I will comply with this from the next time.