> -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Friday, December 23, 2016 12:51 PM > To: dev@dpdk.org > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John; Jain, Deepak K; > Kusztal, ArkadiuszX > Subject: [PATCH v3 0/2] Add scatter-gather list capability to Intel(R) > QuickAssist Technology driver > > 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
Applied to dpdk-next-crypto. Thanks, Pablo