<?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>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/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/test/app/bdev_svc/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/test/app/bdev_svc/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/test/app/bdev_svc/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/history/spdk/test/app/bdev_svc/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/test/app/bdev_svc/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>ec02743a4c0c1972a26f3c5d484229421628a0a5 - build: add ufc to SYS_LIBS in spdk.common.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/Makefile#ec02743a4c0c1972a26f3c5d484229421628a0a5</link>
        <description>build: add ufc to SYS_LIBS in spdk.common.mkThis avoids duplicating it in several differentMakefiles.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I85f4886ec6744c23639d24867e2c68757dfeba32Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4484Community-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;Reviewed-by: Anil Veerabhadrappa &lt;anil.veerabhadrappa@broadcom.com&gt;Reviewed-by: &lt;dongx.yi@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Ziye Yang &lt;ziye.yang@intel.com&gt;

            List of files:
            /spdk/test/app/bdev_svc/Makefile</description>
        <pubDate>Wed, 30 Sep 2020 15:31:38 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@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/history/spdk/test/app/bdev_svc/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/test/app/bdev_svc/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>8be2424adf28ce235d8f7e6fef1055c54b17c152 - mk: link blobfs_bdev library into applications</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/Makefile#8be2424adf28ce235d8f7e6fef1055c54b17c152</link>
        <description>mk: link blobfs_bdev library into applicationsWith blobfs_bdev linked into applications, targets canwork with blobfs related RPCf methods.Fixes issue: #1547Change-Id: Ie501cd4d8d1c87380b78b54864003f45e0c2edc7Signed-off-by: Liu Xiaodong &lt;xiaodong.liu@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4577Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Mellanox Build BotReviewed-by: &lt;dongx.yi@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/test/app/bdev_svc/Makefile</description>
        <pubDate>Fri, 09 Oct 2020 20:40:26 +0000</pubDate>
        <dc:creator>Liu Xiaodong &lt;xiaodong.liu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ebc227d9b23abcf5f81099611254eef84221d186 - bdev: move bdev_rpc library contents</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/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/test/app/bdev_svc/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>73b483c6d2dd31e946da640ee9cb00ae90ea156c - event: move app_rpc contents</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/Makefile#73b483c6d2dd31e946da640ee9cb00ae90ea156c</link>
        <description>event: move app_rpc contentsThere is no need to have the application-level RPCsdefined separately from the event library itself(which defines the application framework).Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Ic264ed761f5ec1a40d604e63395c5740af4be1a6Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4363Tested-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/test/app/bdev_svc/Makefile</description>
        <pubDate>Wed, 23 Sep 2020 21:12:41 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2e3182551259dc0ed2e140ee5201dca3c111c882 - event: move log_rpc contents to event library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/Makefile#2e3182551259dc0ed2e140ee5201dca3c111c882</link>
        <description>event: move log_rpc contents to event libraryThe log_rpc library serves little (if any) use inisolation.  It makes more sense to just includethis code in the event library.  The event libraryalready depends on and uses the log library, and itis natural to just enable these RPCs directly inthat library instead.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Ie39b8598ce0c06729a13d188ce00da44a996acccReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4362Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/test/app/bdev_svc/Makefile</description>
        <pubDate>Wed, 23 Sep 2020 21:01:28 +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/history/spdk/test/app/bdev_svc/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/test/app/bdev_svc/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/history/spdk/test/app/bdev_svc/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/test/app/bdev_svc/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>7fa15e28e487314aad3934adc2fd9603c98fb0cc - configure: add --with-fuse option</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/Makefile#7fa15e28e487314aad3934adc2fd9603c98fb0cc</link>
        <description>configure: add --with-fuse optionblobfs_bdev module may contain functions related toFUSE which will utilize libfuse3.By default, it is diabled to compile blobfs_bdev modulewith FUSE related functions. Running &apos;./configure&apos; withoption &apos;--with-fuse&apos; can enable it.Change-Id: I6552a6c04cc3412c739691630a7a481e0ae6b59cSigned-off-by: Xiaodong Liu &lt;xiaodong.liu@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470712Tested-by: SPDK CI Jenkins &lt;sys_sgci@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;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;

            List of files:
            /spdk/test/app/bdev_svc/Makefile</description>
        <pubDate>Tue, 08 Oct 2019 12:28:49 +0000</pubDate>
        <dc:creator>Xiaodong Liu &lt;xiaodong.liu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3ce759a1d5ac8b93a76fe4f6fa75e4af29e18d1a - blobfs: add blobfs_detect RPC</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/Makefile#3ce759a1d5ac8b93a76fe4f6fa75e4af29e18d1a</link>
        <description>blobfs: add blobfs_detect RPCAdd module blobfs_bdev as a general module to simplifythe operations of blobfs on bdev. Then its functionscan be utilized by other libraries or apps.blobfs_detect can be used to detect whether there isone blobfs on given bdev.Change-Id: Ib425574816061dc945fb652b539f791a44097a43Signed-off-by: Xiaodong Liu &lt;xiaodong.liu@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/466486Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;

            List of files:
            /spdk/test/app/bdev_svc/Makefile</description>
        <pubDate>Wed, 28 Aug 2019 08:06:50 +0000</pubDate>
        <dc:creator>Xiaodong Liu &lt;xiaodong.liu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bc83adc2db4690d01106db1dbd07254350d99cfb - lib: move trace_rpc into lib/trace</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/Makefile#bc83adc2db4690d01106db1dbd07254350d99cfb</link>
        <description>lib: move trace_rpc into lib/traceCombinining these two libraries removes some directory complexity. Italso helps us to align on a common practice for including the rpc codewith a given module. This is how all of our bdev modules already do it.The nbd, net, and scsi modules also follow this pattern.Change-Id: I5e4c99d7f0facacc6dfe30b2274b60e0d151f8d8Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465210Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/test/app/bdev_svc/Makefile</description>
        <pubDate>Wed, 14 Aug 2019 22:26:37 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ed56a3d482383f77f225e83657ff1dcec4322161 - NVMe-oF Target: Add FC transport.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/Makefile#ed56a3d482383f77f225e83657ff1dcec4322161</link>
        <description>NVMe-oF Target: Add FC transport.  - New files and updates to existing SPDK files to add the NVMf-FC transport.  - Depends on an existing low level driver library. This driver is not part of SPDK repository.  - Makefile updates to build FC transport (using CONFIG_FC)  - Update configure script for FC build.  - New FC unit test for FC-LS commands.  - Update unittest.sh to run FC unit test (when built).Signed-off-by: John Barnard &lt;john.barnard@broadcom.com&gt;Signed-off-by: Anil Veerabhadrappa &lt;anil.veerabhadrappa@broadcom.com&gt;Change-Id: If31d4d25feab76c2dbe90a7faf71d465c2c3a354Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/450077Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/test/app/bdev_svc/Makefile</description>
        <pubDate>Mon, 22 Apr 2019 09:28:02 +0000</pubDate>
        <dc:creator>Anil Veerabhadrappa &lt;anil.veerabhadrappa@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>f5e121fee0148b54b370f887e41aa0177e18c128 - app/bdev_svc: Optional VMD enumeration</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/Makefile#f5e121fee0148b54b370f887e41aa0177e18c128</link>
        <description>app/bdev_svc: Optional VMD enumerationVMD section with Enable flag set to trueneed to be defined in config file toenumerate devices behind VMD.Change-Id: If0bf702dcdc19bfaec44fb8867205f29f562097eSigned-off-by: Wojciech Malikowski &lt;wojciech.malikowski@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459640Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/test/app/bdev_svc/Makefile</description>
        <pubDate>Thu, 27 Jun 2019 15:00:19 +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/history/spdk/test/app/bdev_svc/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/test/app/bdev_svc/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>ae0aae1532c95473937a116c9b6e630f91965e3e - lib/trace: add 3 RPC method for tpoint_group_mask</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/app/bdev_svc/Makefile#ae0aae1532c95473937a116c9b6e630f91965e3e</link>
        <description>lib/trace: add 3 RPC method for tpoint_group_maskNow trace facility can be enabled/disabled at runtime,besides app starting parametersChange-Id: I086564665ba4375b946a5339d5921d6584e9bfdaSigned-off-by: Liu Xiaodong &lt;xiaodong.liu@intel.com&gt;Reviewed-on: https://review.gerrithub.io/435470Tested-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: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/test/app/bdev_svc/Makefile</description>
        <pubDate>Thu, 29 Nov 2018 11:12:26 +0000</pubDate>
        <dc:creator>Liu Xiaodong &lt;xiaodong.liu@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/history/spdk/test/app/bdev_svc/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/test/app/bdev_svc/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/history/spdk/test/app/bdev_svc/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/test/app/bdev_svc/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>
</channel>
</rss>
