DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/6] add cnxk lookaside IPsec additional features
@ 2021-10-28 16:52 Archana Muniganti
  2021-10-28 16:52 ` [dpdk-dev] [PATCH 1/6] common/cnxk: add null auth with IPsec Archana Muniganti
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Archana Muniganti @ 2021-10-28 16:52 UTC (permalink / raw)
  To: gakhil; +Cc: Archana Muniganti, ktejasree, adwivedi, anoobj, dev

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-10-31 21:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-28 16:52 [dpdk-dev] [PATCH 0/6] add cnxk lookaside IPsec additional features Archana Muniganti
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

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