DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>
To: "Zhang, Roy Fan" <roy.fan.zhang@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2 0/7] pipeline: add symmetric crypto to action
Date: Mon, 1 Oct 2018 17:26:54 +0000	[thread overview]
Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7D0862@IRSMSX107.ger.corp.intel.com> (raw)
In-Reply-To: <20180928122615.48390-1-roy.fan.zhang@intel.com>



> -----Original Message-----
> From: Zhang, Roy Fan
> Sent: Friday, September 28, 2018 1:26 PM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>
> Subject: [PATCH v2 0/7] pipeline: add symmetric crypto to action
> 
> This patchset creates an abstraction layer of DPDK Cryptodev to the pipeline
> library to enable its symmetric cryptographic capability. The ip_pipeline
> sample application is updated accordingly.
> 
> v2:
> - Fixed bugs.
> - Updated data structure.
> - Updated IP-pipeline sample application.
> 
> Zhang, Roy Fan (7):
>   pipeline: add symmetric crypto to action
>   examples/ip_pipeline: add cryptodev
>   examples/ip_pipeline: configure crypto port
>   examples/ip_pipeline: add symmetric crypto action
>   examples/ip_pipeline: update cli parsing
>   examples/ip_pipeline: add script
>   doc: update action documentation
> 
>  doc/guides/prog_guide/packet_framework.rst    |  11 +-
>  doc/guides/sample_app_ug/ip_pipeline.rst      |  23 +
>  examples/ip_pipeline/Makefile                 |   1 +
>  examples/ip_pipeline/action.c                 |  11 +
>  examples/ip_pipeline/action.h                 |   1 +
>  examples/ip_pipeline/cli.c                    | 577 +++++++++++++++++++++++++-
>  examples/ip_pipeline/cryptodev.c              | 117 ++++++
>  examples/ip_pipeline/cryptodev.h              |  43 ++
>  examples/ip_pipeline/examples/flow_crypto.cli |  58 +++
>  examples/ip_pipeline/main.c                   |   9 +
>  examples/ip_pipeline/meson.build              |   3 +-
>  examples/ip_pipeline/pipeline.c               |  60 +++
>  examples/ip_pipeline/pipeline.h               |  14 +
>  examples/ip_pipeline/thread.c                 |  10 +
>  lib/librte_pipeline/Makefile                  |   2 +-
>  lib/librte_pipeline/meson.build               |   2 +-
>  lib/librte_pipeline/rte_pipeline_version.map  |   1 +
>  lib/librte_pipeline/rte_table_action.c        | 503 +++++++++++++++++++++-
>  lib/librte_pipeline/rte_table_action.h        | 104 +++++
>  19 files changed, 1543 insertions(+), 7 deletions(-)
>  create mode 100644 examples/ip_pipeline/cryptodev.c
>  create mode 100644 examples/ip_pipeline/cryptodev.h
>  create mode 100644 examples/ip_pipeline/examples/flow_crypto.cli
> 
> --
> 2.13.6

Series applied to next-pipeline tree, thanks!

      parent reply	other threads:[~2018-10-01 17:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-28  8:19 [dpdk-dev] [PATCH] pipeline: add symmetric crypto to table action Zhang, Roy Fan
2018-09-28 12:26 ` [dpdk-dev] [PATCH v2 0/7] pipeline: add symmetric crypto to action Fan Zhang
2018-09-28 12:26   ` [dpdk-dev] [PATCH v2 1/7] " Fan Zhang
2018-09-28 12:26   ` [dpdk-dev] [PATCH v2 2/7] examples/ip_pipeline: add cryptodev Fan Zhang
2018-09-28 12:26   ` [dpdk-dev] [PATCH v2 3/7] examples/ip_pipeline: configure crypto port Fan Zhang
2018-09-28 12:26   ` [dpdk-dev] [PATCH v2 4/7] examples/ip_pipeline: add symmetric crypto action Fan Zhang
2018-09-28 12:26   ` [dpdk-dev] [PATCH v2 5/7] examples/ip_pipeline: update cli parsing Fan Zhang
2018-09-28 12:26   ` [dpdk-dev] [PATCH v2 6/7] examples/ip_pipeline: add script Fan Zhang
2018-09-28 12:26   ` [dpdk-dev] [PATCH v2 7/7] doc: update action documentation Fan Zhang
2018-10-01 17:26   ` Dumitrescu, Cristian [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=3EB4FA525960D640B5BDFFD6A3D891268E7D0862@IRSMSX107.ger.corp.intel.com \
    --to=cristian.dumitrescu@intel.com \
    --cc=dev@dpdk.org \
    --cc=roy.fan.zhang@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).