All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ankur Dwivedi <adwivedi@marvell.com>
To: Ankur Dwivedi <adwivedi@marvell.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>,
	"akhil.goyal@nxp.com" <akhil.goyal@nxp.com>,
	"radu.nicolau@intel.com" <radu.nicolau@intel.com>,
	Anoob Joseph <anoobj@marvell.com>
Subject: Re: [dpdk-dev] [PATCH v2 0/2] add anti replay support in OCTEON TX2 security
Date: Fri, 9 Oct 2020 13:46:50 +0000	[thread overview]
Message-ID: <DM5PR1801MB1884976E56B06283FDA8B361DD080@DM5PR1801MB1884.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20200918110943.14553-1-adwivedi@marvell.com>

Hi Akhil,

Please let me know if you have any review comments on this patch series.

Thanks
Ankur

>-----Original Message-----
>From: Ankur Dwivedi <adwivedi@marvell.com>
>Sent: Friday, September 18, 2020 4:40 PM
>To: dev@dpdk.org
>Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; akhil.goyal@nxp.com;
>radu.nicolau@intel.com; Anoob Joseph <anoobj@marvell.com>; Ankur
>Dwivedi <adwivedi@marvell.com>
>Subject: [PATCH v2 0/2] add anti replay support in OCTEON TX2 security
>
>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


  parent reply	other threads:[~2020-10-09 13:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 11:18 [dpdk-dev] [PATCH 0/2] add anti replay support in OCTEON TX2 security 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 ` [dpdk-dev] [PATCH v2 " Ankur Dwivedi
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   ` Ankur Dwivedi [this message]
2020-10-09 14:50     ` [dpdk-dev] [PATCH v2 0/2] add anti replay support in OCTEON TX2 security 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=DM5PR1801MB1884976E56B06283FDA8B361DD080@DM5PR1801MB1884.namprd18.prod.outlook.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.