DPDK patches and discussions
 help / color / mirror / Atom feed
From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@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] aesni_gcm: PMD to support AES_GCM crypto	operations
Date: Tue, 8 Mar 2016 11:22:35 +0000	[thread overview]
Message-ID: <E115CCD9D858EF4F90C690B0DCB4D8973C8C4F66@IRSMSX108.ger.corp.intel.com> (raw)
In-Reply-To: <1457431768-27470-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: Tuesday, March 08, 2016 10:09 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2] aesni_gcm: PMD to support AES_GCM crypto
> operations
> 
> From: Declan Doherty <declan.doherty@intel.com>
> 
> This patch provides the implementation of an AES-NI accelerated crypto PMD
> which is dependent on Intel's multi-buffer library, see the white paper
> "Fast Multi-buffer IPsec Implementations on Intel®  Architecture  Processors"
> 
> This PMD supports AES_GCM authenticated encryption and authenticated
> decryption using
> 128-bit AES keys
> 
> The patch also contains the related unit tests functions for the implemented
> functionality
> 
> Signed-off-by: Declan Doherty <declan.doherty@intel.com>
> ---
> 
> This patch depends on "pmd/snow3g: add new SNOW 3G SW PMD" patch
> (http://dpdk.org/dev/patchwork/patch/11151/).
> 
> Changes in v2:
> 
> - Rebased against crypto API changes
> - Removed static config options and allow user to provide them
>   as virtual device parameters
> - Changed DPDK version references from 2.3 to 16.04
> - Added missing library dependency
> 
>  MAINTAINERS                                        |   4 +
>  app/test/test_cryptodev.c                          | 466 +++++++++++++++++++
>  app/test/test_cryptodev_gcm_test_vectors.h         | 423 +++++++++++++++++
>  config/common_base                                 |   6 +
>  config/defconfig_i686-native-linuxapp-gcc          |  10 +
>  config/defconfig_i686-native-linuxapp-icc          |  10 +
>  drivers/crypto/Makefile                            |   1 +
>  drivers/crypto/aesni_gcm/Makefile                  |  67 +++
>  drivers/crypto/aesni_gcm/aesni_gcm_ops.h           | 127 ++++++
>  drivers/crypto/aesni_gcm/aesni_gcm_pmd.c           | 505
> +++++++++++++++++++++
>  drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c       | 292 ++++++++++++
>  drivers/crypto/aesni_gcm/aesni_gcm_pmd_private.h   | 120 +++++
>  .../crypto/aesni_gcm/rte_pmd_aesni_gcm_version.map |   3 +
>  lib/librte_cryptodev/rte_cryptodev.h               |   3 +
>  mk/rte.app.mk                                      |  19 +-
>  15 files changed, 2052 insertions(+), 4 deletions(-)
>  create mode 100644 app/test/test_cryptodev_gcm_test_vectors.h
>  create mode 100644 drivers/crypto/aesni_gcm/Makefile
>  create mode 100644 drivers/crypto/aesni_gcm/aesni_gcm_ops.h
>  create mode 100644 drivers/crypto/aesni_gcm/aesni_gcm_pmd.c
>  create mode 100644 drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c
>  create mode 100644 drivers/crypto/aesni_gcm/aesni_gcm_pmd_private.h
>  create mode 100644
> drivers/crypto/aesni_gcm/rte_pmd_aesni_gcm_version.map
>

NACK, some error messages are wrong.

  reply	other threads:[~2016-03-08 11:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-30 13:09 [dpdk-dev] [PATCH] " Declan Doherty
2016-01-30 16:40 ` O'Driscoll, Tim
2016-03-08 10:09 ` [dpdk-dev] [PATCH v2] " Pablo de Lara
2016-03-08 11:22   ` De Lara Guarch, Pablo [this message]
2016-03-08 11:26   ` [dpdk-dev] [PATCH v3] " Pablo de Lara
2016-03-10 16:41     ` [dpdk-dev] [PATCH v4] " Pablo de Lara
2016-03-10 18:53       ` John Griffin
2016-03-10 23:45         ` Thomas Monjalon
2016-03-10 23:34       ` 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=E115CCD9D858EF4F90C690B0DCB4D8973C8C4F66@IRSMSX108.ger.corp.intel.com \
    --to=pablo.de.lara.guarch@intel.com \
    --cc=dev@dpdk.org \
    /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).