<?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>12a29115 - selftests dma: fix compile error for dma_map_benchmark</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/dma/Makefile#12a29115</link>
        <description>selftests dma: fix compile error for dma_map_benchmarkWhen building selftests/dma:$ make -C tools/testing/selftests TARGETS=dmaI hit the following compilation error:dma_map_benchmark.c:13:10: fatal error: linux/map_benchmark.h: No such file or directory #include &lt;linux/map_benchmark.h&gt;          ^~~~~~~~~~~~~~~~~~~~~~~dma/Makefile does not include the map_benchmark.h path, so addmore including path, and fix include order in dma_map_benchmark.cFixes: 8ddde07a3d28 (&quot;dma-mapping: benchmark: extract a common header file for map_benchmark definition&quot;)Signed-off-by: Yu Liao &lt;liaoyu15@huawei.com&gt;Tested-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/dma/Makefile</description>
        <pubDate>Tue, 14 Jun 2022 12:02:35 +0000</pubDate>
        <dc:creator>Yu Liao &lt;liaoyu15@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>76793257 - selftests/dma: add test application for DMA_MAP_BENCHMARK</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/dma/Makefile#76793257</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-6.15/tools/testing/selftests/dma/Makefile</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>
