Hi Arek, > -----Original Message----- > From: Kusztal, ArkadiuszX <[email protected]> > Sent: Sunday, September 17, 2023 4:43 PM > To: [email protected] > Cc: [email protected]; Ji, Kai <[email protected]>; Power, Ciara > <[email protected]>; Kusztal, ArkadiuszX > <[email protected]> > 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 <[email protected]> > --- > 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 <[email protected]>

