DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Jain, Deepak K" <deepak.k.jain@intel.com>
To: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2] null_crypto_pmd: PMD to support null crypto	operations
Date: Thu, 10 Mar 2016 16:49:01 +0000	[thread overview]
Message-ID: <A09C9DDE180C7E429EC68E2BFB95C903392F464C@IRSMSX107.ger.corp.intel.com> (raw)
In-Reply-To: <1457628391-29996-1-git-send-email-pablo.de.lara.guarch@intel.com>



-----Original Message-----
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
Sent: Thursday, March 10, 2016 4:47 PM
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v2] null_crypto_pmd: PMD to support null crypto operations

From: Declan Doherty <declan.doherty@intel.com>

This patch provides the implementation of a NULL crypto PMD, which supports NULL cipher and NULL authentication operations, which can be chained together as follows:

- Authentication Only
- Cipher Only
- Authentication then Cipher
- Cipher then Authentication

As this is a NULL operation device the crypto operations which are submitted for processing are not actually modified and are stored in a queue pairs processed packets ring ready for collection when rte_cryptodev_burst_dequeue() is called.

The patch also contains the related unit tests function to test the PMDs supported operations.

Signed-off-by: Declan Doherty <declan.doherty@intel.com>
---

This patch depends on "AES GCM,	AES CMAC fixes and addition of GCM tests for QAT" patchset
(http://dpdk.org/ml/archives/dev/2016-March/034974.html)

Changes in v2:
- Rebased to include Cryptodev API changes
--
2.5.0

Acked-by: Deepak Kumar JAIN<deepak.k.jain@intel.com>

  reply	other threads:[~2016-03-10 16:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-31 20:48 [dpdk-dev] [PATCH] " Declan Doherty
2016-03-10 16:46 ` [dpdk-dev] [PATCH v2] " Pablo de Lara
2016-03-10 16:49   ` Jain, Deepak K [this message]
2016-03-11  0:39   ` De Lara Guarch, Pablo
2016-03-11  0:43   ` [dpdk-dev] [PATCH v3] " Pablo de Lara
2016-03-11  0:45     ` De Lara Guarch, Pablo
2016-03-11  0:50     ` [dpdk-dev] [PATCH v4] " Pablo de Lara
2016-03-11  0:56       ` Thomas Monjalon
2016-03-11  1:05         ` De Lara Guarch, Pablo
2016-03-11  1:04       ` [dpdk-dev] [PATCH v5] " Pablo de Lara
2016-03-11  1:15         ` Thomas Monjalon

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=A09C9DDE180C7E429EC68E2BFB95C903392F464C@IRSMSX107.ger.corp.intel.com \
    --to=deepak.k.jain@intel.com \
    --cc=dev@dpdk.org \
    --cc=pablo.de.lara.guarch@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).