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: "Doherty, Declan" <declan.doherty@intel.com>
Subject: Re: [dpdk-dev] [PATCH v2 0/4] Add new ZUC SW PMD
Date: Fri, 30 Sep 2016 00:57:21 +0000	[thread overview]
Message-ID: <E115CCD9D858EF4F90C690B0DCB4D8973CA024F2@IRSMSX108.ger.corp.intel.com> (raw)
In-Reply-To: <1475117990-66664-1-git-send-email-pablo.de.lara.guarch@intel.com>



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Wednesday, September 28, 2016 8:00 PM
> To: dev@dpdk.org
> Cc: Doherty, Declan; De Lara Guarch, Pablo
> Subject: [PATCH v2 0/4] Add new ZUC SW PMD
> 
> Added new SW PMD which makes use of the libsso SW library,
> which provides wireless algorithms ZUC EEA3 and EIA3
> in software.
> 
> This PMD supports cipher-only, hash-only and chained operations
> ("cipher then hash" and "hash then cipher") of the following
> algorithms:
> - RTE_CRYPTO_SYM_CIPHER_ZUC_EEA3
> - RTE_CRYPTO_SYM_AUTH_ZUC_EIA3
> 
> The patchset also adds unit tests for this new PMD and
> rename some common functions in the test application,
> as they are used by all the wireless algorithms.
> 
> Changes in v2:
> - Added documentation
> - Fixed icc issue
> - Rebased against latest dpdk-next-crypto
> - Added support for ZUC EEA3 and EIA3 in l2fwd-crypto
> 
> 
> Pablo de Lara (4):
>   crypto/zuc: add driver for ZUC library
>   app/test: rename some functions
>   app/test: add test cases for ZUC PMD
>   examples/l2fwd-crypto: enable ZUC EEA3 and EIA3 algos
> 
>  MAINTAINERS                                     |   5 +
>  app/test/test_cryptodev.c                       | 331 ++++++++++++--
>  app/test/test_cryptodev_zuc_hash_test_vectors.h | 359 +++++++++++++++
>  app/test/test_cryptodev_zuc_test_vectors.h      | 582
> ++++++++++++++++++++++++
>  config/common_base                              |   6 +
>  config/defconfig_i686-native-linuxapp-gcc       |   5 +
>  config/defconfig_i686-native-linuxapp-icc       |   5 +
>  doc/guides/cryptodevs/index.rst                 |   1 +
>  doc/guides/cryptodevs/zuc.rst                   | 108 +++++
>  drivers/crypto/Makefile                         |   1 +
>  drivers/crypto/zuc/Makefile                     |  69 +++
>  drivers/crypto/zuc/rte_pmd_zuc_version.map      |   3 +
>  drivers/crypto/zuc/rte_zuc_pmd.c                | 551 ++++++++++++++++++++++
>  drivers/crypto/zuc/rte_zuc_pmd_ops.c            | 342 ++++++++++++++
>  drivers/crypto/zuc/rte_zuc_pmd_private.h        | 108 +++++
>  examples/l2fwd-crypto/main.c                    |  12 +-
>  lib/librte_cryptodev/rte_crypto_sym.h           |  20 +-
>  lib/librte_cryptodev/rte_cryptodev.h            |   3 +
>  mk/rte.app.mk                                   |   2 +
>  scripts/test-build.sh                           |   4 +
>  20 files changed, 2462 insertions(+), 55 deletions(-)
>  create mode 100644 app/test/test_cryptodev_zuc_hash_test_vectors.h
>  create mode 100644 app/test/test_cryptodev_zuc_test_vectors.h
>  create mode 100644 doc/guides/cryptodevs/zuc.rst
>  create mode 100644 drivers/crypto/zuc/Makefile
>  create mode 100644 drivers/crypto/zuc/rte_pmd_zuc_version.map
>  create mode 100644 drivers/crypto/zuc/rte_zuc_pmd.c
>  create mode 100644 drivers/crypto/zuc/rte_zuc_pmd_ops.c
>  create mode 100644 drivers/crypto/zuc/rte_zuc_pmd_private.h
> 
> --
> 2.7.4

Applied to dpdk-next-crypto.

Pablo

      parent reply	other threads:[~2016-09-30  0:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-26  3:09 [dpdk-dev] [PATCH 0/3] " Pablo de Lara
2016-08-26  3:09 ` [dpdk-dev] [PATCH 1/3] crypto/zuc: add driver for ZUC library Pablo de Lara
2016-08-26  3:09 ` [dpdk-dev] [PATCH 2/3] app/test: rename some functions Pablo de Lara
2016-08-26  3:09 ` [dpdk-dev] [PATCH 3/3] app/test: add test cases for ZUC PMD Pablo de Lara
2016-09-29  2:59 ` [dpdk-dev] [PATCH v2 0/4] Add new ZUC SW PMD Pablo de Lara
2016-09-29  2:59   ` [dpdk-dev] [PATCH v2 1/4] crypto/zuc: add driver for ZUC library Pablo de Lara
2016-09-29  9:57     ` Jain, Deepak K
2016-09-29  2:59   ` [dpdk-dev] [PATCH v2 2/4] app/test: rename some functions Pablo de Lara
2016-09-29  9:58     ` Jain, Deepak K
2016-09-29  2:59   ` [dpdk-dev] [PATCH v2 3/4] app/test: add test cases for ZUC PMD Pablo de Lara
2016-09-29 10:01     ` Jain, Deepak K
2016-09-29  2:59   ` [dpdk-dev] [PATCH v2 4/4] examples/l2fwd-crypto: enable ZUC EEA3 and EIA3 algos Pablo de Lara
2016-09-29 10:01     ` Jain, Deepak K
2016-09-30  0:57   ` 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=E115CCD9D858EF4F90C690B0DCB4D8973CA024F2@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).