<?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>ec788f7e - pds_core: remove CONFIG_DEBUG_FS from makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile#ec788f7e</link>
        <description>pds_core: remove CONFIG_DEBUG_FS from makefileThis cruft from previous drafts should have been removed whenthe code was updated to not use the old style dummy helpers.Fixes: 55435ea7729a (&quot;pds_core: initial framework for pds_core PF driver&quot;)Signed-off-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile</description>
        <pubDate>Tue, 02 May 2023 20:27:52 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>4569cce4 - pds_core: add auxiliary_bus devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile#4569cce4</link>
        <description>pds_core: add auxiliary_bus devicesAn auxiliary_bus device is created for each vDPA type VF at VFprobe and destroyed at VF remove.  The aux device name comesfrom the driver name + VIF type + the unique id assigned at PCIprobe.  The VFs are always removed on PF remove, so there shouldbe no issues with VFs trying to access missing PF structures.The auxiliary_device names will look like &quot;pds_core.vDPA.nn&quot;where &apos;nn&apos; is the VF&apos;s uid.Signed-off-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 17:04:23 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>49ce92fb - pds_core: add FW update feature to devlink</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile#49ce92fb</link>
        <description>pds_core: add FW update feature to devlinkAdd in the support for doing firmware updates.  Of the twomain banks available, a and b, this updates the one not inuse and then selects it for the next boot.Example:    devlink dev flash pci/0000:b2:00.0 \	    file pensando/dsc_fw_1.63.0-22.tarSigned-off-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 17:04:20 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>01ba61b5 - pds_core: Add adminq processing and commands</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile#01ba61b5</link>
        <description>pds_core: Add adminq processing and commandsAdd the service routines for submitting and processingthe adminq messages and for handling notifyq events.Signed-off-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 17:04:19 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>25b450c0 - pds_core: add devlink health facilities</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile#25b450c0</link>
        <description>pds_core: add devlink health facilitiesAdd devlink health reporting on top of our fw watchdog.Example:  # devlink health show pci/0000:2b:00.0 reporter fw  pci/0000:2b:00.0:    reporter fw      state healthy error 0 recover 0  # devlink health diagnose pci/0000:2b:00.0 reporter fw   Status: healthy State: 1 Generation: 0 Recoveries: 0Signed-off-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 17:04:17 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>523847df - pds_core: add devcmd device interfaces</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile#523847df</link>
        <description>pds_core: add devcmd device interfacesThe devcmd interface is the basic connection to the device through thePCI BAR for low level identification and command services.  This doesthe early device initialization and finds the identity data, and addsdevcmd routines to be used by later driver bits.Signed-off-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 17:04:15 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>55435ea7 - pds_core: initial framework for pds_core PF driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile#55435ea7</link>
        <description>pds_core: initial framework for pds_core PF driverThis is the initial PCI driver framework for the new pds_core devicedriver and its family of devices.  This does the very basics ofregistering for the new PF PCI device 1dd8:100c, setting up debugfsentries, and registering with devlink.Signed-off-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/amd/pds_core/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 17:04:14 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
