<?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>8b6c724c - virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vdpa/Makefile#8b6c724c</link>
        <description>virtio: vdpa: vDPA driver for Marvell OCTEON DPU devicesThis commit introduces a new vDPA driver specifically designed formanaging the virtio control plane over the vDPA bus for OCTEON DPUdevices. The driver consists of two layers:1. Octep HW Layer (Octeon Endpoint): Responsible for handling hardwareoperations and configurations related to the DPU device.2. Octep Main Layer: Compliant with the vDPA bus framework, this layerimplements device operations for the vDPA bus. It handles deviceprobing, bus attachment, vring operations, and other relevant tasks.Signed-off-by: Srujana Challa &lt;schalla@marvell.com&gt;Signed-off-by: Vamsi Attunuru &lt;vattunuru@marvell.com&gt;Signed-off-by: Shijith Thotton &lt;sthotton@marvell.com&gt;Signed-off-by: Nithin Dabilpuram &lt;ndabilpuram@marvell.com&gt;Acked-by: Jason Wang &lt;jasowang@redhat.com&gt;Message-Id: &lt;20240614144659.1776067-1-schalla@marvell.com&gt;Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vdpa/Makefile</description>
        <pubDate>Fri, 14 Jun 2024 14:46:59 +0000</pubDate>
        <dc:creator>Srujana Challa &lt;schalla@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>a16291b5 - pds_vdpa: Add new vDPA driver for AMD/Pensando DSC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vdpa/Makefile#a16291b5</link>
        <description>pds_vdpa: Add new vDPA driver for AMD/Pensando DSCThis is the initial auxiliary driver framework for a new vDPAdevice driver, an auxiliary_bus client of the pds_core driver.The pds_core driver supplies the PCI services for the VF deviceand for accessing the adminq in the PF device.This patch adds the very basics of registering for the auxiliarydevice and setting up debugfs entries.Signed-off-by: Shannon Nelson &lt;shannon.nelson@amd.com&gt;Acked-by: Jason Wang &lt;jasowang@redhat.com&gt;Message-Id: &lt;20230519215632.12343-4-shannon.nelson@amd.com&gt;Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vdpa/Makefile</description>
        <pubDate>Fri, 19 May 2023 21:56:24 +0000</pubDate>
        <dc:creator>Shannon Nelson &lt;shannon.nelson@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>51a8f9d7 - virtio: vdpa: new SolidNET DPU driver.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vdpa/Makefile#51a8f9d7</link>
        <description>virtio: vdpa: new SolidNET DPU driver.This commit includes: 1) The driver to manage the controlplane over vDPA bus. 2) A HW monitor device to read health values from the DPU.Signed-off-by: Alvaro Karsz &lt;alvaro.karsz@solid-run.com&gt;Acked-by: Jason Wang &lt;jasowang@redhat.com&gt;Message-Id: &lt;20230110165638.123745-4-alvaro.karsz@solid-run.com&gt;Message-Id: &lt;20230209075128.78915-1-alvaro.karsz@solid-run.com&gt;Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vdpa/Makefile</description>
        <pubDate>Tue, 10 Jan 2023 16:56:38 +0000</pubDate>
        <dc:creator>Alvaro Karsz &lt;alvaro.karsz@solid-run.com&gt;</dc:creator>
    </item>
<item>
        <title>e85087be - eni_vdpa: add vDPA driver for Alibaba ENI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vdpa/Makefile#e85087be</link>
        <description>eni_vdpa: add vDPA driver for Alibaba ENIThis patch adds a new vDPA driver for Alibaba ENI(Elastic NetworkInterface) which is build upon virtio 0.9.5 specification.And this driver is only enabled on X86 host currently.Link: https://lore.kernel.org/r/6a9f32c00609af16bbb2ea32e633b3beb1cbf84b.1635493219.git.wuzongyong@linux.alibaba.comSigned-off-by: Wu Zongyong &lt;wuzongyong@linux.alibaba.com&gt;Link: https://lore.kernel.org/r/20211026083214.3375383-1-arnd@kernel.orgSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt; # fix Kconfig typoSigned-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vdpa/Makefile</description>
        <pubDate>Fri, 29 Oct 2021 09:14:49 +0000</pubDate>
        <dc:creator>Wu Zongyong &lt;wuzongyong@linux.alibaba.com&gt;</dc:creator>
    </item>
<item>
        <title>c8a6153b - vduse: Introduce VDUSE - vDPA Device in Userspace</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vdpa/Makefile#c8a6153b</link>
        <description>vduse: Introduce VDUSE - vDPA Device in UserspaceThis VDUSE driver enables implementing software-emulated vDPAdevices in userspace. The vDPA device is created byioctl(VDUSE_CREATE_DEV) on /dev/vduse/control. Then a char deviceinterface (/dev/vduse/$NAME) is exported to userspace for deviceemulation.In order to make the device emulation more secure, the device&apos;scontrol path is handled in kernel. A message mechnism is introducedto forward some dataplane related control messages to userspace.And in the data path, the DMA buffer will be mapped into userspaceaddress space through different ways depending on the vDPA bus towhich the vDPA device is attached. In virtio-vdpa case, the MMU-basedsoftware IOTLB is used to achieve that. And in vhost-vdpa case, theDMA buffer is reside in a userspace memory region which can be sharedto the VDUSE userspace processs via transferring the shmfd.For more details on VDUSE design and usage, please see the follow-onDocumentation commit.NB(mst): when merging this withb542e383d8c0 (&quot;eventfd: Make signal recursion protection a task bit&quot;)replace eventfd_signal_count with eventfd_signal_allowed,and drop the previous(&quot;eventfd: Export eventfd_wake_count to modules&quot;).Signed-off-by: Xie Yongji &lt;xieyongji@bytedance.com&gt;Acked-by: Jason Wang &lt;jasowang@redhat.com&gt;Link: https://lore.kernel.org/r/20210831103634.33-13-xieyongji@bytedance.comSigned-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vdpa/Makefile</description>
        <pubDate>Tue, 31 Aug 2021 10:36:33 +0000</pubDate>
        <dc:creator>Xie Yongji &lt;xieyongji@bytedance.com&gt;</dc:creator>
    </item>
<item>
        <title>64b9f64f - vdpa: introduce virtio pci driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vdpa/Makefile#64b9f64f</link>
        <description>vdpa: introduce virtio pci driverThis patch introduce a vDPA driver for virtio-pci device. It bridgesthe virtio-pci control command to the vDPA bus. This will be used forfeatures prototyping and testing.Note that get/restore virtqueue state is not supported which needsextension on the virtio specification.Signed-off-by: Jason Wang &lt;jasowang@redhat.com&gt;Link: https://lore.kernel.org/r/20210223061905.422659-4-jasowang@redhat.comSigned-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vdpa/Makefile</description>
        <pubDate>Tue, 23 Feb 2021 06:19:05 +0000</pubDate>
        <dc:creator>Jason Wang &lt;jasowang@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>29064bfd - vdpa/mlx5: Add support library for mlx5 VDPA implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vdpa/Makefile#29064bfd</link>
        <description>vdpa/mlx5: Add support library for mlx5 VDPA implementationFollowing patches introduce VDPA network driver for Mellanox Connectx6devices. This patch provides functionality that will be used by thosepatches.Reviewed-by: Parav Pandit &lt;parav@mellanox.com&gt;Signed-off-by: Eli Cohen &lt;eli@mellanox.com&gt;Link: https://lore.kernel.org/r/20200804162048.22587-11-eli@mellanox.comSigned-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vdpa/Makefile</description>
        <pubDate>Tue, 04 Aug 2020 16:20:46 +0000</pubDate>
        <dc:creator>Eli Cohen &lt;eli@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>c9b9f5f8 - vdpa: move to drivers/vdpa</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vdpa/Makefile#c9b9f5f8</link>
        <description>vdpa: move to drivers/vdpaWe have both vhost and virtio drivers that depend on vdpa.It&apos;s easier to locate it at a top level directory otherwisewe run into issues e.g. if vhost is built-in but virtiois modular.  Let&apos;s just move it up a level.Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vdpa/Makefile</description>
        <pubDate>Tue, 31 Mar 2020 19:15:14 +0000</pubDate>
        <dc:creator>Michael S. Tsirkin &lt;mst@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
