> -----Original Message----- > From: Kusztal, ArkadiuszX <[email protected]> > Sent: Monday, June 28, 2021 5:34 PM > To: [email protected] > Cc: [email protected]; Trahe, Fiona <[email protected]>; Zhang, Roy > Fan <[email protected]>; Kusztal, ArkadiuszX > <[email protected]> > Subject: [PATCH v2 02/16] crypto/qat: add support for generation 4 devices > > This commit adds support for fourth generation (GEN4) of > Intel QuickAssist (QAT) Technology devices. > > Signed-off-by: Arek Kusztal <[email protected]> > --- > doc/guides/cryptodevs/qat.rst | 10 +- > doc/guides/rel_notes/release_21_08.rst | 6 + > .../adf_transport_access_macros_gen4.h | 52 ++++ > .../adf_transport_access_macros_gen4vf.h | 48 ++++ > drivers/common/qat/qat_common.h | 3 +- > drivers/common/qat/qat_device.c | 22 ++ > drivers/common/qat/qat_device.h | 3 + > drivers/common/qat/qat_qp.c | 243 +++++++++++++----- > drivers/common/qat/qat_qp.h | 29 ++- > drivers/compress/qat/qat_comp_pmd.c | 7 +- > drivers/crypto/qat/qat_asym_pmd.c | 7 +- > drivers/crypto/qat/qat_sym_pmd.c | 33 ++- > drivers/crypto/qat/qat_sym_session.c | 1 + > 13 files changed, 386 insertions(+), 78 deletions(-) > create mode 100644 > drivers/common/qat/qat_adf/adf_transport_access_macros_gen4.h > create mode 100644 > drivers/common/qat/qat_adf/adf_transport_access_macros_gen4vf.h
Acked-by: Fan Zhang <[email protected]>

