DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] crypto: add user defined name initializing parameter
@ 2017-01-11 17:13 Fan Zhang
  2017-01-11 17:13 ` [dpdk-dev] [PATCH 1/2] cryptodev: add user defined name initializing parameter to software PMD Fan Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Fan Zhang @ 2017-01-11 17:13 UTC (permalink / raw)
  To: dev; +Cc: pablo.de.lara.guarch

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

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       | 45 ++++++++++++++++++++++
 lib/librte_cryptodev/rte_cryptodev.h       |  7 ++--
 lib/librte_cryptodev/rte_cryptodev_pmd.h   |  7 ++++
 10 files changed, 203 insertions(+), 261 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-01-16 20:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-11 17:13 [dpdk-dev] [PATCH 0/2] crypto: add user defined name initializing parameter 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     ` [dpdk-dev] [PATCH v3 0/2] crypto: add user defined name initializing parameter Fan Zhang
2017-01-16 14:14       ` [dpdk-dev] [PATCH v3 1/2] cryptodev: add user defined name initializing parameter to software PMD 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

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).