[dpdk-dev] [PATCH v2 02/16] crypto/qat: add support for generation 4 devices

Zhang, Roy Fan roy.fan.zhang at intel.com
Tue Jun 29 14:15:07 CEST 2021


> -----Original Message-----
> From: Kusztal, ArkadiuszX <arkadiuszx.kusztal at intel.com>
> Sent: Monday, June 28, 2021 5:34 PM
> To: dev at dpdk.org
> Cc: gakhil at marvell.com; Trahe, Fiona <fiona.trahe at intel.com>; Zhang, Roy
> Fan <roy.fan.zhang at intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal at intel.com>
> Subject: [PATCH v2 02/16] crypto/qat: add support for generation 4 devices
> 
> This commit adds support for fourth generation (GEN4) of
> Intel QuickAssist (QAT) Technology devices.
> 
> Signed-off-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>
> ---
>  doc/guides/cryptodevs/qat.rst                 |  10 +-
>  doc/guides/rel_notes/release_21_08.rst        |   6 +
>  .../adf_transport_access_macros_gen4.h        |  52 ++++
>  .../adf_transport_access_macros_gen4vf.h      |  48 ++++
>  drivers/common/qat/qat_common.h               |   3 +-
>  drivers/common/qat/qat_device.c               |  22 ++
>  drivers/common/qat/qat_device.h               |   3 +
>  drivers/common/qat/qat_qp.c                   | 243 +++++++++++++-----
>  drivers/common/qat/qat_qp.h                   |  29 ++-
>  drivers/compress/qat/qat_comp_pmd.c           |   7 +-
>  drivers/crypto/qat/qat_asym_pmd.c             |   7 +-
>  drivers/crypto/qat/qat_sym_pmd.c              |  33 ++-
>  drivers/crypto/qat/qat_sym_session.c          |   1 +
>  13 files changed, 386 insertions(+), 78 deletions(-)
>  create mode 100644
> drivers/common/qat/qat_adf/adf_transport_access_macros_gen4.h
>  create mode 100644
> drivers/common/qat/qat_adf/adf_transport_access_macros_gen4vf.h

Acked-by: Fan Zhang <roy.fan.zhang at intel.com>


More information about the dev mailing list