DPDK patches and discussions
 help / color / mirror / Atom feed
From: Archana Muniganti <marchana@marvell.com>
To: <gakhil@marvell.com>
Cc: Archana Muniganti <marchana@marvell.com>, <ktejasree@marvell.com>,
	<adwivedi@marvell.com>, <anoobj@marvell.com>, <dev@dpdk.org>
Subject: [dpdk-dev] [PATCH 0/6] add cnxk lookaside IPsec additional features
Date: Thu, 28 Oct 2021 22:22:22 +0530	[thread overview]
Message-ID: <20211028165228.14603-1-marchana@marvell.com> (raw)

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

-- 
2.22.0


             reply	other threads:[~2021-10-28 16:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-28 16:52 Archana Muniganti [this message]
2021-10-28 16:52 ` [dpdk-dev] [PATCH 1/6] common/cnxk: add null auth with IPsec Archana Muniganti
2021-10-28 16:52 ` [dpdk-dev] [PATCH 2/6] crypto/cnxk: add null auth Archana Muniganti
2021-10-28 16:52 ` [dpdk-dev] [PATCH 3/6] crypto/cnxk: add cn9k ESN and anti-replay support Archana Muniganti
2021-10-28 16:52 ` [dpdk-dev] [PATCH 4/6] doc/guides: update feature list supported with cn9k Archana Muniganti
2021-10-28 16:52 ` [dpdk-dev] [PATCH 5/6] crypto/cnxk: update auth key size Archana Muniganti
2021-10-28 16:52 ` [dpdk-dev] [PATCH 6/6] crypto/cnxk: support IPv6 mixed tunnel mode Archana Muniganti
2021-10-29  4:54 ` [dpdk-dev] [PATCH 0/6] add cnxk lookaside IPsec additional features Anoob Joseph
2021-10-31 21:21   ` Akhil Goyal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211028165228.14603-1-marchana@marvell.com \
    --to=marchana@marvell.com \
    --cc=adwivedi@marvell.com \
    --cc=anoobj@marvell.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=ktejasree@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).