<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qat/qat_api/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/qat/qat_api/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>266b0663 - qat: Add Intel&#174; 4xxx Series VF driver support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qat/qat_api/Makefile#266b0663</link>
        <description>qat: Add Intel&#174; 4xxx Series VF driver 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&#174; 4xxx Series VF driver support.- Device configurability via sysctls.- UIO support for Intel&#174; 4xxx Series devices.Patch co-authored by: Krzysztof Zdziarski &lt;krzysztofx.zdziarski@intel.com&gt;Patch co-authored by: Michal Gulbicki &lt;michalx.gulbicki@intel.com&gt;Patch co-authored by: Julian Grajkowski &lt;julianx.grajkowski@intel.com&gt;Patch co-authored by: Piotr Kasierski &lt;piotrx.kasierski@intel.com&gt;Patch co-authored by: Lukasz Kolodzinski &lt;lukaszx.kolodzinski@intel.com&gt;Patch co-authored by: Karol Grzadziel &lt;karolx.grzadziel@intel.com&gt;Sponsored by:	Intel CorporationDifferential Revision: https://reviews.freebsd.org/D39850

            List of files:
            /freebsd-14.2/sys/modules/qat/qat_api/Makefile</description>
        <pubDate>Mon, 12 Jun 2023 17:10:03 +0000</pubDate>
        <dc:creator>Krzysztof Zdziarski &lt;krzysztofx.zdziarski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a977168c - qat: Add Intel&#174; 4xxx Series platform support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qat/qat_api/Makefile#a977168c</link>
        <description>qat: Add Intel&#174; 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&#174; 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 &lt;krzysztofx.zdziarski@intel.com&gt;Patch co-authored by: Michal Jaraczewski &lt;michalx.jaraczewski@intel.com&gt;Patch co-authored by: Michal Gulbicki &lt;michalx.gulbicki@intel.com&gt;Patch co-authored by: Julian Grajkowski &lt;julianx.grajkowski@intel.com&gt;Patch co-authored by: Piotr Kasierski &lt;piotrx.kasierski@intel.com&gt;Patch co-authored by: Adam Czupryna &lt;adamx.czupryna@intel.com&gt;Patch co-authored by: Konrad Zelazny &lt;konradx.zelazny@intel.com&gt;Patch co-authored by: Katarzyna Rucinska &lt;katarzynax.kargol@intel.com&gt;Patch co-authored by: Lukasz Kolodzinski &lt;lukaszx.kolodzinski@intel.com&gt;Patch co-authored by: Zbigniew Jedlinski &lt;zbigniewx.jedlinski@intel.com&gt;Sponsored by:	Intel CorporationReviewed by:	markj, jhbDifferential Revision:	https://reviews.freebsd.org/D36254

            List of files:
            /freebsd-14.2/sys/modules/qat/qat_api/Makefile</description>
        <pubDate>Tue, 24 Jan 2023 14:31:38 +0000</pubDate>
        <dc:creator>Michal Gulbicki &lt;michalx.gulbicki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b1746534 - qat: Remove non-existent path from -I.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qat/qat_api/Makefile#b1746534</link>
        <description>qat: Remove non-existent path from -I.Reviewed by:	markjReported by:	GCC -Wmissing-include-dirsDifferential Revision:	https://reviews.freebsd.org/D36779

            List of files:
            /freebsd-14.2/sys/modules/qat/qat_api/Makefile</description>
        <pubDate>Thu, 29 Sep 2022 22:06:31 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>514fb387 - LinuxKPI: define LINUXKPI_INCLUDES for module builds as well</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qat/qat_api/Makefile#514fb387</link>
        <description>LinuxKPI: define LINUXKPI_INCLUDES for module builds as wellWhile for in-kernel we already have LINUXKPI_INCLUDES in kern.pre.mkfor kmod builds we&apos;ve not had a common define to use leading to variousspellings of include paths.In order for the include list to be expanded more easily in the future,e.g., adding the &quot;dummy&quot; includes (for all) and to harmonize code,duplicate LINUXKPI_INCLUDES to kmod.mk and use it for all module Makefiles.MFC after:	1 weekReviewed by:	hselaskyDifferential Revision: https://reviews.freebsd.org/D36683

            List of files:
            /freebsd-14.2/sys/modules/qat/qat_api/Makefile</description>
        <pubDate>Fri, 23 Sep 2022 21:18:45 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e120d3b2 - qat: Move CWARNFLAGS down so it works.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qat/qat_api/Makefile#e120d3b2</link>
        <description>qat: Move CWARNFLAGS down so it works.CWARNFLAGS must be added to after including kern.mk, otherwise all thewarnings set in kern.mk are ignored.  This is why the-Wmissing-prototypes warnings were not seen previously.While here, drop -Wno-pointer-sign as it is doesn&apos;t seem to be needed,but add -Wno-cast-qual to silence warnings for various casts of constpointers to non-const pointers.Reviewed by:	MichalX.Gulbicki_intel.com, markjSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D36332

            List of files:
            /freebsd-14.2/sys/modules/qat/qat_api/Makefile</description>
        <pubDate>Fri, 02 Sep 2022 21:52:19 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78ee8d1c - qat: Import a new Intel (R) QAT driver</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/qat/qat_api/Makefile#78ee8d1c</link>
        <description>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 &lt;krzysztofx.zdziarski@intel.com&gt;Patch co-authored by: Michal Jaraczewski &lt;michalx.jaraczewski@intel.com&gt;Patch co-authored by: Michal Gulbicki &lt;michalx.gulbicki@intel.com&gt;Patch co-authored by: Julian Grajkowski &lt;julianx.grajkowski@intel.com&gt;Patch co-authored by: Piotr Kasierski &lt;piotrx.kasierski@intel.com&gt;Patch co-authored by: Adam Czupryna &lt;adamx.czupryna@intel.com&gt;Patch co-authored by: Konrad Zelazny &lt;konradx.zelazny@intel.com&gt;Patch co-authored by: Katarzyna Rucinska &lt;katarzynax.kargol@intel.com&gt;Patch co-authored by: Lukasz Kolodzinski &lt;lukaszx.kolodzinski@intel.com&gt;Patch co-authored by: Zbigniew Jedlinski &lt;zbigniewx.jedlinski@intel.com&gt;Reviewed by:	markj, jhb (OCF integration)Reviewed by:	debdrup, pauamma (docs)Sponsored by:	Intel CorporationDifferential Revision: https://reviews.freebsd.org/D34632

            List of files:
            /freebsd-14.2/sys/modules/qat/qat_api/Makefile</description>
        <pubDate>Tue, 19 Jul 2022 08:15:34 +0000</pubDate>
        <dc:creator>Julian Grajkowski &lt;julianx.grajkowski@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
