DPDK patches and discussions
 help / color / mirror / Atom feed
From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Cc: "Trahe, Fiona" <fiona.trahe@intel.com>
Subject: Re: [dpdk-dev] [PATCH v2 0/3] ZUC PMD fixes
Date: Thu, 19 Apr 2018 16:39:44 +0000	[thread overview]
Message-ID: <E115CCD9D858EF4F90C690B0DCB4D8976CCD8AA9@IRSMSX108.ger.corp.intel.com> (raw)
In-Reply-To: <20180419145541.28836-1-pablo.de.lara.guarch@intel.com>



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Thursday, April 19, 2018 3:56 PM
> To: dev@dpdk.org
> Cc: Trahe, Fiona <fiona.trahe@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Subject: [PATCH v2 0/3] ZUC PMD fixes
> 
> ZUC library provides an API to encrypt buffers in parallel with different keys.
> However, the PMD was developed assuming
> that all needed to share the same session (therefore, the same key).
> 
> This patchset fixes this behaviour by allowing multiple buffers with different keys
> to be processed in parallel, plus it removes some unnecessary code.
> 
> Changes in v2:
> - Fixed incorrect comments [Fiona]
> 
> Pablo de Lara (3):
>   crypto/zuc: do not set default op status
>   crypto/zuc: remove unnecessary check
>   crypto/zuc: batch ops with same transform
> 
>  drivers/crypto/zuc/rte_zuc_pmd.c | 111 +++++++++++++++++++++++-------------
> ---
>  1 file changed, 65 insertions(+), 46 deletions(-)
> 
> --
> 2.14.3

Series applied to dpdk-next-crypto.

Pablo

      parent reply	other threads:[~2018-04-19 16:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-29 15:56 [dpdk-dev] [PATCH " Pablo de Lara
2018-03-29 15:56 ` [dpdk-dev] [PATCH 1/3] crypto/zuc: do not set default op status Pablo de Lara
2018-04-19 14:24   ` Trahe, Fiona
2018-03-29 15:56 ` [dpdk-dev] [PATCH 2/3] crypto/zuc: remove unnecessary check Pablo de Lara
2018-04-19 14:23   ` Trahe, Fiona
2018-03-29 15:56 ` [dpdk-dev] [PATCH 3/3] crypto/zuc: batch ops with same transform Pablo de Lara
2018-04-19 14:22   ` Trahe, Fiona
2018-04-19 14:26     ` De Lara Guarch, Pablo
2018-04-19 14:55 ` [dpdk-dev] [PATCH v2 0/3] ZUC PMD fixes Pablo de Lara
2018-04-19 14:55   ` [dpdk-dev] [PATCH v2 1/3] crypto/zuc: do not set default op status Pablo de Lara
2018-04-19 14:55   ` [dpdk-dev] [PATCH v2 2/3] crypto/zuc: remove unnecessary check Pablo de Lara
2018-04-19 14:55   ` [dpdk-dev] [PATCH v2 3/3] crypto/zuc: batch ops with same transform Pablo de Lara
2018-04-19 16:39   ` 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=E115CCD9D858EF4F90C690B0DCB4D8976CCD8AA9@IRSMSX108.ger.corp.intel.com \
    --to=pablo.de.lara.guarch@intel.com \
    --cc=dev@dpdk.org \
    --cc=fiona.trahe@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).