All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/2] Handle mixed algorithms on GEN3 QAT
@ 2019-12-11 14:09 Adam Dybkowski
  2019-12-11 14:09 ` [dpdk-dev] [PATCH v2 1/2] crypto/qat: handle mixed hash-cipher requests " Adam Dybkowski
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Adam Dybkowski @ 2019-12-11 14:09 UTC (permalink / raw)
  To: dev, fiona.trahe, akhil.goyal, arkadiuszx.kusztal; +Cc: Adam Dybkowski

v2:
* Added release notes update.

Adam Dybkowski (2):
  crypto/qat: handle mixed hash-cipher requests on GEN3 QAT
  test/crypto: add more tests for mixed encypted-digest

 app/test/test_cryptodev.c                    |  470 ++++++-
 app/test/test_cryptodev_mixed_test_vectors.h | 1320 +++++++++++++++++-
 doc/guides/cryptodevs/qat.rst                |   24 +
 doc/guides/rel_notes/release_20_02.rst       |    7 +
 drivers/common/qat/qat_adf/icp_qat_fw.h      |    3 +
 drivers/common/qat/qat_adf/icp_qat_fw_la.h   |    2 +
 drivers/crypto/qat/qat_sym_session.c         |   72 +
 7 files changed, 1829 insertions(+), 69 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-01-15 15:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-11 14:09 [dpdk-dev] [PATCH v2 0/2] Handle mixed algorithms on GEN3 QAT Adam Dybkowski
2019-12-11 14:09 ` [dpdk-dev] [PATCH v2 1/2] crypto/qat: handle mixed hash-cipher requests " Adam Dybkowski
2019-12-11 14:09 ` [dpdk-dev] [PATCH v2 2/2] test/crypto: add more tests for mixed encypted-digest Adam Dybkowski
2020-01-15 13:50   ` Akhil Goyal
2019-12-11 14:27 ` [dpdk-dev] [PATCH v2 0/2] Handle mixed algorithms on GEN3 QAT Trahe, Fiona
2020-01-15 14:59 ` [dpdk-dev] [PATCH v3 " Adam Dybkowski
2020-01-15 14:59   ` [dpdk-dev] [PATCH v3 1/2] crypto/qat: handle mixed hash-cipher requests " Adam Dybkowski
2020-01-15 15:14     ` Trahe, Fiona
2020-01-15 14:59   ` [dpdk-dev] [PATCH v3 2/2] test/crypto: add more tests for mixed encypted-digest Adam Dybkowski
2020-01-15 15:14     ` Trahe, Fiona
2020-01-15 15:47   ` [dpdk-dev] [PATCH v3 0/2] Handle mixed algorithms on GEN3 QAT Akhil Goyal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.