Address module reproducibility issuesUse .PATH & bare filename. This prevents the real source path frombeing included in the built object, which improves reproducibility.Signed-off-by: Dan McGre
Address module reproducibility issuesUse .PATH & bare filename. This prevents the real source path frombeing included in the built object, which improves reproducibility.Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1211
show more ...
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
qat: Add Intel® 4xxx Series platform supportOverview:Intel(R) QuickAssist Technology (Intel(R) QAT) provides hardwareacceleration for offloading security, authentication and compressionservices
qat: Add Intel® 4xxx Series platform supportOverview:Intel(R) QuickAssist Technology (Intel(R) QAT) provides hardwareacceleration for offloading security, authentication and compressionservices from the CPU, thus significantly increasing the performance andefficiency of standard platform solutions.This commit introduces:- Intel® 4xxx Series platform support.- QuickAssist kernel API implementation update for Generation 4 device. Enabled services: symmetric cryptography and data compression.- Increased default number of crypto instances in static configuration for performance purposes.OCF backend changes:- changed GCM/CCM MAC validation policy to generate MAC by HW and validate by SW due to the QAT HW limitations.Patch co-authored by: Krzysztof Zdziarski <krzysztofx.zdziarski@intel.com>Patch co-authored by: Michal Jaraczewski <michalx.jaraczewski@intel.com>Patch co-authored by: Michal Gulbicki <michalx.gulbicki@intel.com>Patch co-authored by: Julian Grajkowski <julianx.grajkowski@intel.com>Patch co-authored by: Piotr Kasierski <piotrx.kasierski@intel.com>Patch co-authored by: Adam Czupryna <adamx.czupryna@intel.com>Patch co-authored by: Konrad Zelazny <konradx.zelazny@intel.com>Patch co-authored by: Katarzyna Rucinska <katarzynax.kargol@intel.com>Patch co-authored by: Lukasz Kolodzinski <lukaszx.kolodzinski@intel.com>Patch co-authored by: Zbigniew Jedlinski <zbigniewx.jedlinski@intel.com>Sponsored by: Intel CorporationReviewed by: markj, jhbDifferential Revision: https://reviews.freebsd.org/D36254
qat: Move qat_c2xxx firmware files and build glue into separate dirsReviewed by: Zdziarski, KrzysztofX <krzysztofx.zdziarski@intel.com>Sponsored by: The FreeBSD FoundationDifferential Revision: h
qat: Move qat_c2xxx firmware files and build glue into separate dirsReviewed by: Zdziarski, KrzysztofX <krzysztofx.zdziarski@intel.com>Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D36032
qat: Import a new Intel (R) QAT driverQAT in-tree driver ported from out-of-tree release availablefrom 01.org.The driver exposes complete cryptography and data compressionAPI in the kernel and
qat: Import a new Intel (R) QAT driverQAT in-tree driver ported from out-of-tree release availablefrom 01.org.The driver exposes complete cryptography and data compressionAPI in the kernel and integrates with Open Crypto Framework.Details of supported operations, devices and usage can be foundin man and on 01.org.Patch co-authored by: Krzysztof Zdziarski <krzysztofx.zdziarski@intel.com>Patch co-authored by: Michal Jaraczewski <michalx.jaraczewski@intel.com>Patch co-authored by: Michal Gulbicki <michalx.gulbicki@intel.com>Patch co-authored by: Julian Grajkowski <julianx.grajkowski@intel.com>Patch co-authored by: Piotr Kasierski <piotrx.kasierski@intel.com>Patch co-authored by: Adam Czupryna <adamx.czupryna@intel.com>Patch co-authored by: Konrad Zelazny <konradx.zelazny@intel.com>Patch co-authored by: Katarzyna Rucinska <katarzynax.kargol@intel.com>Patch co-authored by: Lukasz Kolodzinski <lukaszx.kolodzinski@intel.com>Patch co-authored by: Zbigniew Jedlinski <zbigniewx.jedlinski@intel.com>Reviewed by: markj, jhb (OCF integration)Reviewed by: debdrup, pauamma (docs)Sponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D34632
qat: Rename to qat_c2xxx and remove support for modern chipsetsA replacement QAT driver will be imported, but this replacement does notsupport Atom C2xxx hardware. So, the existing driver will be
qat: Rename to qat_c2xxx and remove support for modern chipsetsA replacement QAT driver will be imported, but this replacement does notsupport Atom C2xxx hardware. So, the existing driver will be keptaround to provide opencrypto offload support for those chipsets.Reviewed by: pauamma, emasteSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D35817
qatfw: Fix firmware autoloading for qat_c2xxx devicesr368193 was suppsed to rename the MOF firmware image, but theqat_c2xxxfw makefile defined the two images in the wrong order so theMMP image wa
qatfw: Fix firmware autoloading for qat_c2xxx devicesr368193 was suppsed to rename the MOF firmware image, but theqat_c2xxxfw makefile defined the two images in the wrong order so theMMP image was renamed instead.MFC after: 3 daysSponsored by: Rubicon Communications, LLC (Netgate)
qat: Fix firmware module autoloadingIf firmware_get() fails to find a loaded firmware image, it searches forcandidate KLDs to load. It will search for a KLD containing a modulewith the same name
qat: Fix firmware module autoloadingIf firmware_get() fails to find a loaded firmware image, it searches forcandidate KLDs to load. It will search for a KLD containing a modulewith the same name as the requested image, and failing that, will load aKLD with the same basename as the requested image.The module name given by fw_stub.awk is simply "<mangled KLD name>_fw".QAT firmware modules contain two images, neither of which match eitherof the names used during lookup, so automatic loading of firmware imagesafter mountroot does not work. Work around this by using the samestring for the first image name and for the KLD basename.MFC after: 3 daysSponsored by: Rubicon Communications, LLC (Netgate)
Add firmware modules for qat(4)MFC after: 3 daysSponsored by: Rubicon Communications, LLC (Netgate)