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 v4: * update documentation 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 | 13 ++-- 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, 156 insertions(+), 11 deletions(-) -- 2.17.1