Deprecate contigfree(9) in favour of free(9)As of 9e6544dd6e02c46b805d11ab925c4f3b18ad7a4b contigfree(9) is no longerneeded and should not be used anymore. We leave a wrapper for 3rd partycode i
Deprecate contigfree(9) in favour of free(9)As of 9e6544dd6e02c46b805d11ab925c4f3b18ad7a4b contigfree(9) is no longerneeded and should not be used anymore. We leave a wrapper for 3rd partycode in at least 15.x but remove (almost) all other cases from the tree.This leaves one use of contigfree(9) untouched; that was the originaltrigger for 9e6544dd6e02 and is handled in D45813 (to be committedseperately later).Sponsored by: The FreeBSD FoundationReviewed by: markj, kibTested by: pho (10h stress test run)Differential Revision: https://reviews.freebsd.org/D46099
show more ...
sys: Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\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: 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