<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>bc761988b724587fe9ed5b99858b05ef842243ac - ice: Add host SR-IOV support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice/Makefile#bc761988b724587fe9ed5b99858b05ef842243ac</link>
        <description>ice: Add host SR-IOV supportEnable basic SR-IOV support for E800 adapters.Authored-by: Eric Joyner &lt;erj@FreeBSD.org&gt;Signed-off-by: Krzysztof Galazka &lt;krzysztof.galazka@intel.com&gt;Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1573

            List of files:
            /freebsd/sys/modules/ice/Makefile</description>
        <pubDate>Thu, 16 Jan 2025 00:21:04 +0100</pubDate>
        <dc:creator>Krzysztof Galazka &lt;krzysztof.galazka@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/ice/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/ice/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8923de59054358980102ea5acda6c6dd58273957 - ice(4): Update to 1.37.7-k</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice/Makefile#8923de59054358980102ea5acda6c6dd58273957</link>
        <description>ice(4): Update to 1.37.7-kNotable changes include:- DSCP QoS Support (leveraging support added in  rG9c950139051298831ce19d01ea5fb33ec6ea7f89)- Improved PFC handling and TC queue assignments (now all remaining  queues are assigned to TC 0 when more than one TC is enabled and the  number of available queues does not evenly divide between them)- Support for dumping the internal FW state for additional debugging by  Intel support- Support for allowing &quot;No FEC&quot; to be a valid state for the LESM to  negotiate when using non-standard compliant modulesAlso includes various bug fixes and smaller enhancements, too.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;Reviewed by:	erj@Tested by:	Jeff Pieper &lt;jeffrey.pieper@intel.com&gt;MFC after:	3 daysRelnotes:	yesSponsored by:	Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D38109

            List of files:
            /freebsd/sys/modules/ice/Makefile</description>
        <pubDate>Tue, 14 Feb 2023 02:29:44 +0100</pubDate>
        <dc:creator>Piotr Kubaj &lt;pkubaj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8cce8145c39812cc31b50070c44d66ca21a5127 - ice(4): Add ice_rdma.c to module Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice/Makefile#d8cce8145c39812cc31b50070c44d66ca21a5127</link>
        <description>ice(4): Add ice_rdma.c to module MakefileWhen ice is built as a module, it can&apos;t be loaded due to unresolvedsymbol.  Ensuring in Makefile that the ice_rdma.c is built fixes theproblem.Signed-off-by: Bartosz Sobczak &lt;bartosz.sobczak@intel.com&gt;Signed-off-by: Eric Joyner &lt;erj@freebsd.org&gt;Reviewed by:	erj@Sponsored by:	Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D35687

            List of files:
            /freebsd/sys/modules/ice/Makefile</description>
        <pubDate>Wed, 13 Jul 2022 03:27:50 +0200</pubDate>
        <dc:creator>Bartosz Sobczak &lt;bartosz.sobczak@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8a13362d49bf07dfc654e25976d057adbe0ac9c1 - ice(4): Add RDMA Client Interface</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice/Makefile#8a13362d49bf07dfc654e25976d057adbe0ac9c1</link>
        <description>ice(4): Add RDMA Client InterfaceThis allows the &quot;irdma&quot; driver to communicate with the ice(4)driver to allow it access to the underlying device&apos;s hardwareresources as well as synchronize access to shared resources.This interface already existed in the standalone out-of-tree1.34.2 driver; this commit adds and enables it in the in-kerneldriver.Note:Adds hack to module Makefile to compile interface/.m filesThese are required for the RDMA client interface, but they don&apos;tbuild as-is like the normal .c files. The source directory doesn&apos;tseem to be included by default, so add lines that specificallyadd them as libraries so that ice_rdma.h can be found and theinterface files will compile.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;MFC after:	1 weekSponsored by:	Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D30889

            List of files:
            /freebsd/sys/modules/ice/Makefile</description>
        <pubDate>Thu, 02 Dec 2021 01:50:06 +0100</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56429daea255fa719169bb23ded66f8edb6f5408 - ice(4): Update to 1.34.2-k</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice/Makefile#56429daea255fa719169bb23ded66f8edb6f5408</link>
        <description>ice(4): Update to 1.34.2-k- Adds FW logging support  - Once enabled, this lets the firmware print event and error messages    to the log, increasing the visibility into what the hardware is    doing; this is useful for debugging- General bug fixes- Adds inital DCB support to the driver  - Notably, this adds support for DCBX to the driver; now with the    fw_lldp sysctl set to 1, the driver and adapter will adopt a DCBX    configuration sent from a link partner  - Adds statistcs sysctls for priority flow control frames  - Adds new configuration sysctls for DCB-related features: (VLAN) user    priority to TC mapping; ETS bandwidth allocation; priority flow    control- Remove unused SR-IOV files (until support gets added)Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;Tested by:	jeffrey.e.pieper@intel.comMFC after:	3 daysMFC with:	213e91399b, e438f0a975Relnotes:	yesSponsored by:	Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D34024

            List of files:
            /freebsd/sys/modules/ice/Makefile</description>
        <pubDate>Fri, 04 Mar 2022 19:25:25 +0100</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d08b8680e12ad692736c84238dcf45c70c228914 - ice(4): Update to version 0.28.1-k</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice/Makefile#d08b8680e12ad692736c84238dcf45c70c228914</link>
        <description>ice(4): Update to version 0.28.1-kThis updates the driver to align with the version included inthe &quot;Intel Ethernet Adapter Complete Driver Pack&quot;, version 25.6.There are no major functional changes; this mostly containsbug fixes and changes to prepare for new features. This versionof the driver uses the previously committed ice_ddp package1.3.19.0.Signed-off-by: Eric Joyner &lt;erj@FreeBSD.org&gt;Tested by:	jeffrey.e.pieper@intel.comSponsored by:	Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D28640

            List of files:
            /freebsd/sys/modules/ice/Makefile</description>
        <pubDate>Tue, 23 Feb 2021 02:45:09 +0100</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71d104536b513298902be65342afe6f3792f29e4 - ice(4): Introduce new driver for Intel E800 Ethernet controllers</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/ice/Makefile#71d104536b513298902be65342afe6f3792f29e4</link>
        <description>ice(4): Introduce new driver for Intel E800 Ethernet controllersThe ice(4) driver is the driver for the Intel E8xx series Ethernetcontrollers; currently with codenames Columbiaville andColumbia Park.These new controllers support 100G speeds, as well as introducingmore queues, better virtualization support, and more offloadcapabilities. Future work will enable virtual functions (likein ixl(4)) and the other functionality outlined above.For full functionality, the kernel should be compiled with&quot;device ice_ddp&quot; like in the amd64 NOTES file, and/orice_ddp_load=&quot;YES&quot; should be added to /boot/loader.conf so thatthe DDP package file included in this commit can be downloadedto the adapter. Otherwise, the adapter will fall back to a singlequeue mode with limited functionality.A man page for this driver will be forthcoming.MFC after:	1 monthRelnotes:	yesSponsored by:	Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D21959

            List of files:
            /freebsd/sys/modules/ice/Makefile</description>
        <pubDate>Wed, 27 May 2020 01:35:10 +0200</pubDate>
        <dc:creator>Eric Joyner &lt;erj@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
