[dpdk-dev] [PATCH 0/3] Add scatter-gather list capability to Intel QuickAssist Technology driver

Arek Kusztal arkadiuszx.kusztal at intel.com
Wed Nov 30 16:52:12 CET 2016


This patchset adds scatter-gather list (SGL) capability to Intel QuickAssist Technology driver
and corresponding tests to QAT cryptodev test suite.

This patchset depends on the following patches/patchsets:

"crypto/qat: fix to avoid buffer overwrite in OOP case"
(http://dpdk.org/dev/patchwork/patch/17241)

Arek Kusztal (3):
  lib/librte_cryptodev: add private member to crypto op struct
  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     |   5 +
 drivers/crypto/qat/qat_crypto.c            | 145 ++++-
 drivers/crypto/qat/qat_crypto.h            |   6 +
 drivers/crypto/qat/qat_qp.c                |  28 +
 lib/librte_cryptodev/rte_crypto.h          |   4 +
 7 files changed, 1353 insertions(+), 14 deletions(-)

-- 
2.1.0



More information about the dev mailing list