From: Anoob Joseph <anoobj@marvell.com>
To: Akhil Goyal <gakhil@marvell.com>, Jerin Jacob <jerinj@marvell.com>
Cc: Anoob Joseph <anoobj@marvell.com>,
Archana Muniganti <marchana@marvell.com>,
Tejasree Kondoj <ktejasree@marvell.com>, <dev@dpdk.org>
Subject: [PATCH 0/5] Fixes and improvements to cnxk crypto PMDs
Date: Mon, 25 Apr 2022 11:08:20 +0530 [thread overview]
Message-ID: <1650865105-66-1-git-send-email-anoobj@marvell.com> (raw)
Add AES-GMAC and AH mode support in CN9K and CN10K crypto PMDs. Also use
a timeout for SA CTX write operations.
Anoob Joseph (3):
crypto/cnxk: remove redundant return
common/cnxk: add timeout for ctx write operation
crypto/cnxk: use set ctx operation for session destroy
Archana Muniganti (2):
crypto/cnxk: support AH mode
crypto/cnxk: support AES-GMAC
doc/guides/cryptodevs/cnxk.rst | 4 +
doc/guides/rel_notes/release_22_07.rst | 5 +
drivers/common/cnxk/cnxk_security.c | 69 +++++++------
drivers/common/cnxk/roc_cpt.c | 31 ++++--
drivers/common/cnxk/roc_platform.h | 7 +-
drivers/crypto/cnxk/cn10k_ipsec.c | 49 ++++++++--
drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 3 +-
drivers/crypto/cnxk/cn9k_ipsec.c | 112 ++++++++++++++--------
drivers/crypto/cnxk/cnxk_cryptodev.h | 4 +-
drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 69 +++++++++++++
drivers/crypto/cnxk/cnxk_ipsec.h | 76 +++++++++++----
drivers/crypto/cnxk/cnxk_se.h | 13 +--
12 files changed, 320 insertions(+), 122 deletions(-)
--
2.7.4
next reply other threads:[~2022-04-25 5:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-25 5:38 Anoob Joseph [this message]
2022-04-25 5:38 ` [PATCH 1/5] crypto/cnxk: support AH mode Anoob Joseph
2022-04-25 5:38 ` [PATCH 2/5] crypto/cnxk: support AES-GMAC Anoob Joseph
2022-04-28 8:30 ` Akhil Goyal
2022-04-28 8:34 ` Anoob Joseph
2022-04-28 9:50 ` Akhil Goyal
2022-04-25 5:38 ` [PATCH 3/5] crypto/cnxk: remove redundant return Anoob Joseph
2022-04-25 5:38 ` [PATCH 4/5] common/cnxk: add timeout for ctx write operation Anoob Joseph
2022-04-25 5:38 ` [PATCH 5/5] crypto/cnxk: use set ctx operation for session destroy Anoob Joseph
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=1650865105-66-1-git-send-email-anoobj@marvell.com \
--to=anoobj@marvell.com \
--cc=dev@dpdk.org \
--cc=gakhil@marvell.com \
--cc=jerinj@marvell.com \
--cc=ktejasree@marvell.com \
--cc=marchana@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).