<?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>97b01d0966949aba2d3634e454f367e57ea93aee - fio: Promote bdev fio plugin to app directory</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/examples/bdev/Makefile#97b01d0966949aba2d3634e454f367e57ea93aee</link>
        <description>fio: Promote bdev fio plugin to app directoryWe are going to start installing this in the near future.Change-Id: I98ddf5fadf7505dfae2689ef4df54e7e0bf10f8cSigned-off-by: Ben Walker &lt;ben@nvidia.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21389Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Mellanox Build Bot

            List of files:
            /spdk/examples/bdev/Makefile</description>
        <pubDate>Wed, 10 Jan 2024 19:31:55 +0000</pubDate>
        <dc:creator>Ben Walker &lt;ben@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>29784f35cdce03eb4b33a4d462b25f42bb4a6b60 - bdevperf: promote bdevperf from test to example application</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/examples/bdev/Makefile#29784f35cdce03eb4b33a4d462b25f42bb4a6b60</link>
        <description>bdevperf: promote bdevperf from test to example applicationbdevperf application is utilized in multiple test scenariosand most prominently in SPDK performance reports.Similar to perf and fio_plugins, it is used to measure performance.It is intended to represent the expected behavior of usersapplication that use SPDK bdev layer.Applications under --enable-tests are intended for specific testscenarios and user interaction is usually via a test scripts.Meanwhile --enable-examples are used more broadly to teach andshow usage of SPDK libraries.As an added benefit with this patch, its possible to compilebdevperf without need to satisfy additional requirements tocompile all the test applications.Change-Id: I9aaec1f9d729a1cdee89b5fdc365d61c19b03f82Signed-off-by: Krzysztof Karas &lt;krzysztof.karas@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14558Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Mellanox Build Bot

            List of files:
            /spdk/examples/bdev/Makefile</description>
        <pubDate>Tue, 06 Sep 2022 12:15:46 +0000</pubDate>
        <dc:creator>Krzysztof Karas &lt;krzysztof.karas@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/examples/bdev/Makefile#a6dbe3721eb3b5990707fc3e378c95e505dd8ab5</link>
        <description>update Intel copyright noticesper Intel policy to include file commit date using git cmdbelow.  The policy does not apply to non-Intel (C) notices.git log --follow -C90% --format=%ad --date default &lt;file&gt; | tail -1and then pull just the 4 digit year from the result.Intel copyrights were not added to files where Intel either hadno contribution ot the contribution lacked substance (ie licenseheader updates, formatting changes, etc).  Contribution date used&quot;--follow -C95%&quot; to get the most accurate date.Note that several files in this patch didn&apos;t end the license/(c)block with a blank comment line so these were added as the vastmajority of files do have this last blank line.  Simply there forconsistency.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: Id5b7ce4f658fe87132f14139ead58d6e285c04d4Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15192Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Community-CI: Mellanox Build Bot

            List of files:
            /spdk/examples/bdev/Makefile</description>
        <pubDate>Tue, 01 Nov 2022 20:26:26 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>488570ebd418ba07c9e69e65106dcc964f3bb41b - Replace most BSD 3-clause license text with SPDX identifier.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/examples/bdev/Makefile#488570ebd418ba07c9e69e65106dcc964f3bb41b</link>
        <description>Replace most BSD 3-clause license text with SPDX identifier.Many open source projects have moved to using SPDX identifiersto specify license information, reducing the amount ofboilerplate code in every source file.  This patch replacesthe bulk of SPDK .c, .cpp and Makefiles with the BSD-3-Clauseidentifier.Almost all of these files share the exact same license text,and this patch only modifies the files that contain themost common license text.  There can be slight variationsbecause the third clause contains company names - most say&quot;Intel Corporation&quot;, but there are instances for Nvidia,Samsung, Eideticom and even &quot;the copyright holder&quot;.Used a bash script to automate replacement of the license textwith SPDX identifier which is checked into scripts/spdx.sh.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Iaa88ab5e92ea471691dc298cfe41ebfb5d169780Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12904Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Dong Yi &lt;dongx.yi@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: &lt;qun.wan@intel.com&gt;

            List of files:
            /spdk/examples/bdev/Makefile</description>
        <pubDate>Fri, 03 Jun 2022 19:15:11 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b75f85f2d5572bda9a6e2bd8389b1bb7759756e - examples/bdev: add hello world example</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/examples/bdev/Makefile#8b75f85f2d5572bda9a6e2bd8389b1bb7759756e</link>
        <description>examples/bdev: add hello world exampleThis commit adds a simple hello world example that writes the string&quot;Hello World!&quot; to a bdev. The example can be used on a block devicesuch as Malloc or virtual bdev such as the passthru vbdev. Thesample bdev.conf configuration file includes a configuration for 2malloc bdevs and one passthru bdev on top of Malloc0.Change-Id: I1414183e3ddfac988ef61f24b8271653ac57e7c1Signed-off-by: John Kariuki &lt;John.K.Kariuki@intel.com&gt;Reviewed-on: https://review.gerrithub.io/407220Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/examples/bdev/Makefile</description>
        <pubDate>Tue, 10 Apr 2018 00:13:40 +0000</pubDate>
        <dc:creator>John Kariuki &lt;John.K.Kariuki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2a274cc9878559423b229ff34342a3523d3b2794 - examples/bdev: quiet the clean Makefile target</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/examples/bdev/Makefile#2a274cc9878559423b229ff34342a3523d3b2794</link>
        <description>examples/bdev: quiet the clean Makefile target@: command was added for &apos;all&apos; target previously - it&apos;sneeded for &apos;clean&apos; as well.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I0fa5981ba417a158ffb8285f197149968a5b6286Reviewed-on: https://review.gerrithub.io/403070Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;

            List of files:
            /spdk/examples/bdev/Makefile</description>
        <pubDate>Wed, 07 Mar 2018 15:28:35 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bb24ce82a67c51eb768d216885f996dad1747ae2 - build: add @: to remaining &apos;all&apos; targets</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/examples/bdev/Makefile#bb24ce82a67c51eb768d216885f996dad1747ae2</link>
        <description>build: add @: to remaining &apos;all&apos; targetsIt is not ideal to have to add this in a bunch ofdifferent Makefiles, but further consolidation ofMakefiles is going to be a more arduous process.With this change, rebuilding SPDK after no changeswill result in no output - all of the &quot;Nothing tobe done for &apos;all&apos;&quot; messages have been removed.  Notethat DPDK build output still remains - this can besuppressed by either using an out-of-tree DPDK, orusing SKIP_DPDK_BUILD=1 when using the in-tree DPDKsubmodule.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Ib1d45432f2baaa1d9c1b9509906ee1e77966d3caReviewed-on: https://review.gerrithub.io/399918Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;

            List of files:
            /spdk/examples/bdev/Makefile</description>
        <pubDate>Wed, 14 Feb 2018 02:35:28 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4b8e7d50c0c47e746515cfce40c175d4a0480986 - bdev: Add an example fio plugin</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/examples/bdev/Makefile#4b8e7d50c0c47e746515cfce40c175d4a0480986</link>
        <description>bdev: Add an example fio pluginChange-Id: I5e0ebb8d452a41ad848b319af9bb978546807d5eSigned-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-on: https://review.gerrithub.io/366495Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/examples/bdev/Makefile</description>
        <pubDate>Tue, 06 Jun 2017 17:24:07 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
