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 v3: - fixed sgl data len computation error - removed constraint from qat.rst 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/cryptodevs/qat.rst | 1 - doc/guides/rel_notes/release_17_02.rst | 2 + drivers/crypto/qat/qat_adf/qat_algs.h | 15 +- drivers/crypto/qat/qat_crypto.c | 113 +++- drivers/crypto/qat/qat_crypto.h | 3 + drivers/crypto/qat/qat_qp.c | 57 +- 8 files changed, 1357 insertions(+), 13 deletions(-) -- 2.1.0