DPDK patches and discussions
 help / color / mirror / Atom feed
From: Anoob Joseph <anoobj@marvell.com>
To: Tejasree Kondoj <ktejasree@marvell.com>,
	Akhil Goyal <akhil.goyal@nxp.com>,
	Radu Nicolau <radu.nicolau@intel.com>
Cc: Tejasree Kondoj <ktejasree@marvell.com>,
	Narayana Prasad Raju Athreya <pathreya@marvell.com>,
	Vamsi Krishna Attunuru <vattunuru@marvell.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v3 0/8] add OCTEON TX2 lookaside IPsec support
Date: Thu, 16 Jul 2020 08:13:47 +0000	[thread overview]
Message-ID: <MN2PR18MB28773441002E05096F460C08DF7F0@MN2PR18MB2877.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20200716083931.29092-1-ktejasree@marvell.com>

> This series adds lookaside IPsec support in OCTEON TX2 PMD.
> 
> Features supported:
> * IPv4
> * ESP
> * Tunnel mode
> * AES-128/192/256-GCM
> 
> v3:
> * Fixed PMD documentation and release notes updates
> * Squashed enqueue and dequeue patches
> * Removed unused code
> 
> v2:
> * Updated PMD documentation and release notes
> * Moved capabilities initialization into probe
> * Added patch description to all patches
> * Renamed few structures and macros
> * Cosmetics and code style fixes
> 
> Tejasree Kondoj (5):
>   crypto/octeontx2: move capabilities initialization into probe
>   net/octeontx2: move otx2_sec_session struct to otx2_security.h
>   crypto/octeontx2: add lookaside SA context definitions
>   crypto/octeontx2: add cryptodev sec registration
>   crypto/octeontx2: add cryptodev sec capabilities
> 
> Vamsi Attunuru (3):
>   crypto/octeontx2: add cryptodev sec misc callbacks
>   crypto/octeontx2: add cryptodev sec session create
>   crypto/octeontx2: add cryptodev sec enqueue and dequeue routines
> 
>  doc/guides/cryptodevs/features/octeontx2.ini  |   1 +
>  doc/guides/cryptodevs/octeontx2.rst           |  21 +
>  doc/guides/rel_notes/release_20_08.rst        |   5 +
>  drivers/crypto/octeontx2/Makefile             |   1 +
>  drivers/crypto/octeontx2/meson.build          |   3 +-
>  drivers/crypto/octeontx2/otx2_cryptodev.c     |  15 +-
>  drivers/crypto/octeontx2/otx2_cryptodev.h     |   8 +
>  .../octeontx2/otx2_cryptodev_capabilities.c   | 110 +++-
>  .../octeontx2/otx2_cryptodev_capabilities.h   |  21 +-
>  drivers/crypto/octeontx2/otx2_cryptodev_ops.c |  75 ++-
> drivers/crypto/octeontx2/otx2_cryptodev_sec.c | 540
> ++++++++++++++++++  drivers/crypto/octeontx2/otx2_cryptodev_sec.h |
> 64 +++
>  drivers/crypto/octeontx2/otx2_ipsec_po.h      | 413 ++++++++++++++
>  drivers/crypto/octeontx2/otx2_ipsec_po_ops.h  | 175 ++++++
>  drivers/crypto/octeontx2/otx2_security.h      |  31 +
>  drivers/net/octeontx2/otx2_ethdev_sec.c       |  24 +-
>  drivers/net/octeontx2/otx2_ethdev_sec.h       |  11 +-
>  drivers/net/octeontx2/otx2_ethdev_sec_tx.h    |   1 +
>  18 files changed, 1485 insertions(+), 34 deletions(-)  create mode 100644
> drivers/crypto/octeontx2/otx2_cryptodev_sec.c
>  create mode 100644 drivers/crypto/octeontx2/otx2_cryptodev_sec.h
>  create mode 100644 drivers/crypto/octeontx2/otx2_ipsec_po.h
>  create mode 100644 drivers/crypto/octeontx2/otx2_ipsec_po_ops.h
>  create mode 100644 drivers/crypto/octeontx2/otx2_security.h
> 

Series Acked-by: Anoob Joseph <anoobj@marvell.com>

  reply	other threads:[~2020-07-16  8:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-16  8:39 Tejasree Kondoj
2020-07-16  8:13 ` Anoob Joseph [this message]
2020-07-16 16:32   ` Akhil Goyal
2020-07-16  8:39 ` [dpdk-dev] [PATCH v3 1/8] crypto/octeontx2: move capabilities initialization into probe Tejasree Kondoj
2020-07-16  8:39 ` [dpdk-dev] [PATCH v3 2/8] net/octeontx2: move otx2_sec_session struct to otx2_security.h Tejasree Kondoj
2020-07-16  8:39 ` [dpdk-dev] [PATCH v3 3/8] crypto/octeontx2: add lookaside SA context definitions Tejasree Kondoj
2020-07-16  8:39 ` [dpdk-dev] [PATCH v3 4/8] crypto/octeontx2: add cryptodev sec registration Tejasree Kondoj
2020-07-16  8:39 ` [dpdk-dev] [PATCH v3 5/8] crypto/octeontx2: add cryptodev sec capabilities Tejasree Kondoj
2020-07-16  8:39 ` [dpdk-dev] [PATCH v3 6/8] crypto/octeontx2: add cryptodev sec misc callbacks Tejasree Kondoj
2020-07-16  8:39 ` [dpdk-dev] [PATCH v3 7/8] crypto/octeontx2: add cryptodev sec session create Tejasree Kondoj
2020-07-16  8:39 ` [dpdk-dev] [PATCH v3 8/8] crypto/octeontx2: add cryptodev sec enqueue and dequeue routines Tejasree Kondoj
2020-07-20 12:02   ` Ferruh Yigit
2020-07-20 17:20     ` [dpdk-dev] [EXT] " Tejasree Kondoj
2020-07-20 18:13       ` Ferruh Yigit

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=MN2PR18MB28773441002E05096F460C08DF7F0@MN2PR18MB2877.namprd18.prod.outlook.com \
    --to=anoobj@marvell.com \
    --cc=akhil.goyal@nxp.com \
    --cc=dev@dpdk.org \
    --cc=ktejasree@marvell.com \
    --cc=pathreya@marvell.com \
    --cc=radu.nicolau@intel.com \
    --cc=vattunuru@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).