<?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 sysfs-bus-fcoe</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8a7f0e8a - Documentation/ABI: correct possessive &quot;its&quot; typos</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe#8a7f0e8a</link>
        <description>Documentation/ABI: correct possessive &quot;its&quot; typosCorrect all uses of &quot;it&apos;s&quot; that are meant to be possessive &quot;its&quot;.Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20220801025207.29971-1-rdunlap@infradead.orgSigned-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe</description>
        <pubDate>Mon, 01 Aug 2022 02:52:07 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>54a19b4d - docs: ABI: cleanup several ABI documents</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe#54a19b4d</link>
        <description>docs: ABI: cleanup several ABI documentsThere are some ABI documents that, while they don&apos;t generateany warnings, they have issues when parsed by get_abi.pl scripton its output result.Address them, in order to provide a clean output.Reviewed-by: Tom Rix &lt;trix@redhat.com&gt; # for fpga-managerReviewed-By: Kajol Jain&lt;kjain@linux.ibm.com&gt; # for sysfs-bus-event_source-devices-hv_gpci and sysfs-bus-event_source-devices-hv_24x7Acked-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt; #for IIOAcked-by: Oded Gabbay &lt;oded.gabbay@gmail.com&gt; # for HabanalabsAcked-by: Vaibhav Jain &lt;vaibhav@linux.ibm.com&gt; # for sysfs-bus-papr-pmemAcked-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt; # for catptAcked-by: Suzuki K Poulose &lt;suzuki.poulose@arm.com&gt;Acked-by: Ilya Dryomov &lt;idryomov@gmail.com&gt; # for rbdAcked-by: Jonathan Corbet &lt;corbet@lwn.net&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Link: https://lore.kernel.org/r/5bc78e5b68ed1e9e39135173857cb2e753be868f.1604042072.git.mchehab+huawei@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe</description>
        <pubDate>Fri, 30 Oct 2020 07:40:50 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e368c729 - Doc:ABI/testing: Fix typo in sysfs-bus-fcoe</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe#e368c729</link>
        <description>Doc:ABI/testing: Fix typo in sysfs-bus-fcoeThis patch fix some spelling typo in sysfs-bus-fcoeSigned-off-by: Masanari Iida &lt;standby24x7@gmail.com&gt;Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe</description>
        <pubDate>Sat, 20 Jun 2015 02:17:20 +0000</pubDate>
        <dc:creator>Masanari Iida &lt;standby24x7@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6a891b07 - libfcoe, fcoe, bnx2fc: Add new fcoe control interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe#6a891b07</link>
        <description>libfcoe, fcoe, bnx2fc: Add new fcoe control interfaceThis patch does a few things.1) Makes /sys/bus/fcoe/ctlr_{create,destroy} interfaces.   These interfaces take an &lt;ifname&gt; and will either   create an FCoE Controller or destroy an FCoE   Controller depending on which file is written to.   The new FCoE Controller will start in a DISABLED   state and will not do discovery or login until it   is ENABLED. This pause will allow us to configure   the FCoE Controller before enabling it.2) Makes the &apos;mode&apos; attribute of a fcoe_ctlr_device   writale. This allows the user to configure the mode   in which the FCoE Controller will start in when it   is ENABLED.   Possible modes are &apos;Fabric&apos;, or &apos;VN2VN&apos;.   The default mode for a fcoe_ctlr{,_device} is &apos;Fabric&apos;.   Drivers must implement the set_fcoe_ctlr_mode routine   to support this feature.   libfcoe offers an exported routine to set a FCoE   Controller&apos;s mode. The mode can only be changed   when the FCoE Controller is DISABLED.   This patch also removes the get_fcoe_ctlr_mode pointer   in the fcoe_sysfs function template, the code in   fcoe_ctlr.c to get the mode and the assignment of   the fcoe_sysfs function pointer to the fcoe_ctlr.c   implementation (in fcoe and bnx2fc). fcoe_sysfs can   return that value for the mode without consulting the   LLD.3) Make a &apos;enabled&apos; attribute of a fcoe_ctlr_device. On a   read, fcoe_sysfs will return the attribute&apos;s value. On   a write, fcoe_sysfs will call the LLD (if there is a   callback) to notifiy that the enalbed state has changed.This patch maintains the old FCoE control interfaces asmodule parameters, but it adds comments pointing out thatthe old interfaces are deprecated.Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Acked-by: Neil Horman &lt;nhorman@tuxdriver.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe</description>
        <pubDate>Tue, 27 Nov 2012 06:53:30 +0000</pubDate>
        <dc:creator>Robert Love &lt;robert.w.love@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>354d1123 - Documentation: Add missing devices/ to devices path</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe#354d1123</link>
        <description>Documentation: Add missing devices/ to devices pathAdd missing &apos;devices/ subdirectory to /sys/bus/fcoe/devices/ctlr_Xand /sys/bus/fcoe/devices/fcf_X references.Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Tested-by: Ross Brattain &lt;ross.b.brattain@intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe</description>
        <pubDate>Tue, 30 Oct 2012 01:55:46 +0000</pubDate>
        <dc:creator>Robert Love &lt;robert.w.love@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>33cb82dc - [SCSI] Documentation: Add lesb/ to path for LESB attributes in FCoE bus documentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe#33cb82dc</link>
        <description>[SCSI] Documentation: Add lesb/ to path for LESB attributes in FCoE bus documentationThe Link Error Status Block attributes are incorrectly named as they donot have the lesb_ prefix, but instead are grouped in the lesb/ attributegroup.Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Tested-by: Ross Brattain &lt;ross.b.brattain@intel.com&gt;Signed-off-by: James Bottomley &lt;JBottomley@Parallels.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe</description>
        <pubDate>Mon, 24 Sep 2012 18:52:56 +0000</pubDate>
        <dc:creator>Robert Love &lt;robert.w.love@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9a74e884 - [SCSI] libfcoe: Add fcoe_sysfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe#9a74e884</link>
        <description>[SCSI] libfcoe: Add fcoe_sysfsThis patch adds a &apos;fcoe bus&apos; infrastructure to the kernelthat is driven by changes to libfcoe which allow LLDs topresent FIP (FCoE Initialization Protocol) discoveredentities and their attributes to user space via sysfs.This patch adds the following APIs-fcoe_ctlr_device_addfcoe_ctlr_device_deletefcoe_fcf_device_addfcoe_fcf_device_deleteThey allow the LLD to expose the FCoE ENode Controllerand any discovered FCFs (Fibre Channel Forwarders, e.g.FCoE switches) to the user. Each of these new deviceshas their own bus_type so that they are grouped togetherfor easy lookup from a user space application. Eachnew class has an attribute_group to expose attributesfor any created instances. The attributes are-fcoe_ctlr_device* fcf_dev_loss_tmo* lesb_link_fail* lesb_vlink_fail* lesb_miss_fka* lesb_symb_err* lesb_err_block* lesb_fcs_errorfcoe_fcf_device* fabric_name* switch_name* priority* selected* fc_map* vfid* mac* fka_peroid* fabric_state* dev_loss_tmoA device loss infrastructre similar to the FC Transport&apos;sis also added by this patch. It is nice to have so that alink flapping adapter doesn&apos;t continually advance the countused to identify the discovered FCF. FCFs will exist in a&quot;Disconnected&quot; state until either the timer expires or theFCF is rediscovered and becomes &quot;Connected.&quot;This patch generates a few checkpatch.pl WARNINGS thatI&apos;m not sure what to do about. They&apos;re macros modeledaround the FC Transport attribute building macros, whichhave the same &apos;feature&apos; where the caller can ommit a castin the argument list and no cast occurs in the code. I&apos;mnot sure how to keep the code condensed while keeping themacros. Any advice would be appreciated.Signed-off-by: Robert Love &lt;robert.w.love@intel.com&gt;Tested-by: Ross Brattain &lt;ross.b.brattain@intel.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: James Bottomley &lt;JBottomley@Parallels.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-bus-fcoe</description>
        <pubDate>Wed, 23 May 2012 02:06:21 +0000</pubDate>
        <dc:creator>Robert Love &lt;robert.w.love@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
