DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] Add scatter-gather list capability to Intel QuickAssist Technology driver
@ 2016-11-30 15:52 Arek Kusztal
  2016-11-30 15:52 ` [dpdk-dev] [PATCH 1/3] lib/librte_cryptodev: add private member to crypto op struct Arek Kusztal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Arek Kusztal @ 2016-11-30 15:52 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 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

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

end of thread, other threads:[~2016-11-30 15:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-30 15:52 [dpdk-dev] [PATCH 0/3] Add scatter-gather list capability to Intel QuickAssist Technology driver Arek Kusztal
2016-11-30 15:52 ` [dpdk-dev] [PATCH 1/3] lib/librte_cryptodev: add private member to crypto op struct Arek Kusztal
2016-11-30 15:52 ` [dpdk-dev] [PATCH 2/3] crypto/qat: add SGL capability to Intel QuickAssist driver Arek Kusztal
2016-11-30 15:52 ` [dpdk-dev] [PATCH 3/3] 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).