DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v3 0/2] Add scatter-gather list capability to Intel(R) QuickAssist Technology driver
@ 2016-12-23 12:51 Arek Kusztal
  2016-12-23 12:51 ` [dpdk-dev] [PATCH v3 1/2] crypto/qat: add SGL capability to Intel QuickAssist driver Arek Kusztal
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Arek Kusztal @ 2016-12-23 12:51 UTC (permalink / raw)
  To: dev
  Cc: fiona.trahe, pablo.de.lara.guarch, john.griffin, deepak.k.jain,
	Arek Kusztal

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-12-26 16:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-23 12:51 [dpdk-dev] [PATCH v3 0/2] Add scatter-gather list capability to Intel(R) QuickAssist Technology driver Arek Kusztal
2016-12-23 12:51 ` [dpdk-dev] [PATCH v3 1/2] crypto/qat: add SGL capability to Intel QuickAssist driver Arek Kusztal
2016-12-23 13:17   ` Trahe, Fiona
2016-12-23 12:51 ` [dpdk-dev] [PATCH v3 2/2] app/test: add SGL tests to cryptodev QAT suite Arek Kusztal
2016-12-23 13:18   ` Trahe, Fiona
2016-12-26 16:28 ` [dpdk-dev] [PATCH v3 0/2] Add scatter-gather list capability to Intel(R) QuickAssist Technology driver De Lara Guarch, Pablo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).