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 1/2] common/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/common/qat/dev/qat_dev_gen1.c | 8 ++++++++ > drivers/common/qat/dev/qat_dev_gen2.c | 8 ++++++++ > drivers/common/qat/dev/qat_dev_gen3.c | 13 +++++++++++++ > drivers/common/qat/dev/qat_dev_gen4.c | 8 ++++++++ > drivers/common/qat/qat_adf/icp_qat_hw.h | 18 ++++++++++++++++++ > drivers/common/qat/qat_device.c | 10 +++++++++- > drivers/common/qat/qat_device.h | 8 +++++++- > 7 files changed, 71 insertions(+), 2 deletions(-) >

