From: Anuj Mittal <[email protected]> Dear Maintainer(s),
These patches provide the support for Intel QAT v 2.3.0-34 on RiverForest platforms. Intel's QuickAssist Technology is designed to optimize the use and deployment of algorithm accelerators in networking and security applications. The software consists of a QAT API that is implemented by a driver which in turn drives the Intel QuickAssist Accelerator hardware. The acceleration driver can run in either kernel space or in user space. More information on QAT is available at: https://01.org/packet-processing/intel%C2%AE-quickassist-technology-drivers-and-patches Basic tests have been run to ensure software ingredients have been integrated. Image and packages-split looks satisfactory. Most of the changes in form of patches here deal with making sure that the software ingredients are installed at right place. Please commit if these look okay. Thank you. Anuj Mittal (3): meta-crystalforest: qat makefile patches meta-crystalforest: qat installer patches meta-crystalforrest: qat recipe for riverforest ...add-generic-paths-to-makefile-for-install.patch | 131 +++++ ...at_2.3.0-34-qat-build-all-the-sample-apps.patch | 33 ++ .../qat_2.3.0-34-qat-copy-all-the-conf-files.patch | 32 ++ ...qat_2.3.0-34-qat-fix-firmware-output-path.patch | 40 ++ ....3.0-34-qat-remove-local-path-in-makefile.patch | 31 ++ ..._2.3.0-34-qat-tweak-sample-code-makefiles.patch | 552 ++++++++++++++++++++ .../recipes-extended/qat/qat_2.3.0-34.bb | 104 ++++ 7 files changed, 923 insertions(+) create mode 100644 meta-crystalforest/recipes-extended/qat/qat/qat_2.3.0-34-qat-add-generic-paths-to-makefile-for-install.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat/qat_2.3.0-34-qat-build-all-the-sample-apps.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat/qat_2.3.0-34-qat-copy-all-the-conf-files.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat/qat_2.3.0-34-qat-fix-firmware-output-path.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat/qat_2.3.0-34-qat-remove-local-path-in-makefile.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat/qat_2.3.0-34-qat-tweak-sample-code-makefiles.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat_2.3.0-34.bb -- 1.7.9.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
