[dpdk-dev] [PATCH v2 0/2] Add scatter-gather list capability to Intel(R) QuickAssist Technology driver

Arek Kusztal arkadiuszx.kusztal at intel.com
Thu Dec 22 11:15:00 CET 2016


This patchset adds scatter-gather list (SGL) capability to Intel(R) QuickAssist Technology driver
and corresponding tests to QAT cryptodev test suite.
 
v2:
- removed _priv member from rte_crypto_op
- added cookie pool to qat_qp for sgl array entries 

Arek Kusztal (2):
  crypto/qat: add SGL capability to Intel QuickAssist driver
  app/test: add SGL tests to cryptodev QAT suite

 app/test/test_cryptodev.c                  | 356 +++++++++++++
 app/test/test_cryptodev_gcm_test_vectors.h | 823 ++++++++++++++++++++++++++++-
 doc/guides/rel_notes/release_17_02.rst     |   2 +
 drivers/crypto/qat/qat_adf/qat_algs.h      |  14 +-
 drivers/crypto/qat/qat_crypto.c            | 130 ++++-
 drivers/crypto/qat/qat_crypto.h            |   3 +
 drivers/crypto/qat/qat_qp.c                |  55 +-
 7 files changed, 1371 insertions(+), 12 deletions(-)

-- 
2.1.0



More information about the dev mailing list