From: Ankur Dwivedi <adwivedi@marvell.com>
To: <dev@dpdk.org>
Cc: <jerinj@marvell.com>, <akhil.goyal@nxp.com>,
<radu.nicolau@intel.com>, <anoobj@marvell.com>,
Ankur Dwivedi <adwivedi@marvell.com>
Subject: [dpdk-dev] [PATCH v2 0/2] add anti replay support in OCTEON TX2 security
Date: Fri, 18 Sep 2020 16:39:41 +0530 [thread overview]
Message-ID: <20200918110943.14553-1-adwivedi@marvell.com> (raw)
In-Reply-To: <20200903111836.6864-1-adwivedi@marvell.com>
Support for anti replay is added in OCTEON TX2 security PMD.
The functionality has been tested with ipsec-secgw application running
in inline protocol offload mode.
v2:
* In the "net/octeontx2: add replay check for inline inbound packets"
patch, few local variables are explicitly initialized to zero which
is not required. So removing the initialization in v2.
Ankur Dwivedi (2):
net/octeontx2: add anti replay support in security session
net/octeontx2: add replay check for inline inbound packets
.../crypto/octeontx2/otx2_ipsec_anti_replay.h | 208 ++++++++++++++++++
drivers/crypto/octeontx2/otx2_ipsec_fp.h | 29 ++-
drivers/crypto/octeontx2/otx2_security.h | 3 +
drivers/net/octeontx2/otx2_ethdev_sec.c | 42 ++++
drivers/net/octeontx2/otx2_rx.h | 7 +
5 files changed, 286 insertions(+), 3 deletions(-)
create mode 100644 drivers/crypto/octeontx2/otx2_ipsec_anti_replay.h
--
2.28.0
next prev parent reply other threads:[~2020-09-18 11:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-03 11:18 [dpdk-dev] [PATCH " Ankur Dwivedi
2020-09-03 11:18 ` [dpdk-dev] [PATCH 1/2] net/octeontx2: add anti replay support in security session Ankur Dwivedi
2020-09-03 11:18 ` [dpdk-dev] [PATCH 2/2] net/octeontx2: add replay check for inline inbound packets Ankur Dwivedi
2020-09-18 4:31 ` [dpdk-dev] [PATCH 0/2] add anti replay support in OCTEON TX2 security Anoob Joseph
2020-09-27 12:31 ` Jerin Jacob
2020-09-18 11:09 ` Ankur Dwivedi [this message]
2020-09-18 11:09 ` [dpdk-dev] [PATCH v2 1/2] net/octeontx2: add anti replay support in security session Ankur Dwivedi
2020-09-18 11:09 ` [dpdk-dev] [PATCH v2 2/2] net/octeontx2: add replay check for inline inbound packets Ankur Dwivedi
2020-10-09 13:46 ` [dpdk-dev] [PATCH v2 0/2] add anti replay support in OCTEON TX2 security Ankur Dwivedi
2020-10-09 14:50 ` Ankur Dwivedi
2020-10-09 14:54 ` Akhil Goyal
2020-10-09 15:13 ` Ankur Dwivedi
2020-10-09 18:54 ` 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=20200918110943.14553-1-adwivedi@marvell.com \
--to=adwivedi@marvell.com \
--cc=akhil.goyal@nxp.com \
--cc=anoobj@marvell.com \
--cc=dev@dpdk.org \
--cc=jerinj@marvell.com \
--cc=radu.nicolau@intel.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).