All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] cryptodev: change device configuration API
@ 2017-02-17 12:00 Fan Zhang
  2017-02-17 12:01 ` [PATCH 1/3] " Fan Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Fan Zhang @ 2017-02-17 12:00 UTC (permalink / raw)
  To: dev; +Cc: pablo.de.lara.guarch

This patchset changes the cryptodev library's device configuration API
and updates all crypto PMD to comply with this change.

Fan Zhang (3):
  cryptodev: change device configuration API
  crypto/scheduler: improve slave configuration
  doc: remove deprecation notice

 app/test/test_cryptodev.c                      | 24 +-----------------------
 doc/guides/rel_notes/deprecation.rst           |  4 ----
 drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c   |  3 ++-
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c |  3 ++-
 drivers/crypto/armv8/rte_armv8_pmd_ops.c       |  3 ++-
 drivers/crypto/kasumi/rte_kasumi_pmd_ops.c     |  3 ++-
 drivers/crypto/null/null_crypto_pmd_ops.c      |  3 ++-
 drivers/crypto/openssl/rte_openssl_pmd_ops.c   |  3 ++-
 drivers/crypto/qat/qat_crypto.c                |  5 +++--
 drivers/crypto/qat/qat_crypto.h                |  3 ++-
 drivers/crypto/scheduler/scheduler_pmd_ops.c   | 20 +++++++++++++++-----
 drivers/crypto/snow3g/rte_snow3g_pmd_ops.c     |  3 ++-
 drivers/crypto/zuc/rte_zuc_pmd_ops.c           |  3 ++-
 lib/librte_cryptodev/rte_cryptodev.c           |  8 +++++++-
 lib/librte_cryptodev/rte_cryptodev_pmd.h       |  4 +++-
 15 files changed, 47 insertions(+), 45 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-03-27 13:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-17 12:00 [PATCH 0/3] cryptodev: change device configuration API Fan Zhang
2017-02-17 12:01 ` [PATCH 1/3] " Fan Zhang
2017-03-23 14:55   ` Declan Doherty
2017-02-17 12:01 ` [PATCH 2/3] crypto/scheduler: improve slave configuration Fan Zhang
2017-03-23 14:58   ` Declan Doherty
2017-03-23 15:09   ` Declan Doherty
2017-03-23 15:13     ` De Lara Guarch, Pablo
2017-02-17 12:01 ` [PATCH 3/3] doc: remove deprecation notice Fan Zhang
2017-02-20 15:20   ` Mcnamara, John
2017-03-27 13:23 ` [PATCH 0/3] cryptodev: change device configuration API De Lara Guarch, Pablo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.