Acked-by: Kai Ji <[email protected]>

> -----Original Message-----
> From: Kusztal, ArkadiuszX <[email protected]>
> Sent: Tuesday, October 18, 2022 3:02 PM
> To: [email protected]
> Cc: [email protected]; Ji, Kai <[email protected]>; Kusztal, ArkadiuszX
> <[email protected]>
> Subject: [PATCH v3 2/2] crypto/qat: read hw slice configuration
> 
> Read slice configuration of QAT capabilities.
> This will allow to recognize if specific hw function is available on 
> particular
> device.
> 
> Signed-off-by: Arek Kusztal <[email protected]>
> ---
> v2:
> - added generation specific functions
> v3:
> - split into two patches
> - fixed checkpatch issues
> 
>  drivers/crypto/qat/dev/qat_asym_pmd_gen1.c   | 42 ++++++++++++---
>  drivers/crypto/qat/dev/qat_crypto_pmd_gen2.c | 41 +++++++++++---
> drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c | 80
> +++++++++++++++++++++++++---
> drivers/crypto/qat/dev/qat_crypto_pmd_gen4.c | 41 +++++++++++---
> drivers/crypto/qat/dev/qat_crypto_pmd_gens.h |  5 +-
>  drivers/crypto/qat/dev/qat_sym_pmd_gen1.c    | 41 +++++++++++---
>  drivers/crypto/qat/qat_asym.c                | 49 ++++++++---------
>  drivers/crypto/qat/qat_crypto.h              |  4 +-
>  drivers/crypto/qat/qat_sym.c                 | 38 +++++--------
>  9 files changed, 254 insertions(+), 87 deletions(-)
> 

Reply via email to