mbox series

[0/6] add cnxk lookaside IPsec additional features

Message ID 20211028165228.14603-1-marchana@marvell.com (mailing list archive)
Headers
Series add cnxk lookaside IPsec additional features |

Message

Archana Muniganti Oct. 28, 2021, 4:52 p.m. UTC
  This series covers additional features, key length update and
feature list update.
* For cn10k, AES-CBC NULL auth support is added.
* For cn9k, ESN and Anti-replay support is added. Along with
  feature addition, key length and supported features list update
  is added.

Anoob Joseph (2):
  common/cnxk: add null auth with IPsec
  crypto/cnxk: add null auth

Archana Muniganti (4):
  crypto/cnxk: add cn9k ESN and anti-replay support
  doc/guides: update feature list supported with cn9k
  crypto/cnxk: update auth key size
  crypto/cnxk: support IPv6 mixed tunnel mode

 doc/guides/cryptodevs/cnxk.rst                |  7 +++
 doc/guides/rel_notes/release_21_11.rst        |  2 +
 drivers/common/cnxk/cnxk_security.c           | 18 +++---
 drivers/common/cnxk/cnxk_security_ar.h        | 21 +++++++
 drivers/crypto/cnxk/cn9k_ipsec.c              | 27 ++++++++-
 drivers/crypto/cnxk/cn9k_ipsec.h              |  5 ++
 drivers/crypto/cnxk/cn9k_ipsec_la_ops.h       | 58 +++++++++++++++++++
 .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 46 +++++++++++++++
 drivers/crypto/cnxk/cnxk_ipsec.h              |  3 +
 9 files changed, 176 insertions(+), 11 deletions(-)
  

Comments

Anoob Joseph Oct. 29, 2021, 4:54 a.m. UTC | #1
> Subject: [PATCH 0/6] add cnxk lookaside IPsec additional features
> 
> This series covers additional features, key length update and feature list
> update.
> * For cn10k, AES-CBC NULL auth support is added.
> * For cn9k, ESN and Anti-replay support is added. Along with
>   feature addition, key length and supported features list update
>   is added.
> 
> Anoob Joseph (2):
>   common/cnxk: add null auth with IPsec
>   crypto/cnxk: add null auth
> 
> Archana Muniganti (4):
>   crypto/cnxk: add cn9k ESN and anti-replay support
>   doc/guides: update feature list supported with cn9k
>   crypto/cnxk: update auth key size
>   crypto/cnxk: support IPv6 mixed tunnel mode
> 

Series Acked-by: Anoob Joseph <anoobj@marvell.com>
  
Akhil Goyal Oct. 31, 2021, 9:21 p.m. UTC | #2
> > Subject: [PATCH 0/6] add cnxk lookaside IPsec additional features
> >
> > This series covers additional features, key length update and feature list
> > update.
> > * For cn10k, AES-CBC NULL auth support is added.
> > * For cn9k, ESN and Anti-replay support is added. Along with
> >   feature addition, key length and supported features list update
> >   is added.
> >
> > Anoob Joseph (2):
> >   common/cnxk: add null auth with IPsec
> >   crypto/cnxk: add null auth
> >
> > Archana Muniganti (4):
> >   crypto/cnxk: add cn9k ESN and anti-replay support
> >   doc/guides: update feature list supported with cn9k
> >   crypto/cnxk: update auth key size
> >   crypto/cnxk: support IPv6 mixed tunnel mode
> >
> 
> Series Acked-by: Anoob Joseph <anoobj@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto

Thanks.