<?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>5ea73bf3 - sfc: document devlink flash support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#5ea73bf3</link>
        <description>sfc: document devlink flash supportUpdate the information in sfc&apos;s devlink documentation including support for firmware update with devlink flash.Also update the help text for CONFIG_SFC_MTD, as it is no longer strictly required for firmware updates.Signed-off-by: Edward Cree &lt;ecree.xilinx@gmail.com&gt;Link: https://patch.msgid.link/3476b0ef04a0944f03e0b771ec8ed1a9c70db4dc.1739186253.git.ecree.xilinx@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Mon, 10 Feb 2025 11:25:45 +0000</pubDate>
        <dc:creator>Edward Cree &lt;ecree.xilinx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>40cba833 - sfc: add CONFIG_INET dependency for TC offload</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#40cba833</link>
        <description>sfc: add CONFIG_INET dependency for TC offloadThe driver now fails to link when CONFIG_INET is disabled, soadd an explicit Kconfig dependency:ld.lld: error: undefined symbol: ip_route_output_flow&gt;&gt;&gt; referenced by tc_encap_actions.c&gt;&gt;&gt;               drivers/net/ethernet/sfc/tc_encap_actions.o:(efx_tc_flower_create_encap_md) in archive vmlinux.ald.lld: error: undefined symbol: ip_send_check&gt;&gt;&gt; referenced by tc_encap_actions.c&gt;&gt;&gt;               drivers/net/ethernet/sfc/tc_encap_actions.o:(efx_gen_encap_header) in archive vmlinux.a&gt;&gt;&gt; referenced by tc_encap_actions.c&gt;&gt;&gt;               drivers/net/ethernet/sfc/tc_encap_actions.o:(efx_gen_encap_header) in archive vmlinux.ald.lld: error: undefined symbol: arp_tbl&gt;&gt;&gt; referenced by tc_encap_actions.c&gt;&gt;&gt;               drivers/net/ethernet/sfc/tc_encap_actions.o:(efx_tc_netevent_event) in archive vmlinux.a&gt;&gt;&gt; referenced by tc_encap_actions.c&gt;&gt;&gt;               drivers/net/ethernet/sfc/tc_encap_actions.o:(efx_tc_netevent_event) in archive vmlinux.aFixes: a1e82162af0b8 (&quot;sfc: generate encap headers for TC offload&quot;)Reviewed-by: Edward Cree &lt;ecree.xilinx@gmail.com&gt;Reviewed-by: Simon Horman &lt;simon.horman@corigine.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202306151656.yttECVTP-lkp@intel.com/Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20230619091215.2731541-1-arnd@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Mon, 19 Jun 2023 09:12:09 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>fa34a514 - sfc: add devlink support for ef100</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#fa34a514</link>
        <description>sfc: add devlink support for ef100Add devlink infrastructure support. Further patches add devlinkinfo and devlink port support.Signed-off-by: Alejandro Lucero &lt;alejandro.lucero-palau@amd.com&gt;Reviewed-by: Jiri Pirko &lt;jiri@nvidia.com&gt;Acked-by: Martin Habets &lt;habetsm.xilinx@gmail.com&gt;Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Wed, 15 Feb 2023 09:08:21 +0000</pubDate>
        <dc:creator>Alejandro Lucero &lt;alejandro.lucero-palau@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>58b6b3d5 - sfc/siena: Make MCDI logging support specific for Siena</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#58b6b3d5</link>
        <description>sfc/siena: Make MCDI logging support specific for SienaAdd a Siena Kconfig option and use it in stead of the sfc one.Rename the internal variable for the &apos;mcdi_logging_default&apos; moduleparameter to avoid a naming conflict with the one in sfc.ko.Signed-off-by: Martin Habets &lt;habetsm.xilinx@gmail.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Wed, 11 May 2022 16:20:01 +0000</pubDate>
        <dc:creator>Martin Habets &lt;habetsm.xilinx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f62a0745 - siena: Make HWMON support specific for Siena</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#f62a0745</link>
        <description>siena: Make HWMON support specific for SienaAdd a Siena Kconfig option and use it in stead of the sfc one.Signed-off-by: Martin Habets &lt;habetsm.xilinx@gmail.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Wed, 11 May 2022 16:19:49 +0000</pubDate>
        <dc:creator>Martin Habets &lt;habetsm.xilinx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dfb1cfbd - siena: Make SRIOV support specific for Siena</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#dfb1cfbd</link>
        <description>siena: Make SRIOV support specific for SienaAdd a Siena Kconfig option and use it in stead of the sfc one.Signed-off-by: Martin Habets &lt;habetsm.xilinx@gmail.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Wed, 11 May 2022 16:19:36 +0000</pubDate>
        <dc:creator>Martin Habets &lt;habetsm.xilinx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>65d4b471 - siena: Make MTD support specific for Siena</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#65d4b471</link>
        <description>siena: Make MTD support specific for SienaAdd a Siena Kconfig option and use it in stead of the sfc one.Signed-off-by: Martin Habets &lt;habetsm.xilinx@gmail.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Wed, 11 May 2022 16:19:24 +0000</pubDate>
        <dc:creator>Martin Habets &lt;habetsm.xilinx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c5a13c31 - sfc: Add a basic Siena module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#c5a13c31</link>
        <description>sfc: Add a basic Siena moduleMake the (un)load message more specific to differentiate it fromthe sfc.ko messages.Signed-off-by: Martin Habets &lt;habetsm.xilinx@gmail.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Mon, 09 May 2022 15:33:23 +0000</pubDate>
        <dc:creator>Martin Habets &lt;habetsm.xilinx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0c38a5bd - sfc: Disable Siena support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#0c38a5bd</link>
        <description>sfc: Disable Siena supportDisable the build of Siena code until later in this patch series.Prevent sfc.ko from binding to Siena NICs.efx_init_sriov/efx_fini_sriov is only used for Siena. Remove callsto those.Signed-off-by: Martin Habets &lt;habetsm.xilinx@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Wed, 04 May 2022 07:49:53 +0000</pubDate>
        <dc:creator>Martin Habets &lt;martinh@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>e5f31552 - ethernet: fix PTP_1588_CLOCK dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#e5f31552</link>
        <description>ethernet: fix PTP_1588_CLOCK dependenciesThe &apos;imply&apos; keyword does not do what most people think it does, it onlypolitely asks Kconfig to turn on another symbol, but does not preventit from being disabled manually or built as a loadable module when theuser is built-in. In the ICE driver, the latter now causes a link failure:aarch64-linux-ld: drivers/net/ethernet/intel/ice/ice_main.o: in function `ice_eth_ioctl&apos;:ice_main.c:(.text+0x13b0): undefined reference to `ice_ptp_get_ts_config&apos;ice_main.c:(.text+0x13b0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ice_ptp_get_ts_config&apos;aarch64-linux-ld: ice_main.c:(.text+0x13bc): undefined reference to `ice_ptp_set_ts_config&apos;ice_main.c:(.text+0x13bc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ice_ptp_set_ts_config&apos;aarch64-linux-ld: drivers/net/ethernet/intel/ice/ice_main.o: in function `ice_prepare_for_reset&apos;:ice_main.c:(.text+0x31fc): undefined reference to `ice_ptp_release&apos;ice_main.c:(.text+0x31fc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `ice_ptp_release&apos;aarch64-linux-ld: drivers/net/ethernet/intel/ice/ice_main.o: in function `ice_rebuild&apos;:This is a recurring problem in many drivers, and we have discussedit several times befores, without reaching a consensus. I&apos;m providinga link to the previous email thread for reference, which discussessome related problems.To solve the dependency issue better than the &apos;imply&apos; keyword, introduce aseparate Kconfig symbol &quot;CONFIG_PTP_1588_CLOCK_OPTIONAL&quot; that any drivercan depend on if it is able to use PTP support when available, but worksfine without it. Whenever CONFIG_PTP_1588_CLOCK=m, those drivers arethen prevented from being built-in, the same way as with a &apos;depends onPTP_1588_CLOCK || !PTP_1588_CLOCK&apos; dependency that does the same trick,but that can be rather confusing when you first see it.Since this should cover the dependencies correctly, the IS_REACHABLE()hack in the header is no longer needed now, and can be turned backinto a normal IS_ENABLED() check. Any driver that gets the dependencywrong will now cause a link time failure rather than being unable to usePTP support when that is in a loadable module.However, the two recently added ptp_get_vclocks_index() andptp_convert_timestamp() interfaces are only called from builtin code withethtool and socket timestamps, so keep the current behavior by stubbingthose out completely when PTP is in a loadable module. This should beaddressed properly in a follow-up.As Richard suggested, we may want to actually turn PTP support into a&apos;bool&apos; option later on, preventing it from being a loadable modulealtogether, which would be one way to solve the problem with the ethtoolinterface.Fixes: 06c16d89d2cb (&quot;ice: register 1588 PTP clock device object for E810 devices&quot;)Link: https://lore.kernel.org/netdev/20210804121318.337276-1-arnd@kernel.org/Link: https://lore.kernel.org/netdev/CAK8P3a06enZOf=XyZ+zcAwBczv41UuCTz+=0FMf2gBz1_cOnZQ@mail.gmail.com/Link: https://lore.kernel.org/netdev/CAK8P3a3=eOxE-K25754+fB_-i_0BZzf9a9RfPTX3ppSwu9WZXw@mail.gmail.com/Link: https://lore.kernel.org/netdev/20210726084540.3282344-1-arnd@kernel.org/Acked-by: Shannon Nelson &lt;snelson@pensando.io&gt;Acked-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Reviewed-by: Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20210812183509.1362782-1-arnd@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Thu, 12 Aug 2021 18:33:58 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>51b35a45 - sfc: skeleton EF100 PF driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#51b35a45</link>
        <description>sfc: skeleton EF100 PF driverNo TX or RX path, no MCDI, not even an ifup/down handler.Besides stubs, the bulk of the patch deals with reading the Xilinx extended PCIe capability, which tells us where to find our BAR.Though in the same module, EF100 has its own struct pci_driver, which is named sfc_ef100.A small number of additional nic_type methods are added; those in the TX (tx_enqueue) and RX (rx_packet) paths are called through indirect call wrappers to minimise the performance impact.Signed-off-by: Edward Cree &lt;ecree@solarflare.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Mon, 27 Jul 2020 11:55:55 +0000</pubDate>
        <dc:creator>Edward Cree &lt;ecree@solarflare.com&gt;</dc:creator>
    </item>
<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/sfc/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/sfc/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>edf45791 - sfc: Remove unnecessary dependencies on I2C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#edf45791</link>
        <description>sfc: Remove unnecessary dependencies on I2COnly the SFC4000 code, now moved to sfc-falcon, needed I2C.Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;Acked-by: Edward Cree &lt;ecree@solarflare.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Tue, 31 Dec 2019 16:59:08 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;ben@decadent.org.uk&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/sfc/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/sfc/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>ae99b639 - ethernet: sfc: Add Kconfig entry for vendor Solarflare</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#ae99b639</link>
        <description>ethernet: sfc: Add Kconfig entry for vendor SolarflareSince commit  5a6681e22c14 (&quot;sfc: separate out SFC4000 (&quot;Falcon&quot;) support into new sfc-falcon driver&quot;)there are two drivers for Solarflare devices, but both still show updirectly beneath &quot;Ethernet driver support&quot; in the Kconfig. Follow thepattern of other vendors and group them beneath an own vendor Kconfigentry for Solarflare.Cc: Edward Cree &lt;ecree@solarflare.com&gt;Signed-off-by: Tobias Klauser &lt;tklauser@distanz.ch&gt;Acked-by: Edward Cree &lt;ecree@solarflare.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Tue, 20 Dec 2016 13:38:26 +0000</pubDate>
        <dc:creator>Tobias Klauser &lt;tklauser@distanz.ch&gt;</dc:creator>
    </item>
<item>
        <title>d7d6caba - sfc: don&apos;t select SFC_FALCON</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#d7d6caba</link>
        <description>sfc: don&apos;t select SFC_FALCONEasy enough for Falcon users to enable it when making oldconfig.Signed-off-by: Edward Cree &lt;ecree@solarflare.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Thu, 01 Dec 2016 17:01:07 +0000</pubDate>
        <dc:creator>Edward Cree &lt;ecree@solarflare.com&gt;</dc:creator>
    </item>
<item>
        <title>5a6681e2 - sfc: separate out SFC4000 (&quot;Falcon&quot;) support into new sfc-falcon driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#5a6681e2</link>
        <description>sfc: separate out SFC4000 (&quot;Falcon&quot;) support into new sfc-falcon driverRationale: The differences between Falcon and Siena are in many ways larger than those between Siena and EF10 (despite Siena being nominally &quot;Falcon- architecture&quot;); for instance, Falcon has no MCPU, so there is no MCDI. Removing Falcon support from the sfc driver should simplify the latter, and avoid the possibility of Falcon support being broken by changes to sfc (which are rarely if ever tested on Falcon, it being end-of-lifed hardware).The sfc-falcon driver created in this changeset is essentially a copy of the sfc driver, but with Siena- and EF10-specific code, including MCDI, removed and with the &quot;efx_&quot; identifier prefix changed to &quot;ef4_&quot; (for &quot;EFX 4000- series&quot;) to avoid collisions when both drivers are built-in.This changeset removes Falcon from the sfc driver&apos;s PCI ID table; then in sfc I&apos;ve removed obvious Falcon-related code: I removed the Falcon NIC functions, Falcon PHY code, and EFX_REV_FALCON_*, then fixed up everything that referenced them.Also, increment minor version of both drivers (to 4.1).For now, CONFIG_SFC selects CONFIG_SFC_FALCON, so that updating old configs doesn&apos;t cause Falcon support to disappear; but that should be undone at some point in the future.Signed-off-by: Edward Cree &lt;ecree@solarflare.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Mon, 28 Nov 2016 18:55:34 +0000</pubDate>
        <dc:creator>Edward Cree &lt;ecree@solarflare.com&gt;</dc:creator>
    </item>
<item>
        <title>d1cbfd77 - ptp_clock: Allow for it to be optional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#d1cbfd77</link>
        <description>ptp_clock: Allow for it to be optionalIn order to break the hard dependency between the PTP clock subsystem andethernet drivers capable of being clock providers, this patch providessimple PTP stub functions to allow linkage of those drivers into thekernel even when the PTP subsystem is configured out. Drivers must beready to accept NULL from ptp_clock_register() in that case.And to make it possible for PTP to be configured out, the select statementin those driver&apos;s Kconfig menu entries is converted to the new &quot;imply&quot;statement. This way the PTP subsystem may have Kconfig dependencies ofits own, such as POSIX_TIMERS, without having to make those ethernetdrivers unavailable if POSIX timers are cconfigured out. And when supportfor POSIX timers is selected again then the default config option for PTPclock support will automatically be adjusted accordingly.The pch_gbe driver is a bit special as it relies on extra code indrivers/ptp/ptp_pch.c. Therefore we let the make process descend intodrivers/ptp/ even if PTP_1588_CLOCK is unselected.Signed-off-by: Nicolas Pitre &lt;nico@linaro.org&gt;Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Acked-by: Edward Cree &lt;ecree@solarflare.com&gt;Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Acked-by: John Stultz &lt;john.stultz@linaro.org&gt;Reviewed-by: Josh Triplett &lt;josh@joshtriplett.org&gt;Cc: Paul Bolle &lt;pebolle@tiscali.nl&gt;Cc: linux-kbuild@vger.kernel.orgCc: netdev@vger.kernel.orgCc: Michal Marek &lt;mmarek@suse.com&gt;Link: http://lkml.kernel.org/r/1478841010-28605-4-git-send-email-nicolas.pitre@linaro.orgSigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Fri, 11 Nov 2016 05:10:07 +0000</pubDate>
        <dc:creator>Nicolas Pitre &lt;nicolas.pitre@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e7fef9b4 - sfc: add sysfs entry to control MCDI tracing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#e7fef9b4</link>
        <description>sfc: add sysfs entry to control MCDI tracingMCDI tracing is enabled per-function with a sysfs file    /sys/class/net/&lt;NET_DEV&gt;/device/mcdi_loggingSigned-off-by: Edward Cree &lt;ecree@solarflare.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Wed, 27 May 2015 12:14:01 +0000</pubDate>
        <dc:creator>Edward Cree &lt;ecree@solarflare.com&gt;</dc:creator>
    </item>
<item>
        <title>75aba2a5 - sfc: add tracing of MCDI commands</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/sfc/Kconfig#75aba2a5</link>
        <description>sfc: add tracing of MCDI commandsMCDI tracing is conditional on CONFIG_SFC_MCDI_LOGGING, which is enabled by default.Each MCDI command will produce a console line like    sfc dom:bus:dev:fn ifname: MCDI RPC REQ: xxxxxxxx [yyyyyyyy...]where xxxxxxxx etc. are the raw MCDI payload in 32-bit hex chunks.The response will then produce a similar line with &quot;RESP&quot; instead of &quot;REQ&quot;, and containing the MCDI response payload (if any).Signed-off-by: Edward Cree &lt;ecree@solarflare.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/sfc/Kconfig</description>
        <pubDate>Wed, 27 May 2015 12:13:54 +0000</pubDate>
        <dc:creator>Edward Cree &lt;ecree@solarflare.com&gt;</dc:creator>
    </item>
</channel>
</rss>
