> -----Original Message-----
> From: Kusztal, ArkadiuszX <arkadiuszx.kusz...@intel.com>
> Sent: Sunday, May 5, 2024 7:32 PM
> To: dev@dpdk.org
> Cc: gak...@marvell.com; Power, Ciara <ciara.po...@intel.com>; Kusztal,
> ArkadiuszX <arkadiuszx.kusz...@intel.com>
> Subject: [PATCH v2] common/qat: add legacy algorithm option
> 
> This commit adds legacy algorithms flag to the qat_device struct. This will 
> allow
> handling this flag within the device itself, and not using the global 
> variable.
> 
> Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusz...@intel.com>
> ---
> v2:
> - added session parameters handling
> 
>  drivers/common/qat/qat_common.h              |  9 +++++++++
>  drivers/common/qat/qat_device.c              |  7 +++----
>  drivers/common/qat/qat_device.h              |  7 ++-----
>  drivers/common/qat/qat_qp.c                  |  2 +-
>  drivers/common/qat/qat_qp.h                  |  3 ++-
>  drivers/crypto/qat/dev/qat_crypto_pmd_gen2.c |  4 ++--
> drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c | 17 +++++++++--------
> drivers/crypto/qat/dev/qat_crypto_pmd_gen4.c |  4 ++--
> drivers/crypto/qat/dev/qat_crypto_pmd_gen5.c |  4 ++--
>  drivers/crypto/qat/dev/qat_sym_pmd_gen1.c    |  6 +++---
>  drivers/crypto/qat/qat_asym.c                | 23 ++++++++++++++---------
>  drivers/crypto/qat/qat_crypto.h              |  1 -
>  drivers/crypto/qat/qat_sym.c                 | 24 ++++++++++++------------
>  drivers/crypto/qat/qat_sym_session.c         | 10 +++++-----
>  14 files changed, 66 insertions(+), 55 deletions(-)
> 

Acked-by: Ciara Power <ciara.po...@intel.com>


Reply via email to