[dpdk-dev] [PATCH 0/4] crypto/qat: add DOCSISBPI mode support
    Fiona Trahe 
    fiona.trahe at intel.com
       
    Thu Mar  2 14:03:08 CET 2017
    
    
  
This patchset adds DOCSISBPI mode support to the
QuickAssist PMD and extends test-suites accordingly.
This patchset depends on the following patches/patchsets:
(http://dpdk.org/dev/patchwork/patch/20691)
(http://dpdk.org/dev/patchwork/patch/20693)
(http://dpdk.org/dev/patchwork/patch/20694)
(http://dpdk.org/dev/patchwork/patch/20899)
Fiona Trahe (4):
  crypto/qat: adding docsisbpi mode support
  test: add AES DOCSIS tests for QAT PMD
  test: add DES DOCSIS tests for QAT PMD
  test: added crypto OOP tests
 doc/guides/cryptodevs/overview.rst               |   2 +
 doc/guides/cryptodevs/qat.rst                    |   2 +
 doc/guides/rel_notes/release_17_05.rst           |   8 +
 app/test/test_cryptodev.c                        |  36 +++
 app/test/test_cryptodev_aes_test_vectors.h       |  76 +++++-
 app/test/test_cryptodev_des_test_vectors.h       |  67 ++++-
 drivers/crypto/qat/qat_adf/qat_algs.h            |   4 +
 drivers/crypto/qat/qat_adf/qat_algs_build_desc.c |  34 ++-
 drivers/crypto/qat/qat_crypto.c                  | 305 ++++++++++++++++++++++-
 9 files changed, 518 insertions(+), 16 deletions(-)
-- 
2.5.0
    
    
More information about the dev
mailing list