mbox series

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

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

Message

Dybkowski, AdamX Dec. 11, 2019, 2:09 p.m. UTC
  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(-)
  

Comments

Fiona Trahe Dec. 11, 2019, 2:27 p.m. UTC | #1
> -----Original Message-----
> From: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Sent: Wednesday, December 11, 2019 2:10 PM
> To: dev@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>; akhil.goyal@nxp.com; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal@intel.com>
> Cc: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Subject: [PATCH v2 0/2] Handle mixed algorithms on GEN3 QAT
> 
> 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
> 

Series
Acked-by: Fiona Trahe <fiona.trahe@intel.com>