<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amazon/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amazon/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ff04cfba - net: ena: Select DIMLIB for ENA_ETHERNET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amazon/Kconfig#ff04cfba</link>
        <description>net: ena: Select DIMLIB for ENA_ETHERNETIf CONFIG_ENA_ETHERNET=y and CONFIG_DIMLIB=n,below erros can be found:drivers/net/ethernet/amazon/ena/ena_netdev.o: In function `ena_dim_work&apos;:ena_netdev.c:(.text+0x21cc): undefined reference to `net_dim_get_rx_moderation&apos;ena_netdev.c:(.text+0x21cc): relocation truncated tofit: R_AARCH64_CALL26 against undefined symbol `net_dim_get_rx_moderation&apos;drivers/net/ethernet/amazon/ena/ena_netdev.o: In function `ena_io_poll&apos;:ena_netdev.c:(.text+0x7bd4): undefined reference to `net_dim&apos;ena_netdev.c:(.text+0x7bd4): relocation truncated to fit:R_AARCH64_CALL26 against undefined symbol `net_dim&apos;After commit 282faf61a053 (&quot;net: ena: switch to dim algorithm for rx adaptiveinterrupt moderation&quot;), it introduces dim algorithm, which configured by CONFIG_DIMLIB.So, this patch is to select DIMLIB for ENA_ETHERNET.Fixes: 282faf61a053 (&quot;net: ena: switch to dim algorithm for rx adaptive interrupt moderation&quot;)Signed-off-by: Mao Wenan &lt;maowenan@huawei.com&gt;Signed-off-by: Jakub Kicinski &lt;jakub.kicinski@netronome.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amazon/Kconfig</description>
        <pubDate>Sun, 22 Sep 2019 05:38:08 +0000</pubDate>
        <dc:creator>Mao Wenan &lt;maowenan@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amazon/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amazon/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>8c590f97 - net: ena: Fix Kconfig dependency on X86</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amazon/Kconfig#8c590f97</link>
        <description>net: ena: Fix Kconfig dependency on X86The Kconfig limitation of X86 is to too wide.The ENA driver only requires a little endian dependency.Change the dependency to be on little endian CPU.Signed-off-by: Netanel Belgazal &lt;netanel@amazon.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amazon/Kconfig</description>
        <pubDate>Wed, 17 Oct 2018 10:04:21 +0000</pubDate>
        <dc:creator>Netanel Belgazal &lt;netanel@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>1738cd3e - net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amazon/Kconfig#1738cd3e</link>
        <description>net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)This is a driver for the ENA family of networking devices.Signed-off-by: Netanel Belgazal &lt;netanel@annapurnalabs.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amazon/Kconfig</description>
        <pubDate>Wed, 10 Aug 2016 11:03:22 +0000</pubDate>
        <dc:creator>Netanel Belgazal &lt;netanel@annapurnalabs.com&gt;</dc:creator>
    </item>
</channel>
</rss>
