DPDK patches and discussions
 help / color / mirror / Atom feed
From: Fan Zhang <roy.fan.zhang@intel.com>
To: dev@dpdk.org
Cc: pablo.de.lara.guarch@intel.com
Subject: [dpdk-dev] [PATCH v3 0/2] crypto: add user defined name initializing parameter
Date: Mon, 16 Jan 2017 14:14:53 +0000	[thread overview]
Message-ID: <1484576095-233208-1-git-send-email-roy.fan.zhang@intel.com> (raw)
In-Reply-To: <1484231320-139083-2-git-send-email-roy.fan.zhang@intel.com>

This patchset adds a user defined name initializing parameter to all
software cryptodevs.

v3:
Added name parameter length check

v2:
Fixed a line adds whitespace error
Updated rte_cryptodev_version.map

Fan Zhang (2):
  cryptodev: add user defined name initializing parameter to software
    PMD
  crypto: add user defined name initializing parameter parsing to
    software PMDs

 drivers/crypto/aesni_gcm/aesni_gcm_pmd.c       | 58 +++++++++---------------
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c     | 61 +++++++++-----------------
 drivers/crypto/kasumi/rte_kasumi_pmd.c         | 58 ++++++++++--------------
 drivers/crypto/null/null_crypto_pmd.c          | 55 +++++++++--------------
 drivers/crypto/openssl/rte_openssl_pmd.c       | 55 +++++++++--------------
 drivers/crypto/snow3g/rte_snow3g_pmd.c         | 59 ++++++++++---------------
 drivers/crypto/zuc/rte_zuc_pmd.c               | 59 ++++++++++---------------
 lib/librte_cryptodev/rte_cryptodev.c           | 51 +++++++++++++++++++++
 lib/librte_cryptodev/rte_cryptodev.h           |  7 ++-
 lib/librte_cryptodev/rte_cryptodev_pmd.h       |  7 +++
 lib/librte_cryptodev/rte_cryptodev_version.map |  7 +++
 11 files changed, 216 insertions(+), 261 deletions(-)

-- 
2.7.4

  reply	other threads:[~2017-01-16 14:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-11 17:13 [dpdk-dev] [PATCH " Fan Zhang
2017-01-11 17:13 ` [dpdk-dev] [PATCH 1/2] cryptodev: add user defined name initializing parameter to software PMD Fan Zhang
2017-01-11 17:13 ` [dpdk-dev] [PATCH 2/2] crypto: add user defined name initializing parameter parsing to software PMDs Fan Zhang
2017-01-12 14:28 ` [dpdk-dev] [PATCH v2 0/2] crypto: add user defined name initializing parameter Fan Zhang
2017-01-12 14:28   ` [dpdk-dev] [PATCH v2 1/2] cryptodev: add user defined name initializing parameter to software PMD Fan Zhang
2017-01-16 14:14     ` Fan Zhang [this message]
2017-01-16 14:14       ` [dpdk-dev] [PATCH v3 " Fan Zhang
2017-01-16 16:01         ` Declan Doherty
2017-01-16 14:14       ` [dpdk-dev] [PATCH v3 2/2] crypto: add user defined name initializing parameter parsing to software PMDs Fan Zhang
2017-01-16 16:01         ` Declan Doherty
2017-01-16 20:00       ` [dpdk-dev] [PATCH v3 0/2] crypto: add user defined name initializing parameter De Lara Guarch, Pablo
2017-01-12 14:28   ` [dpdk-dev] [PATCH v2 2/2] crypto: add user defined name initializing parameter parsing to software PMDs Fan Zhang

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=1484576095-233208-1-git-send-email-roy.fan.zhang@intel.com \
    --to=roy.fan.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=pablo.de.lara.guarch@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).