DPDK patches and discussions
 help / color / mirror / Atom feed
From: Pablo de Lara <pablo.de.lara.guarch@intel.com>
To: dev@dpdk.org
Cc: fiona.trahe@intel.com, Pablo de Lara <pablo.de.lara.guarch@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/3] ZUC PMD fixes
Date: Thu, 19 Apr 2018 15:55:38 +0100	[thread overview]
Message-ID: <20180419145541.28836-1-pablo.de.lara.guarch@intel.com> (raw)
In-Reply-To: <20180329155621.29619-1-pablo.de.lara.guarch@intel.com>

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

  parent reply	other threads:[~2018-04-19 14:55 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 ` Pablo de Lara [this message]
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   ` [dpdk-dev] [PATCH v2 0/3] ZUC PMD fixes De Lara Guarch, Pablo

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=20180419145541.28836-1-pablo.de.lara.guarch@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).