DPDK patches and discussions
 help / color / mirror / Atom feed
From: Akhil Goyal <gakhil@marvell.com>
To: Tejasree Kondoj <ktejasree@marvell.com>,
	Radu Nicolau <radu.nicolau@intel.com>
Cc: Tejasree Kondoj <ktejasree@marvell.com>,
	Anoob Joseph <anoobj@marvell.com>,
	Ankur Dwivedi <adwivedi@marvell.com>,
	Jerin Jacob Kollanukkaran <jerinj@marvell.com>,
	Konstantin Ananyev <konstantin.ananyev@intel.com>,
	Olivier Matz <olivier.matz@6wind.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v4 0/3] add lookaside IPsec UDP encapsulation and transport mode
Date: Fri, 16 Apr 2021 09:55:25 +0000	[thread overview]
Message-ID: <MW2PR18MB228465F414A8E6BD3EC7D5AAD84C9@MW2PR18MB2284.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20210415072205.1439-1-ktejasree@marvell.com>

> 
> This series adds lookaside IPsec UDP encapsulation and
> transport mode support.
> The functionality has been tested with ipsec-secgw application
> running in lookaside protocol offload mode.
> 
> v4:
> * Fixed ESP_IN_UDP macro and moved it to ipsec-secgw application
> 
> v3:
> * Supported UDP encapsulation for IPv6 packets
> * Fixed if condition
> 
> v2:
> * Supported per SA UDP encapsulation in ipsec-secgw
> * Added new packet type for UDP-ESP packets in mbuf
> 
> Tejasree Kondoj (3):
>   crypto/octeontx2: add UDP encapsulation support
>   examples/ipsec-secgw: add UDP encapsulation support
>   crypto/octeontx2: support lookaside IPv4 transport mode
> 
>  doc/guides/cryptodevs/octeontx2.rst           |   2 +
>  doc/guides/rel_notes/release_21_05.rst        |   9 ++
>  doc/guides/sample_app_ug/ipsec_secgw.rst      |  15 +-
>  drivers/crypto/octeontx2/otx2_cryptodev_ops.c |   7 +-
>  drivers/crypto/octeontx2/otx2_cryptodev_sec.c | 145 +++++++++---------
>  drivers/crypto/octeontx2/otx2_cryptodev_sec.h |   4 +-
>  drivers/crypto/octeontx2/otx2_ipsec_po.h      |   6 +
>  drivers/crypto/octeontx2/otx2_ipsec_po_ops.h  |   8 +-
>  examples/ipsec-secgw/ipsec-secgw.c            |  49 +++++-
>  examples/ipsec-secgw/ipsec-secgw.h            |   3 +
>  examples/ipsec-secgw/ipsec.c                  |  10 ++
>  examples/ipsec-secgw/ipsec.h                  |   2 +
>  examples/ipsec-secgw/sa.c                     |  18 +++
>  examples/ipsec-secgw/sad.h                    |   7 +-
>  14 files changed, 195 insertions(+), 90 deletions(-)
Applied to dpdk-next-crypto

Thanks.

      parent reply	other threads:[~2021-04-16  9:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-15  7:22 Tejasree Kondoj
2021-04-15  7:22 ` [dpdk-dev] [PATCH v4 1/3] crypto/octeontx2: add UDP encapsulation support Tejasree Kondoj
2021-04-15  7:22 ` [dpdk-dev] [PATCH v4 2/3] examples/ipsec-secgw: " Tejasree Kondoj
2021-04-15  9:22   ` Ananyev, Konstantin
2021-04-29  9:15   ` Medvedkin, Vladimir
2021-04-15  7:22 ` [dpdk-dev] [PATCH v4 3/3] crypto/octeontx2: support lookaside IPv4 transport mode Tejasree Kondoj
2021-04-16  9:55 ` 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=MW2PR18MB228465F414A8E6BD3EC7D5AAD84C9@MW2PR18MB2284.namprd18.prod.outlook.com \
    --to=gakhil@marvell.com \
    --cc=adwivedi@marvell.com \
    --cc=anoobj@marvell.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=konstantin.ananyev@intel.com \
    --cc=ktejasree@marvell.com \
    --cc=olivier.matz@6wind.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).