DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/2] Add scatter-gather list capability to Intel(R) QuickAssist Technology driver
@ 2016-12-22 10:15 Arek Kusztal
  2016-12-22 10:15 ` [dpdk-dev] [PATCH v2 1/2] crypto/qat: add SGL capability to Intel QuickAssist driver Arek Kusztal
  2016-12-22 10:15 ` [dpdk-dev] [PATCH v2 2/2] app/test: add SGL tests to cryptodev QAT suite Arek Kusztal
  0 siblings, 2 replies; 4+ messages in thread
From: Arek Kusztal @ 2016-12-22 10:15 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 

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

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-22 10:15 [dpdk-dev] [PATCH v2 0/2] Add scatter-gather list capability to Intel(R) QuickAssist Technology driver Arek Kusztal
2016-12-22 10:15 ` [dpdk-dev] [PATCH v2 1/2] crypto/qat: add SGL capability to Intel QuickAssist driver Arek Kusztal
2016-12-22 16:01   ` Trahe, Fiona
2016-12-22 10:15 ` [dpdk-dev] [PATCH v2 2/2] app/test: add SGL tests to cryptodev QAT suite Arek Kusztal

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).