[dpdk-dev] [PATCH v3 0/2] crypto/qat: handle mixed hash-cipher crypto on GEN2 QAT
Adam Dybkowski
adamx.dybkowski at intel.com
Mon Mar 16 13:24:19 CET 2020
This patch set adds handling of mixed hash-cipher algorithms
available on GEN2 QAT in particular firmware versions.
Also the documentation is updated to show the mixed crypto
algorithms are supported on QAT GEN2.
v2:
* minor fixes and improvements
v3:
* include missing header file
Adam Dybkowski (2):
common/qat: get version of QAT firmware
crypto/qat: handle mixed hash-cipher crypto on GEN2 QAT
doc/guides/cryptodevs/qat.rst | 9 ++-
doc/guides/rel_notes/release_20_05.rst | 7 ++
drivers/common/qat/qat_adf/icp_qat_fw.h | 2 +
drivers/common/qat/qat_qp.c | 93 +++++++++++++++++++++++++
drivers/common/qat/qat_qp.h | 3 +
drivers/crypto/qat/qat_sym_pmd.c | 27 +++++++
drivers/crypto/qat/qat_sym_pmd.h | 5 ++
drivers/crypto/qat/qat_sym_session.c | 17 +++--
8 files changed, 152 insertions(+), 11 deletions(-)
--
2.17.1
More information about the dev
mailing list