<?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>93c68f12 - gve: move DQO rx buffer management related code to a new file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/google/gve/Makefile#93c68f12</link>
        <description>gve: move DQO rx buffer management related code to a new fileIn preparation for the upcoming page pool adoption for DQOraw addressing mode, move RX buffer management code to a newfile. In the follow on patches, page pool code will be addedto this file.No functional change, just movement of code.Reviewed-by: Praveen Kaligineedi &lt;pkaligineedi@google.com&gt;Reviewed-by: Shailend Chand &lt;shailend@google.com&gt;Reviewed-by: Willem de Bruijn &lt;willemb@google.com&gt;Signed-off-by: Harshitha Ramamurthy &lt;hramamurthy@google.com&gt;Reviewed-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Link: https://patch.msgid.link/20241014202108.1051963-2-pkaligineedi@google.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/google/gve/Makefile</description>
        <pubDate>Mon, 14 Oct 2024 20:21:06 +0000</pubDate>
        <dc:creator>Harshitha Ramamurthy &lt;hramamurthy@google.com&gt;</dc:creator>
    </item>
<item>
        <title>6f3bc487 - gve: Add flow steering ethtool support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/google/gve/Makefile#6f3bc487</link>
        <description>gve: Add flow steering ethtool supportImplement the ethtool commands that can be used to configure and queryflow-steering rules.A large part of this change consists of translating the ethtoolrepresentation of &apos;ntuples&apos; to our internal gve_flow_rule and vice-versain the new created gve_flow_rule.cConsidering the possible large amount of flow rules, the driver doesn&apos;tstore all the rules locally. When the user runs &apos;ethtool -n &lt;nic&gt;&apos; tocheck the registered rules, the driver will send adminq command toquery a limited amount of rules/rule ids(that filled in a 4096 bytes dmamemory) at a time as a cache for the ethtool queries. The adminq querycommands will be repeated for several times until the ethtool hasqueried all the needed rules.Signed-off-by: Jeroen de Borst &lt;jeroendb@google.com&gt;Co-developed-by: Ziwei Xiao &lt;ziweixiao@google.com&gt;Signed-off-by: Ziwei Xiao &lt;ziweixiao@google.com&gt;Reviewed-by: Praveen Kaligineedi &lt;pkaligineedi@google.com&gt;Reviewed-by: Harshitha Ramamurthy &lt;hramamurthy@google.com&gt;Reviewed-by: Willem de Bruijn &lt;willemb@google.com&gt;Link: https://patch.msgid.link/20240625001232.1476315-6-ziweixiao@google.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/google/gve/Makefile</description>
        <pubDate>Tue, 25 Jun 2024 00:12:31 +0000</pubDate>
        <dc:creator>Jeroen de Borst &lt;jeroendb@google.com&gt;</dc:creator>
    </item>
<item>
        <title>5e8c5adf - gve: DQO: Add core netdev features</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/google/gve/Makefile#5e8c5adf</link>
        <description>gve: DQO: Add core netdev featuresAdd napi netdev device registration, interrupt handling and initial txand rx polling stubs. The stubs will be filled in follow-on patches.Also:- LRO feature advertisement and handling- Also update ethtool logicSigned-off-by: Bailey Forrest &lt;bcf@google.com&gt;Reviewed-by: Willem de Bruijn &lt;willemb@google.com&gt;Reviewed-by: Catherine Sullivan &lt;csully@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/google/gve/Makefile</description>
        <pubDate>Thu, 24 Jun 2021 18:06:28 +0000</pubDate>
        <dc:creator>Bailey Forrest &lt;bcf@google.com&gt;</dc:creator>
    </item>
<item>
        <title>dbdaa675 - gve: Move some static functions to a common file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/google/gve/Makefile#dbdaa675</link>
        <description>gve: Move some static functions to a common fileThese functions will be shared by the GQI and DQO variants of the GVNICdriver as of follow-up patches in this series.Signed-off-by: Bailey Forrest &lt;bcf@google.com&gt;Reviewed-by: Willem de Bruijn &lt;willemb@google.com&gt;Reviewed-by: Catherine Sullivan &lt;csully@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/google/gve/Makefile</description>
        <pubDate>Thu, 24 Jun 2021 18:06:18 +0000</pubDate>
        <dc:creator>Bailey Forrest &lt;bcf@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e5b845dc - gve: Add ethtool support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/google/gve/Makefile#e5b845dc</link>
        <description>gve: Add ethtool supportAdd support for the following ethtool commands:ethtool -s|--change devname [msglvl N] [msglevel type on|off]ethtool -S|--statistics devnameethtool -i|--driver devnameethtool -l|--show-channels devnameethtool -L|--set-channels devnameethtool -g|--show-ring devnameethtool --reset devnameSigned-off-by: Catherine Sullivan &lt;csully@google.com&gt;Signed-off-by: Sagi Shahar &lt;sagis@google.com&gt;Signed-off-by: Jon Olson &lt;jonolson@google.com&gt;Acked-by: Willem de Bruijn &lt;willemb@google.com&gt;Reviewed-by: Luigi Rizzo &lt;lrizzo@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/google/gve/Makefile</description>
        <pubDate>Mon, 01 Jul 2019 22:57:55 +0000</pubDate>
        <dc:creator>Catherine Sullivan &lt;csully@google.com&gt;</dc:creator>
    </item>
<item>
        <title>f5cedc84 - gve: Add transmit and receive support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/google/gve/Makefile#f5cedc84</link>
        <description>gve: Add transmit and receive supportAdd support for passing traffic.Signed-off-by: Catherine Sullivan &lt;csully@google.com&gt;Signed-off-by: Sagi Shahar &lt;sagis@google.com&gt;Signed-off-by: Jon Olson &lt;jonolson@google.com&gt;Acked-by: Willem de Bruijn &lt;willemb@google.com&gt;Reviewed-by: Luigi Rizzo &lt;lrizzo@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/google/gve/Makefile</description>
        <pubDate>Mon, 01 Jul 2019 22:57:53 +0000</pubDate>
        <dc:creator>Catherine Sullivan &lt;csully@google.com&gt;</dc:creator>
    </item>
<item>
        <title>893ce44d - gve: Add basic driver framework for Compute Engine Virtual NIC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/google/gve/Makefile#893ce44d</link>
        <description>gve: Add basic driver framework for Compute Engine Virtual NICAdd a driver framework for the Compute Engine Virtual NIC that will beavailable in the future.At this point the only functionality is loading the driver.Signed-off-by: Catherine Sullivan &lt;csully@google.com&gt;Signed-off-by: Sagi Shahar &lt;sagis@google.com&gt;Signed-off-by: Jon Olson &lt;jonolson@google.com&gt;Acked-by: Willem de Bruijn &lt;willemb@google.com&gt;Reviewed-by: Luigi Rizzo &lt;lrizzo@google.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/google/gve/Makefile</description>
        <pubDate>Mon, 01 Jul 2019 22:57:52 +0000</pubDate>
        <dc:creator>Catherine Sullivan &lt;csully@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
