mbox series

[v3,0/2] Handle mixed algorithms on GEN3 QAT

Message ID 20200115145923.29515-1-adamx.dybkowski@intel.com (mailing list archive)
Headers
Series Handle mixed algorithms on GEN3 QAT |

Message

Dybkowski, AdamX Jan. 15, 2020, 2:59 p.m. UTC
  v2:
* Added release notes update.

v3:
* Rebase, update release notes.

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                    |  400 +++++-
 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, 1784 insertions(+), 44 deletions(-)
  

Comments

Akhil Goyal Jan. 15, 2020, 3:47 p.m. UTC | #1
> v2:
> * Added release notes update.
> 
> v3:
> * Rebase, update release notes.
> 
> 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                    |  400 +++++-
>  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, 1784 insertions(+), 44 deletions(-)
> 
Series Applied to dpdk-next-crypto
Thanks