<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>7fc8a7dd45113bb7d403de3a8ac794c682fac938 - add Intel copyright notices (and/or SPDX lic) where missing</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#7fc8a7dd45113bb7d403de3a8ac794c682fac938</link>
        <description>add Intel copyright notices (and/or SPDX lic) where missingper 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 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)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: If1bf46b4e1902585c318dc35b1673f980366076eReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15199Tested-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;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Tue, 01 Nov 2022 21:45:50 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/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/hello_world/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/source/history/spdk/examples/bdev/hello_world/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/hello_world/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>af935f768e20bbfa9e866251ff68841b1090eea8 - event: Shift subsystem initialization code to a separate library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#af935f768e20bbfa9e866251ff68841b1090eea8</link>
        <description>event: Shift subsystem initialization code to a separate libraryThis is useful for applications even if they elect not to use the SPDKevent framework.This doesn&apos;t shift everything in one go - just the subsysteminitialization logic. Configuration file loading also needs to movein a separate patch later.Change-Id: Id419df1045442d416650ed90e5ee78adfdd623d7Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6641Community-CI: Broadcom CICommunity-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Fri, 26 Feb 2021 22:00:03 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d132ee3531c89ea8bdf068f2e0b556bf1ccb86f4 - build: use DEPDIRS variables to build SPDK_LIB_LIST</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#d132ee3531c89ea8bdf068f2e0b556bf1ccb86f4</link>
        <description>build: use DEPDIRS variables to build SPDK_LIB_LISTAll of our Makefiles duplicate huge lists of librariesin SPDK_LIB_LIST.  We have a very precise and accurateaccounting of the library dependencies inmk/spdk.lib_deps.mk which can be used to generatethe full list if the app specifies the modules andsubsystem libraries it wishes to link.I did a first pass through all of the existingMakefiles to take advantage of this new functionality.There may be more optimizations we can make later butdon&apos;t want to hold up this patch for all of them.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Icdaf6f749a6908df2c2ce2db22631a4af4ff3a9eReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5553Community-CI: Broadcom CITested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Fri, 11 Dec 2020 20:41:37 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ebc227d9b23abcf5f81099611254eef84221d186 - bdev: move bdev_rpc library contents</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#ebc227d9b23abcf5f81099611254eef84221d186</link>
        <description>bdev: move bdev_rpc library contentsWe have some RPCs defined in the bdev library itself,others in a separate bdev_rpc library.  There&apos;s no needfor the separate library - just move them all into thebdev library.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I298eedb88924197e64eb315369efb10f402903a5Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4364Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Wed, 23 Sep 2020 21:24:33 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c5c9a150a3759736f5f2b9bd0249ecf5ce87174a - make: Create variable for event_bdev dependencies</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#c5c9a150a3759736f5f2b9bd0249ecf5ce87174a</link>
        <description>make: Create variable for event_bdev dependenciesSigned-off-by: Evgeniy Kochetov &lt;evgeniik@mellanox.com&gt;Change-Id: I7468dd242b83af8b41d72e503c212c1ffac1abd1Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/614Community-CI: Mellanox Build BotCommunity-CI: Broadcom CITested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Fri, 31 Jan 2020 15:49:37 +0000</pubDate>
        <dc:creator>Evgeniy Kochetov &lt;evgeniik@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>aa7a13afc7fbc0663c32833e4a5b3b3606d86fca - global: rename copy to accel</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#aa7a13afc7fbc0663c32833e4a5b3b3606d86fca</link>
        <description>global: rename copy to accelThe copy engine library, modules and public APIs have been renamed.Use of the word `copy` has been replaced with the word `accel`short for accelerator in preparation for adding new capabilitiesin the future. Additionally, APIs for what was previously calledthe `memcpy` engine have been renamed to identify the engine as asoftware accelerator.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: Ia607aa718416146fbba1e6792b8de0f66bd8a5deReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/576Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Wed, 05 Feb 2020 17:10:05 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>03e96be67d0513b5c6ff08a58a86000be17e71ee - examples/bdev: add bdev_rpc to Makefile for hello_world</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#03e96be67d0513b5c6ff08a58a86000be17e71ee</link>
        <description>examples/bdev: add bdev_rpc to Makefile for hello_worldFixes issue #1178Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: I2bf53e398e10f1a8c4b4418fbf8f940f5861d7bfReviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/483562Community-CI: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Broadcom SPDK FC-NVMe CI &lt;spdk-ci.pdl@broadcom.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Pawel Kaminski &lt;pawelx.kaminski@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Alexey Marchuk &lt;alexeymar@mellanox.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Sat, 01 Feb 2020 18:29:34 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9822f6029379a1c6630a49173009ff9220a2ef3e - examples/bdev/hello_world: Optional VMD enumeration</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#9822f6029379a1c6630a49173009ff9220a2ef3e</link>
        <description>examples/bdev/hello_world: Optional VMD enumerationVMD section with Enable flag set to trueneed to be defined in config file toenumerate devices behind VMD.Change-Id: I8d1ef23768ee9c643c6b0f2f10eaf2c54eee8d71Signed-off-by: Wojciech Malikowski &lt;wojciech.malikowski@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459767Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Fri, 28 Jun 2019 10:47:26 +0000</pubDate>
        <dc:creator>Wojciech Malikowski &lt;wojciech.malikowski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>de5f53220cb1b96b8f1bb4112bc184037c8d116d - notify: add notification library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#de5f53220cb1b96b8f1bb4112bc184037c8d116d</link>
        <description>notify: add notification libraryThis patch adds library that will provide ability to notify aboutevents. On one side each spdk library can specify what kind ofnotification it can produce and on the other side libraries can fetchthose notifications.Example is bdev module, which lib notify about added or removed bdev.Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Signed-off-by: Piotr Pelplinski &lt;piotr.pelplinski@intel.com&gt;Signed-off-by: Pawel Wodkowski &lt;pawelx.wodkowski@intel.com&gt;Change-Id: Ia95e564a8a43400b2745d9de8217b9cc84cd1b16Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/431920Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Wed, 14 Nov 2018 08:36:25 +0000</pubDate>
        <dc:creator>Piotr Pelplinski &lt;piotr.pelplinski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5b16c18d179f15ffaabda19cdabdcc9434962aaa - build: move app rules to spdk.app.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#5b16c18d179f15ffaabda19cdabdcc9434962aaa</link>
        <description>build: move app rules to spdk.app.mkThis removes a ton of duplicate from a lot ofMakefiles.  Note that spdk.unittest.mk still keepsits own app rules, and now just includesspdk.app_vars.mk instead.  Fixing Makefiles thatinclude this .mk file requires more work that isdeferred for now.  We do need to add the&quot;install: all&quot; rule explicitly to this .mk files.Note that Makefiles need to include spdk.app.mknow at the end of the file, so that things likeAPP and SPDK_LIB_LIST are defined before includingit.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: If6823cda135180c37690ffc96c91660b7f0718e3Reviewed-on: https://review.gerrithub.io/434283Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 22:03:15 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5704be8987663f79c140c2178533c938b492c8b3 - build: remove xx_MODULES_LINKER_ARGS and xx_MODULES_FILES</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#5704be8987663f79c140c2178533c938b492c8b3</link>
        <description>build: remove xx_MODULES_LINKER_ARGS and xx_MODULES_FILESApplication Makefiles can now just add xx_MODULES_LIB_LISTto SPDK_LIB_LIST.  This is possible now since allSPDK libraries are linked with --whole-archive, so thereis no need to differentiate between &quot;modules&quot; librariesand other SPDK libraries.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Iabf81a388b72d3b2a2f48287a8491ddc977722acReviewed-on: https://review.gerrithub.io/434277Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 21:28:09 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0cc8f76225178d50711c8cd18e8bc1a2a1b92dd2 - build: remove unused LINKER_MODULES</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#0cc8f76225178d50711c8cd18e8bc1a2a1b92dd2</link>
        <description>build: remove unused LINKER_MODULESSigned-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I944a2cd3fb646ce96c58412c72fdd299651ca148Reviewed-on: https://review.gerrithub.io/434276Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 21:20:50 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>42b6771f40e14b551e353827282afd37b21a7f9a - build: add ALL_MODULES_* variables to spdk.modules.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#42b6771f40e14b551e353827282afd37b21a7f9a</link>
        <description>build: add ALL_MODULES_* variables to spdk.modules.mkThis allows a lot of simplification to SPDK applicationmakefiles.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I5fa463f6369834b84a8d92e79fa7768082209d7aReviewed-on: https://review.gerrithub.io/434274Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 21:08:45 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3da5847023313f15789f0115d4a2039fc9c68e3d - build: add ENV_LINKER_ARGS to LINK_C and LINK_CXX</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#3da5847023313f15789f0115d4a2039fc9c68e3d</link>
        <description>build: add ENV_LINKER_ARGS to LINK_C and LINK_CXXThis allows us to remove $(ENV_LINKER_ARGS) from all of theapplication Makefiles.Modify spdk.unittest.mk to explicitly set ENV_LINKER_ARGSto nothing, to avoid DPDK libraries from getting linkedinto unit tests.  This seems better than creating separateLINK_C rules for unit tests.  Provide a UNIT_TEST_LINK_ENVflag to allow select unit tests to override this behavior -it&apos;s needed for some of the env unit tests.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I647f2c848cf434023cf5a1f3a45869bbc4fc8102Reviewed-on: https://review.gerrithub.io/434145Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 16:59:47 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0b5fa082db129ca2e1bbac69bea617ac361a05c3 - build: remove sock from SOCK_MODULES_LIST</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#0b5fa082db129ca2e1bbac69bea617ac361a05c3</link>
        <description>build: remove sock from SOCK_MODULES_LISTThe various *_MODULES_LIST are intended for the modulesthat implement the specific interface - not for theassociated core library itself.For example, BLOCKDEV_MODULES_LIST doesn&apos;t contain bdev,it contains all of the bdev modules.  Similar forCOPY_MODULES_LIST and copy.So make SOCK_MODULES_LIST consistent.  This is a realpain because we have to add sock explicitly to a bunchof individual Makefiles, but I have plans to clean thatup in some future patches.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I0d293372cfb38bfa46c8478a8d9ca9ce23924747Reviewed-on: https://review.gerrithub.io/434125Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Tue, 20 Nov 2018 16:10:20 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9539edca023161979bbf7fdc7db56e29493faef6 - build: add sock dependency for all NVMe lib users</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#9539edca023161979bbf7fdc7db56e29493faef6</link>
        <description>build: add sock dependency for all NVMe lib usersThis will be necessary when the NVMe/TCP transport is added, which willuse the sock abstraction library.Change-Id: I6561ccdad1ff575db2afa418eab2f2cd24806cb9Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/416477Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Thu, 21 Jun 2018 23:38:56 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>02d75f6237c8fabf3b260663425a90c6424c430b - thread: Move threading abstraction code out of util</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/Makefile#02d75f6237c8fabf3b260663425a90c6424c430b</link>
        <description>thread: Move threading abstraction code out of utilThis makes more sense as a first class library.Change-Id: Ibd5c578f8708bd8c7d83fe1629e97c9a3316b56bSigned-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-on: https://review.gerrithub.io/414698Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Madhu Pai &lt;mpai@netapp.com&gt;

            List of files:
            /spdk/examples/bdev/hello_world/Makefile</description>
        <pubDate>Mon, 11 Jun 2018 18:22:27 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b75f85f2d5572bda9a6e2bd8389b1bb7759756e - examples/bdev: add hello world example</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/bdev/hello_world/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/hello_world/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>
</channel>
</rss>
