<?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 config</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>f74ee32963f1b74865fe679e2475450434fea51c - tools/dma: move dma_map_benchmark from selftests to tools/dma</title>
        <link>http://opengrok.net:8080/history/linux/tools/dma/config#f74ee32963f1b74865fe679e2475450434fea51c</link>
        <description>tools/dma: move dma_map_benchmark from selftests to tools/dmadma_map_benchmark is a standalone developer tool rather than anautomated selftest. It has no pass/fail criteria, expects manualinvocation, and is built as a normal userspace binary. Move it totools/dma/ and add a minimal Makefile.Suggested-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Suggested-by: Barry Song &lt;baohua@kernel.org&gt;Signed-off-by: Qinxin Xia &lt;xiaqinxin@huawei.com&gt;Acked-by: Barry Song &lt;baohua@kernel.org&gt;Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Link: https://lore.kernel.org/r/20251028120900.2265511-3-xiaqinxin@huawei.com

            List of files:
            /linux/tools/dma/config</description>
        <pubDate>Tue, 28 Oct 2025 12:09:00 +0000</pubDate>
        <dc:creator>Qinxin Xia &lt;xiaqinxin@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>7679325702c90aecd393cd7cde685576c14489c0 - selftests/dma: add test application for DMA_MAP_BENCHMARK</title>
        <link>http://opengrok.net:8080/history/linux/tools/dma/config#7679325702c90aecd393cd7cde685576c14489c0</link>
        <description>selftests/dma: add test application for DMA_MAP_BENCHMARKThis patch provides the test application for DMA_MAP_BENCHMARK.Before running the test application, we need to bind a device to dma_map_benchmark driver. For example, unbind &quot;xxx&quot; from its original driver andbind to dma_map_benchmark:echo dma_map_benchmark &gt; /sys/bus/platform/devices/xxx/driver_overrideecho xxx &gt; /sys/bus/platform/drivers/xxx/unbindecho xxx &gt; /sys/bus/platform/drivers/dma_map_benchmark/bindAnother example for PCI devices:echo dma_map_benchmark &gt; /sys/bus/pci/devices/0000:00:01.0/driver_overrideecho 0000:00:01.0 &gt; /sys/bus/pci/drivers/xxx/unbindecho 0000:00:01.0 &gt; /sys/bus/pci/drivers/dma_map_benchmark/bindThe below command will run 16 threads on numa node 0 for 10 seconds onthe device bound to dma_map_benchmark platform_driver or pci_driver:./dma_map_benchmark -t 16 -s 10 -n 0dma mapping benchmark: threads:16 seconds:10average map latency(us):1.1 standard deviation:1.9average unmap latency(us):0.5 standard deviation:0.8Cc: Will Deacon &lt;will@kernel.org&gt;Cc: Shuah Khan &lt;shuah@kernel.org&gt;Cc: Christoph Hellwig &lt;hch@lst.de&gt;Cc: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Cc: Robin Murphy &lt;robin.murphy@arm.com&gt;Signed-off-by: Barry Song &lt;song.bao.hua@hisilicon.com&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;

            List of files:
            /linux/tools/dma/config</description>
        <pubDate>Mon, 16 Nov 2020 06:08:48 +0000</pubDate>
        <dc:creator>Barry Song &lt;song.bao.hua@hisilicon.com&gt;</dc:creator>
    </item>
</channel>
</rss>
