DPDK patches and discussions
 help / color / mirror / Atom feed
From: Akhil Goyal <gakhil@marvell.com>
To: Konstantin Ananyev <konstantin.ananyev@huawei.com>,
	Aakash Sasidharan <asasidharan@marvell.com>,
	Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>,
	Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Cc: Jerin Jacob <jerinj@marvell.com>,
	Anoob Joseph <anoobj@marvell.com>,
	Vidya Sagar Velumuri <vvelumuri@marvell.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: RE: [PATCH v4 1/2] ipsec: allow stateless IPsec processing
Date: Wed, 9 Oct 2024 20:08:00 +0000	[thread overview]
Message-ID: <CO6PR18MB44844ED6D2A15B0E6624F5C8D87F2@CO6PR18MB4484.namprd18.prod.outlook.com> (raw)
In-Reply-To: <4d3941636833415592e8b34ada98de1b@huawei.com>

> 
> 
> > Introduce stateless packet preparation API for IPsec
> > processing. The new API would allow preparation of IPsec
> > packets without altering the internal state of an IPsec
> > session.
> >
> > For outbound IPsec processing, the change enables user to
> > provide sequence number to be used for the IPsec operation.
> >
> > Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com>
> > ---
> >  doc/guides/prog_guide/ipsec_lib.rst    |   6 ++
> >  doc/guides/rel_notes/release_24_11.rst |   6 ++
> >  lib/ipsec/esp_outb.c                   | 101 +++++++++++++++++--------
> >  lib/ipsec/rte_ipsec.h                  |  84 ++++++++++++++++++++
> >  lib/ipsec/sa.c                         |   4 +-
> >  lib/ipsec/sa.h                         |   8 ++
> >  6 files changed, 176 insertions(+), 33 deletions(-)
> >
> > --
> 
> Acked-by: Konstantin Ananyev <konstantin.ananyev@huawei.com>
Series Acked-by: Akhil Goyal <gakhil@marvell.com>

Applied to dpdk-next-crypto
Thanks.

Removed associated deprecation notice.

      reply	other threads:[~2024-10-09 20:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 10:25 [PATCH] " Aakash Sasidharan
2024-09-08 11:57 ` [PATCH v2] " Aakash Sasidharan
2024-09-17 17:13   ` Konstantin Ananyev
2024-09-20  2:12     ` Aakash Sasidharan
2024-09-20  5:53       ` Aakash Sasidharan
2024-09-25 11:59         ` Aakash Sasidharan
2024-10-03 13:45   ` [PATCH v3 1/2] " Aakash Sasidharan
2024-10-03 13:45     ` [PATCH v3 2/2] test/ipsec: add unit test for stateless processing Aakash Sasidharan
2024-10-04  6:34     ` [PATCH v4 1/2] ipsec: allow stateless IPsec processing Aakash Sasidharan
2024-10-04  6:34       ` [PATCH v4 2/2] test/ipsec: add unit test for stateless processing Aakash Sasidharan
2024-10-09 15:24       ` [PATCH v4 1/2] ipsec: allow stateless IPsec processing Akhil Goyal
2024-10-09 18:11       ` Konstantin Ananyev
2024-10-09 20:08         ` Akhil Goyal [this message]

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=CO6PR18MB44844ED6D2A15B0E6624F5C8D87F2@CO6PR18MB4484.namprd18.prod.outlook.com \
    --to=gakhil@marvell.com \
    --cc=anoobj@marvell.com \
    --cc=asasidharan@marvell.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=konstantin.ananyev@huawei.com \
    --cc=konstantin.v.ananyev@yandex.ru \
    --cc=vladimir.medvedkin@intel.com \
    --cc=vvelumuri@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).