> -----Original Message-----
> From: Arkadiusz Kusztal <[email protected]>
> Sent: Friday, March 1, 2024 3:53 PM
> To: [email protected]
> Cc: [email protected]; Power, Ciara <[email protected]>; Kusztal,
> ArkadiuszX <[email protected]>
> Subject: [PATCH v5 2/3] common/qat: decouple pmds from the common
> code
>
> Service specific functions were moved to services files. Weak symbols for
> device create/destroy were removed, named private devs were replaced by an
> opaque array.
>
> Signed-off-by: Arkadiusz Kusztal <[email protected]>
> ---
> drivers/common/qat/qat_device.c | 112 ++++++++++-------------------------
> -
> drivers/common/qat/qat_device.h | 47 ++++-----------
> drivers/compress/qat/qat_comp_pmd.c | 34 +++++------
> drivers/compress/qat/qat_comp_pmd.h | 7 ---
> drivers/crypto/qat/qat_asym.c | 20 ++++---
> drivers/crypto/qat/qat_sym.c | 19 +++---
> 6 files changed, 83 insertions(+), 156 deletions(-)
>
<snip>
Acked-by: Brian Dooley <[email protected]>