DPDK patches and discussions
 help / color / mirror / Atom feed
From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
To: "Doherty, Declan" <declan.doherty@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v3 0/4] AESNI MB PMD updates
Date: Mon, 26 Dec 2016 16:29:41 +0000	[thread overview]
Message-ID: <E115CCD9D858EF4F90C690B0DCB4D897476BAE2B@IRSMSX108.ger.corp.intel.com> (raw)
In-Reply-To: <1482168543-40289-1-git-send-email-pablo.de.lara.guarch@intel.com>



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Monday, December 19, 2016 5:29 PM
> To: Doherty, Declan
> Cc: dev@dpdk.org; De Lara Guarch, Pablo
> Subject: [PATCH v3 0/4] AESNI MB PMD updates
> 
> The library used in AESNI MB PMD, Intel Multi Buffer Crypto for IPsec,
> has been migrated to a new location, in github (see documentation patch
> for the link).
> 
> The library has also been updated, so single crypto operations
> are supported (cipher and authentication only). Therefore, the PMD
> has been updated to support these operations.
> 
> This patchset depends on patchset "Add scatter-gather list capability to
> Intel QuickAssist Technology driver"
> (http://dpdk.org/ml/archives/dev/2016-November/050947.html)
> 
> Changes in v3:
> - Included authentication operation in private session,
>   since digest only has to be trimmed from buffer when digest is verified
> - Fixed missing crypto session save in crypto operation when it is
> sessionless
> - Made operation mode setting more clear (CIPHER_HASH, HASH_CIPHER)
> 
> Changes in v2:
> - Fixed hash only tests, including truncated digest length
> 
> Pablo de Lara (4):
>   crypto/aesni_mb: fix incorrect crypto session
>   doc: update AESNI MB PMD guide
>   crypto/aesni_mb: add single operation functionality
>   doc: add missing supported algos for AESNI MB PMD
> 
>  app/test/test_cryptodev.c                          | 34 ++++++++
>  app/test/test_cryptodev_aes_test_vectors.h         | 36 +++++---
>  app/test/test_cryptodev_hash_test_vectors.h        | 54 ++++++++----
>  doc/guides/cryptodevs/aesni_mb.rst                 | 14 ++--
>  doc/guides/rel_notes/release_17_02.rst             |  8 ++
>  drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c         | 96
> ++++++++++++++++------
>  drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h |  9 ++
>  7 files changed, 185 insertions(+), 66 deletions(-)
> 
> --
> 2.7.4

Applied to dpdk-next-crypto.

Pablo

      parent reply	other threads:[~2016-12-26 16:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-15 16:00 [dpdk-dev] [PATCH v2 0/3] " Pablo de Lara
2016-12-15 16:00 ` [dpdk-dev] [PATCH v2 1/3] doc: update AESNI MB PMD guide Pablo de Lara
2016-12-15 16:00 ` [dpdk-dev] [PATCH v2 2/3] crypto/aesni_mb: add single operation functionality Pablo de Lara
2016-12-15 16:00 ` [dpdk-dev] [PATCH v2 3/3] doc: add missing supported algos for AESNI MB PMD Pablo de Lara
2016-12-19 17:28 ` [dpdk-dev] [PATCH v3 0/4] AESNI MB PMD updates Pablo de Lara
2016-12-19 17:29   ` [dpdk-dev] [PATCH v3 1/4] crypto/aesni_mb: fix incorrect crypto session Pablo de Lara
2016-12-20 21:18     ` Declan Doherty
2016-12-19 17:29   ` [dpdk-dev] [PATCH v3 2/4] doc: update AESNI MB PMD guide Pablo de Lara
2016-12-19 17:29   ` [dpdk-dev] [PATCH v3 3/4] crypto/aesni_mb: add single operation functionality Pablo de Lara
2016-12-20 21:16     ` Declan Doherty
2016-12-19 17:29   ` [dpdk-dev] [PATCH v3 4/4] doc: add missing supported algos for AESNI MB PMD Pablo de Lara
2016-12-26 16:29   ` De Lara Guarch, Pablo [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=E115CCD9D858EF4F90C690B0DCB4D897476BAE2B@IRSMSX108.ger.corp.intel.com \
    --to=pablo.de.lara.guarch@intel.com \
    --cc=declan.doherty@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).