[PATCH 3/3] common/qat: decouple pmds from the common code
Power, Ciara
ciara.power at intel.com
Fri Oct 6 14:50:57 CEST 2023
Hi Arek,
> -----Original Message-----
> From: Kusztal, ArkadiuszX <arkadiuszx.kusztal at intel.com>
> Sent: Sunday, September 17, 2023 4:43 PM
> To: dev at dpdk.org
> Cc: gakhil at marvell.com; Ji, Kai <kai.ji at intel.com>; Power, Ciara
> <ciara.power at intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal at intel.com>
> Subject: [PATCH 3/3] common/qat: decouple pmds from the common code
>
> Service specific functions were moved to services files.
>
> Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal at intel.com>
> ---
> drivers/common/qat/dev/qat_dev_gen1.c | 1 +
> drivers/common/qat/dev/qat_dev_gen2.c | 1 +
> drivers/common/qat/dev/qat_dev_gen3.c | 2 +
> drivers/common/qat/dev/qat_dev_gen4.c | 1 +
> drivers/common/qat/qat_device.c | 128 +++++++++------------------
> drivers/common/qat/qat_device.h | 52 +++--------
> drivers/common/qat/qat_pf2vf.c | 1 +
> drivers/common/qat/qat_qp.c | 2 -
> drivers/compress/qat/dev/qat_comp_pmd_gen1.c | 1 +
> drivers/compress/qat/dev/qat_comp_pmd_gen2.c | 1 +
> drivers/compress/qat/dev/qat_comp_pmd_gen3.c | 1 +
> drivers/compress/qat/dev/qat_comp_pmd_gen4.c | 1 +
> drivers/compress/qat/qat_comp_pmd.c | 44 +++++----
> drivers/compress/qat/qat_comp_pmd.h | 7 --
> drivers/crypto/qat/qat_asym.c | 30 +++++--
> drivers/crypto/qat/qat_sym.c | 28 ++++--
> 16 files changed, 138 insertions(+), 163 deletions(-)
>
Acked-by: Ciara Power <ciara.power at intel.com>
More information about the dev
mailing list