DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] Snow3G UEA2 support for Intel Quick Assist Devices
@ 2016-01-28 17:46 Deepak Kumar JAIN
  2016-01-28 17:46 ` [dpdk-dev] [PATCH 1/3] crypto: add cipher/auth only support Deepak Kumar JAIN
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Deepak Kumar JAIN @ 2016-01-28 17:46 UTC (permalink / raw)
  To: dev

This patchset contains support for snow3g UEA2 wireless algorithm
for Intel Quick Assist devices. (cipher-only)
 
QAT PMD previously supported only cipher/hash chaining for AES/SHA.
The code has been refactored to also support cipher-only
functionality for Snow3g algorithms.
Cipher/hash only functionality is only supported
for Snow3g and not for AES/SHA.

Deepak Kumar JAIN (3):
  crypto: add cipher/auth only support
  qat: add Snow3G UEA2 support
  app/test: add Snow3G UEA2 tests

 app/test/test_cryptodev.c                        | 318 +++++++++++++++++++++-
 app/test/test_cryptodev.h                        |   2 +-
 app/test/test_cryptodev_snow3g_test_vectors.h    | 323 +++++++++++++++++++++++
 doc/guides/cryptodevs/qat.rst                    |   5 +-
 doc/guides/rel_notes/release_2_3.rst             |   1 +
 drivers/crypto/qat/qat_adf/qat_algs.h            |  21 +-
 drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 218 +++++++++++++--
 drivers/crypto/qat/qat_crypto.c                  | 144 +++++++---
 drivers/crypto/qat/qat_crypto.h                  |  12 +-
 9 files changed, 974 insertions(+), 70 deletions(-)
 create mode 100644 app/test/test_cryptodev_snow3g_test_vectors.h

-- 
2.1.0

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

end of thread, other threads:[~2016-03-16  5:15 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28 17:46 [dpdk-dev] [PATCH 0/3] Snow3G UEA2 support for Intel Quick Assist Devices Deepak Kumar JAIN
2016-01-28 17:46 ` [dpdk-dev] [PATCH 1/3] crypto: add cipher/auth only support Deepak Kumar JAIN
2016-01-28 17:46 ` [dpdk-dev] [PATCH 2/3] qat: add Snow3G UEA2 support Deepak Kumar JAIN
2016-01-28 17:46 ` [dpdk-dev] [PATCH 3/3] app/test: add Snow3G UEA2 tests Deepak Kumar JAIN
2016-02-23 14:02 ` [dpdk-dev] [PATCH v2 0/3] Snow3G support for Intel Quick Assist Devices Deepak Kumar JAIN
2016-02-23 14:02   ` [dpdk-dev] [PATCH v2 1/3] crypto: add cipher/auth only support Deepak Kumar JAIN
2016-02-23 14:02   ` [dpdk-dev] [PATCH v2 2/3] qat: add support for Snow3G Deepak Kumar JAIN
2016-02-23 14:02   ` [dpdk-dev] [PATCH v2 3/3] app/test: add Snow3G tests Deepak Kumar JAIN
2016-03-16  5:15   ` [dpdk-dev] [PATCH v2 0/3] Snow3G support for Intel Quick Assist Devices Cao, Min
2016-03-03 13:01 ` [dpdk-dev] [PATCH v3 " Deepak Kumar JAIN
2016-03-03 13:01   ` [dpdk-dev] [PATCH v3 1/3] crypto: add cipher/auth only support Deepak Kumar JAIN
2016-03-03 13:01   ` [dpdk-dev] [PATCH v3 2/3] qat: add support for Snow3G Deepak Kumar JAIN
2016-03-03 13:01   ` [dpdk-dev] [PATCH v3 3/3] app/test: add Snow3G tests Deepak Kumar JAIN
2016-03-07 13:55   ` [dpdk-dev] [PATCH v3 0/3] Snow3G support for Intel Quick Assist Devices De Lara Guarch, Pablo
2016-03-10 17:12   ` [dpdk-dev] [PATCH v4 " Deepak Kumar JAIN
2016-03-10 16:25     ` De Lara Guarch, Pablo
2016-03-10 20:37       ` Thomas Monjalon
2016-03-10 17:12     ` [dpdk-dev] [PATCH v4 1/3] crypto: add cipher/auth only support Deepak Kumar JAIN
2016-03-10 17:12     ` [dpdk-dev] [PATCH v4 2/3] qat: add support for Snow3G Deepak Kumar JAIN
2016-03-10 17:12     ` [dpdk-dev] [PATCH v4 3/3] app/test: add Snow3G tests Deepak Kumar JAIN
2016-03-16  3:27     ` [dpdk-dev] [PATCH v4 0/3] Snow3G support for Intel Quick Assist Devices Cao, Min
2016-03-16  5:05   ` [dpdk-dev] [PATCH v3 " Cao, Min

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