[dpdk-dev] [PATCH v4 0/3] Snow3G support for Intel Quick Assist Devices

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Thu Mar 10 17:25:55 CET 2016



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Deepak Kumar JAIN
> Sent: Thursday, March 10, 2016 5:13 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v4 0/3] Snow3G support for Intel Quick Assist
> Devices
> 
>  This patchset contains fixes and refactoring for Snow3G(UEA2 and
>  UIA2) wireless algorithm for Intel Quick Assist devices.
> 
>  QAT PMD previously supported only cipher/hash alg-chaining for AES/SHA.
>  The code has been refactored to also support cipher-only and hash  only
> (for Snow3G only) functionality along with alg-chaining.
> 
>  Changes from V3:
>  1) Rebase based on below mentioned patchset.
>  2) Fixes test failure which happens only after
>     applying patch 1 only.
> 
>  Changes from v2:
> 
>  1) Rebasing based on below mentioned patchset.
> 
> This patchset depends on
> cryptodev API changes
> http://dpdk.org/ml/archives/dev/2016-March/035451.html
> 
> Deepak Kumar JAIN (3):
>   crypto: add cipher/auth only support
>   qat: add support for Snow3G
>   app/test: add Snow3G tests
> 
>  app/test/test_cryptodev.c                          | 1037 +++++++++++++++++++-
>  app/test/test_cryptodev.h                          |    3 +-
>  app/test/test_cryptodev_snow3g_hash_test_vectors.h |  415 ++++++++
>  app/test/test_cryptodev_snow3g_test_vectors.h      |  379 +++++++
>  doc/guides/cryptodevs/qat.rst                      |    8 +-
>  doc/guides/rel_notes/release_16_04.rst             |    6 +
>  drivers/crypto/qat/qat_adf/qat_algs.h              |   19 +-
>  drivers/crypto/qat/qat_adf/qat_algs_build_desc.c   |  284 +++++-
>  drivers/crypto/qat/qat_crypto.c                    |  149 ++-
>  drivers/crypto/qat/qat_crypto.h                    |   10 +
>  10 files changed, 2236 insertions(+), 74 deletions(-)
>  create mode 100644 app/test/test_cryptodev_snow3g_hash_test_vectors.h
>  create mode 100644 app/test/test_cryptodev_snow3g_test_vectors.h
> 
> --
> 2.1.0

Series-acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>


More information about the dev mailing list