DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/8] add cn9k lookaside IPsec support
@ 2021-09-02 13:42 Archana Muniganti
  2021-09-02 13:42 ` [dpdk-dev] [PATCH 1/8] crypto/cnxk: add cn9k security ctx Archana Muniganti
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Archana Muniganti @ 2021-09-02 13:42 UTC (permalink / raw)
  To: gakhil; +Cc: Archana Muniganti, ktejasree, adwivedi, anoobj, jerinj, dev

This series adds lookaside IPsec support in crypto_cn9k PMD.

Depends on:
http://patches.dpdk.org/project/dpdk/list/?series=18628

Archana Muniganti (8):
  crypto/cnxk: add cn9k security ctx
  common/cnxk: add cn9k IPsec microcode defines
  crypto/cnxk: add cn9k IPsec session related functions
  crypto/cnxk: add cn9k IPsec outbound session create function
  crypto/cnxk: add cn9k IPsec inbound session create function
  crypto/cnxk: add cn9k lookaside IPsec datapath
  crypto/cnxk: update tailroom requirement
  crypto/cnxk: update feature flag for cn9k lookaside IPsec

 doc/guides/cryptodevs/cnxk.rst           |  14 +-
 doc/guides/cryptodevs/features/cn9k.ini  |   1 +
 doc/guides/rel_notes/release_21_11.rst   |   3 +
 drivers/common/cnxk/roc_cpt.h            |   1 +
 drivers/common/cnxk/roc_ie_on.h          | 158 +++++-
 drivers/crypto/cnxk/cn9k_cryptodev.c     |  11 +
 drivers/crypto/cnxk/cn9k_cryptodev_ops.c |  78 ++-
 drivers/crypto/cnxk/cn9k_ipsec.c         | 612 +++++++++++++++++++++++
 drivers/crypto/cnxk/cn9k_ipsec.h         |  46 ++
 drivers/crypto/cnxk/cn9k_ipsec_la_ops.h  |  90 ++++
 drivers/crypto/cnxk/cnxk_cryptodev.c     |   6 +-
 drivers/crypto/cnxk/cnxk_cryptodev_ops.c |   2 +-
 drivers/crypto/cnxk/cnxk_cryptodev_ops.h |   1 +
 drivers/crypto/cnxk/meson.build          |   1 +
 14 files changed, 1006 insertions(+), 18 deletions(-)
 create mode 100644 drivers/crypto/cnxk/cn9k_ipsec.c
 create mode 100644 drivers/crypto/cnxk/cn9k_ipsec.h
 create mode 100644 drivers/crypto/cnxk/cn9k_ipsec_la_ops.h

-- 
2.22.0


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

end of thread, other threads:[~2021-09-06 19:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 13:42 [dpdk-dev] [PATCH 0/8] add cn9k lookaside IPsec support Archana Muniganti
2021-09-02 13:42 ` [dpdk-dev] [PATCH 1/8] crypto/cnxk: add cn9k security ctx Archana Muniganti
2021-09-02 13:42 ` [dpdk-dev] [PATCH 2/8] common/cnxk: add cn9k IPsec microcode defines Archana Muniganti
2021-09-02 13:42 ` [dpdk-dev] [PATCH 3/8] crypto/cnxk: add cn9k IPsec session related functions Archana Muniganti
2021-09-06 19:39   ` Akhil Goyal
2021-09-02 13:42 ` [dpdk-dev] [PATCH 4/8] crypto/cnxk: add cn9k IPsec outbound session create function Archana Muniganti
2021-09-02 13:42 ` [dpdk-dev] [PATCH 5/8] crypto/cnxk: add cn9k IPsec inbound " Archana Muniganti
2021-09-02 13:42 ` [dpdk-dev] [PATCH 6/8] crypto/cnxk: add cn9k lookaside IPsec datapath Archana Muniganti
2021-09-02 13:42 ` [dpdk-dev] [PATCH 7/8] crypto/cnxk: update tailroom requirement Archana Muniganti
2021-09-02 13:42 ` [dpdk-dev] [PATCH 8/8] crypto/cnxk: update feature flag for cn9k lookaside IPsec Archana Muniganti

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