Dear Maintainer(s), These patches provide the support for Intel QAT1.6 v 2.3.0-34 on RiverForest platforms.
These patches replace the earlier ones sent by me for fido: [meta-intel][fido][PATCH v3 0/1] QAT recipe for Intel Riverforest on Fido There in no change in patches or the recipe. These have now been tested with master too and should apply cleanly for both master and fido. 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 Tests have been run to ensure software ingredients have been integrated: a/ Kernel module loads ok & there are no errors. b/ cpa_sample_code user space test results look ok. c/ WirelessFirmware tests look ok. 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 (1): meta-crystalforest: qat recipe for riverforest ....0-34-qat-add-install-target-to-makefiles.patch | 343 ++++++++++++++++++++ ....0-34-qat-fix-for-cross-compilation-issue.patch | 40 +++ ....0-34-qat-remove-local-path-from-makefile.patch | 31 ++ .../recipes-extended/qat/qat16_2.3.0-34.bb | 116 +++++++ 4 files changed, 530 insertions(+) create mode 100644 meta-crystalforest/recipes-extended/qat/qat16/qat16_2.3.0-34-qat-add-install-target-to-makefiles.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat16/qat16_2.3.0-34-qat-fix-for-cross-compilation-issue.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat16/qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch create mode 100644 meta-crystalforest/recipes-extended/qat/qat16_2.3.0-34.bb -- 1.7.9.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
