<?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>59456660575c33703205711c761a540230f99e8f - test/accel: DIF verify accel functional tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#59456660575c33703205711c761a540230f99e8f</link>
        <description>test/accel: DIF verify accel functional testsAdd the Accel test application with functional teststo validate DIF Verify operation.Change-Id: Ie285e4cdc4b70fa6323cd4844fad3f179a0f0675Signed-off-by: Krzysztof Sprzaczkowski &lt;krzysztof.sprzaczkowski@intel.com&gt;Signed-off-by: Slawomir Ptak &lt;slawomir.ptak@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20282Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 15:26:58 +0000</pubDate>
        <dc:creator>Krzysztof Sprzaczkowski &lt;krzysztof.sprzaczkowski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b8f2ef354017ecca3ec890404f9e177aafec2c9 - test/lvol: test esnap clones with real bdevs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#9b8f2ef354017ecca3ec890404f9e177aafec2c9</link>
        <description>test/lvol: test esnap clones with real bdevsThis adds test/lvol/esnap for functional tests lvol esnap clone bdevswithout RPCs or reactors.Change-Id: If62b1bde2b19343af51ba4c11599623556484b0dSigned-off-by: Mike Gerdts &lt;mgerdts@nvidia.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16705Tested-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/test/Makefile</description>
        <pubDate>Tue, 07 Feb 2023 00:48:05 +0000</pubDate>
        <dc:creator>Mike Gerdts &lt;mgerdts@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/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/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/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/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>ecfc50872f8dd552747b312f1ed0740d2fde9446 - test/dma: Add functional test to verify DMA</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#ecfc50872f8dd552747b312f1ed0740d2fde9446</link>
        <description>test/dma: Add functional test to verify DMASigned-off-by: Alexey Marchuk &lt;alexeymar@mellanox.com&gt;Change-Id: If7eb7da6c3356aae9e8654372ce1c9a89bf25de6Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8855Community-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: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Tue, 20 Jul 2021 18:38:49 +0000</pubDate>
        <dc:creator>Alexey Marchuk &lt;alexeymar@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>801bce0d33ccc1bdd3038fde37d907779c590064 - test/thread: Add poller_perf to evaluate cost to run poller</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#801bce0d33ccc1bdd3038fde37d907779c590064</link>
        <description>test/thread: Add poller_perf to evaluate cost to run pollerAdd a simple tool, poller_perf, to evaluate cost to run non-timedpoller or timed poller by any period, number of pollers.struct spdk_thread and struct spdk_thread_stats can have the countof poller runs but we do not have any particular use case for it.So the poller_perf tool use its global counter for now.By following similar tools, event_perf and reactor_perf, runpoller_perf once for non-timed poller and once for timed poller.Signed-off-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Change-Id: Ic5b297bb23d0cd0dc1313e1638ac540ffd5fb8f8Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8925Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;Tested-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;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Mon, 26 Jul 2021 06:04:09 +0000</pubDate>
        <dc:creator>Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;</dc:creator>
    </item>
<item>
        <title>9fcb1cb0e1bb9cb539fecf8d43f18fb7c07d793a - build: add option to disable building unit tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#9fcb1cb0e1bb9cb539fecf8d43f18fb7c07d793a</link>
        <description>build: add option to disable building unit testsIf unit tests are not required, add option to disable them.Signed-off-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Change-Id: I387ec043fd47d3033726a51ab673752a521d45c0Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1171Tested-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: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Fri, 06 Mar 2020 09:08:29 +0000</pubDate>
        <dc:creator>Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c10f8e160e42a2a642e8a593b60c2f84561d5eba - jsonrpc-client: add new C client library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#c10f8e160e42a2a642e8a593b60c2f84561d5eba</link>
        <description>jsonrpc-client: add new C client libraryIt&apos;s a C libary for client to call rpc method.Change-Id: I5378747bd9dab83a41801225ba794b3910d1f5a5Signed-off-by: Liu Xiaodong &lt;xiaodong.liu@intel.com&gt;Reviewed-on: https://review.gerrithub.io/424061Tested-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: Pawel Wodkowski &lt;pawelx.wodkowski@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Thu, 30 Aug 2018 11:05:39 +0000</pubDate>
        <dc:creator>Liu Xiaodong &lt;xiaodong.liu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>96084b404eedb59063db362d3decd39a04f0a7f6 - test: move lib/json up to test app directory</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#96084b404eedb59063db362d3decd39a04f0a7f6</link>
        <description>test: move lib/json up to test app directoryChange-Id: Icb8468087639face3ee5534bdd6fdb516cb30f35Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/404981Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 23:30:04 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>86f65baba1c5097a174d13132111fa04a928fe2a - test: move lib/event up one directory</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#86f65baba1c5097a174d13132111fa04a928fe2a</link>
        <description>test: move lib/event up one directoryChange-Id: I4a8bfceaf00aea6f20a63d15b944990511f7958fSigned-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/404979Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 23:23:30 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>dc14118bb24a993c4dddda777ff342cab741063b - test: move lib/env up one level</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#dc14118bb24a993c4dddda777ff342cab741063b</link>
        <description>test: move lib/env up one levelChange-Id: Ic22806e7c85f579329ac43b9a4e31eab2a14f1c0Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/404978Tested-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;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 23:10:42 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8c5de263a1daba93077ae0acf04b3548a96319d2 - test: move lib/nvme up one directory</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#8c5de263a1daba93077ae0acf04b3548a96319d2</link>
        <description>test: move lib/nvme up one directoryChange-Id: I40c29b30c7098e34f2aa860612eeb82f2fb01ff3Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/404974Tested-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;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 22:18:32 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>656c4a7abe695058b44cce096552871c3e1fcc04 - test: move test/lib/blobfs under test/blobfs</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#656c4a7abe695058b44cce096552871c3e1fcc04</link>
        <description>test: move test/lib/blobfs under test/blobfsChange-Id: Icaac9df0623148e6c785d2b1a560b165a1a03408Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/404966Tested-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/test/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 21:30:57 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f9d5ed28ca58159cbb0119a493bac402f2825b95 - test: move the bdev directory up one level</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#f9d5ed28ca58159cbb0119a493bac402f2825b95</link>
        <description>test: move the bdev directory up one levelChange-Id: I6e291c3361b9b8529e4ad44c4bc41bdb4b3b2b47Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/404957Tested-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/test/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 19:43:32 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a4381cfe31e0b9f867e103b6f0141644b03d0d50 - test: begin moving unit tests into test/unit</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#a4381cfe31e0b9f867e103b6f0141644b03d0d50</link>
        <description>test: begin moving unit tests into test/unitThis is a proposal to make the distinction between unit tests and otherkinds of tests clearer.All unit tests will be gathered under test/unit/&lt;dir&gt;/&lt;filename&gt;.Change-Id: I52a3cc40928c33374e8f423a4c926a150de20b1bSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/365492Tested-by: SPDK Automated Test System &lt;sys_sgsw@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/test/Makefile</description>
        <pubDate>Tue, 16 May 2017 23:51:12 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4b521e1720f1416d8bf5cbf8531a82c84455236f - app/stub: add a stub application to accelerate startup</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#4b521e1720f1416d8bf5cbf8531a82c84455236f</link>
        <description>app/stub: add a stub application to accelerate startupStarting SPDK applications can take a long time due totwo factors:  DPDK memory initialization and NVMedevice initialization.This stub application facilitates eliminating thosedelays by leveraging DPDK&apos;s multi-process mode.  Thisstub application acts as the primary process,initializing DPDK as well as all NVMe devices boundto userspace modules (uio/vfio).  Then anotherSPDK process can be started using the same instanceID, which will make that SPDK process a secondaryprocess of the stub and leverage the DPDK memory andNVMe device initialization already performed by theprimary process.To start this will be used to accelerate the iSCSIsystem level tests (in test/iscsi_tgt) to significantlyreduce test time in the CI pool.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I3019c7d883f40b3ee8fb3345db013df2afc25645Reviewed-on: https://review.gerrithub.io/362453Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Wed, 24 May 2017 20:30:12 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>63408d5dd4e44a320eb82e526d14101d1ecec032 - test: validate that all headers compile as C++</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#63408d5dd4e44a320eb82e526d14101d1ecec032</link>
        <description>test: validate that all headers compile as C++Change-Id: I743a2694a58725f51a0f3d6e1fe130df3d5cd3c5Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Fri, 16 Sep 2016 00:10:47 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cd48a01fcb044a1d2aee5dd99f5f92e08197188e - build: wrap $(CURDIR) relative paths in $(abspath)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#cd48a01fcb044a1d2aee5dd99f5f92e08197188e</link>
        <description>build: wrap $(CURDIR) relative paths in $(abspath)Resolve relative paths before using them to clean up command lines.This should also help shorten the overall command line length that getsembedded in the binary and used when locating the executable from acoredump.Change-Id: Ibff9849ede198bb04313496c8b7131485ffaf14fSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Mon, 09 May 2016 20:56:07 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c02b179490123a3212b0c0d23b69da13965d1552 - Remove year from copyright headers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#c02b179490123a3212b0c0d23b69da13965d1552</link>
        <description>Remove year from copyright headers.Also add a space between Copyright and (c).The copyright year can be determined using git metadata.Also remove the duplicated &quot;All rights reserved.&quot; - every instance ofthis line already has a corresponding &quot;All rights reserved&quot; immediatelybelow it, except for examples/ioat/kperf/kmod/dma_perf.c, where I haveadded it manually.Performed using this command:git ls-files | xargs sed -i -e &apos;s/Copyright(c) \(.*\) Intel Corporation. All rights reserved./Copyright (c) Intel Corporation./&apos;Change-Id: I3779f404966800709024eb1eb66a50068af2716cSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Tue, 26 Jan 2016 17:47:22 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3677f46af8939c2e9154c9492d91b27f999040ce - build: allow make to work from any directory</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/Makefile#3677f46af8939c2e9154c9492d91b27f999040ce</link>
        <description>build: allow make to work from any directorySet SPDK_ROOT_DIR explicitly in each Makefile so that make from asubdirectory will work (assuming all dependencies from the upperdirectory have already been built).  This allows partial rebuilds of thesource tree, as well as building the unit tests without requiring DPDK.Change-Id: I3f65b805d490b40ff5ec53cceb61df542ce814f1Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/test/Makefile</description>
        <pubDate>Wed, 04 Nov 2015 17:19:08 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
