<?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>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/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/ioat/verify/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/ioat/verify/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/ioat/verify/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>d132ee3531c89ea8bdf068f2e0b556bf1ccb86f4 - build: use DEPDIRS variables to build SPDK_LIB_LIST</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/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/ioat/verify/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>5b16c18d179f15ffaabda19cdabdcc9434962aaa - build: move app rules to spdk.app.mk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/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/ioat/verify/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>3da5847023313f15789f0115d4a2039fc9c68e3d - build: add ENV_LINKER_ARGS to LINK_C and LINK_CXX</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/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/ioat/verify/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>02d75f6237c8fabf3b260663425a90c6424c430b - thread: Move threading abstraction code out of util</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/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/ioat/verify/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>bb24ce82a67c51eb768d216885f996dad1747ae2 - build: add @: to remaining &apos;all&apos; targets</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/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/ioat/verify/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>921a1dc3118e3bdb080807e3197b5cd195edebe2 - examples/ioat/verify: remove DPDK dependency</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/Makefile#921a1dc3118e3bdb080807e3197b5cd195edebe2</link>
        <description>examples/ioat/verify: remove DPDK dependencyUse the env.h abstractions instead.Change-Id: Ib8a34b28d86a057cc37812568f4c6cce3e8301c3Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/389402Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/examples/ioat/verify/Makefile</description>
        <pubDate>Tue, 28 Nov 2017 20:17:14 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>407b550ff42e806d43fc7fb09ceca61ccf720f9b - build: define SPDK_LIB_LIST to simplify building dependencies and linker args</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/Makefile#407b550ff42e806d43fc7fb09ceca61ccf720f9b</link>
        <description>build: define SPDK_LIB_LIST to simplify building dependencies and linker argsSigned-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Ia969f9e5ed01f4b58cec2559133347d836118131

            List of files:
            /spdk/examples/ioat/verify/Makefile</description>
        <pubDate>Fri, 18 Nov 2016 16:57:53 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>44e60dc47d4330deb9dd35e2b16b527a5d139fbd - build: consolidate library outputs in build/lib</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/Makefile#44e60dc47d4330deb9dd35e2b16b527a5d139fbd</link>
        <description>build: consolidate library outputs in build/libMake it easier to use SPDK libraries by putting them all in a singledirectory that can be added with -L rather than scattered around thesource tree.Change-Id: I5c0f5dd6e7058b5f92fa9bc41548190ffc064761Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/examples/ioat/verify/Makefile</description>
        <pubDate>Tue, 15 Nov 2016 00:45:04 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a4747c6048b5faae3110cfba5400ab47f5bf9cc8 - env: Make the environment library configurable.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/Makefile#a4747c6048b5faae3110cfba5400ab47f5bf9cc8</link>
        <description>env: Make the environment library configurable.This allows users to swap out SPDK&apos;s third partylibraries for an implementation based on their ownframework.Change-Id: Ia0b7384ce5e31acba5ad0d7002dec9e95b759c52Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/examples/ioat/verify/Makefile</description>
        <pubDate>Wed, 10 Aug 2016 17:28:20 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a30b5532cb2946c148837cb8c403e41a15000410 - memory: Rename to env</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/Makefile#a30b5532cb2946c148837cb8c403e41a15000410</link>
        <description>memory: Rename to envThe new env library will wrap all third-party librarycalls and be easily swappable with alternate implementationsat build time. For now, it&apos;s just the memory libraryrenamed.Change-Id: I26a70933289f8137107208ba75f7520fd7a33da0Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/examples/ioat/verify/Makefile</description>
        <pubDate>Wed, 10 Aug 2016 17:21:45 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6b1e4e732d64585ed78a74cc6b6709e6713e150e - Drop libpciaccess and switch to DPDK PCI</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/Makefile#6b1e4e732d64585ed78a74cc6b6709e6713e150e</link>
        <description>Drop libpciaccess and switch to DPDK PCIThis patch also drops support for automatically unbindingdevices from the kernel - run scripts/setup.sh first.Our generic pci interface is now hidden behind include/spdk/pci.hand implemented in lib/util/pci.c. We no longer wrap the callsin nvme_impl.h or ioat_impl.h. The implementation now only usesDPDK and the libpciaccess dependency has been removed. If usinga version of DPDK earlier than 16.07, enumerating devicesby class code isn&apos;t available and only Intel SSDs will bediscovered. DPDK 16.07 adds enumeration by class code and allNVMe devices will be correctly discovered.Change-Id: I0e8bac36b5ca57df604a2b310c47342c67dc9f3cSigned-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/examples/ioat/verify/Makefile</description>
        <pubDate>Mon, 08 Aug 2016 22:57:49 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>29004b67382206820ee8cba098629c70bd662908 - ioat: Use log library instead of ioat_printf</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/Makefile#29004b67382206820ee8cba098629c70bd662908</link>
        <description>ioat: Use log library instead of ioat_printfChange-Id: I10a71b5c83f60d3ef1bbf83b464813405edd1938Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/examples/ioat/verify/Makefile</description>
        <pubDate>Fri, 12 Aug 2016 16:13:33 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>39cc59635a5407444806f85a418efe1f83d6bab4 - build: include -lrt and -lpthread in LDFLAGS</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/Makefile#39cc59635a5407444806f85a418efe1f83d6bab4</link>
        <description>build: include -lrt and -lpthread in LDFLAGSSimplify the build rules so that common libraries are always linked.Also fix up a couple of -lpciaccess instances that should have beenchanged to $(PCIACCESS_LIB).Change-Id: I4c50fa3aa59cae013d3385e38fbb830794299f6eSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/examples/ioat/verify/Makefile</description>
        <pubDate>Wed, 22 Jun 2016 16:23:27 +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/source/history/spdk/examples/ioat/verify/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/examples/ioat/verify/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>ff6125195c1071a98a153e3670792bbe75894fb0 - SPDK: Support configuring libpciaccess library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/Makefile#ff6125195c1071a98a153e3670792bbe75894fb0</link>
        <description>SPDK: Support configuring libpciaccess libraryWith CONFIG_PCIACCESS=y in CONFIG file, we canuse libpciaccess library; With CONFIG_PCIACCESS=nin CONFIG file, we use pciaccess functions providedin DPDK.Change-Id: I786c5589b8e7909ba2e59d222938dd5ba45bf92dSigned-off-by: Ziye Yang &lt;ziye.yang@intel.com&gt;

            List of files:
            /spdk/examples/ioat/verify/Makefile</description>
        <pubDate>Wed, 27 Jan 2016 07:52:01 +0000</pubDate>
        <dc:creator>Ziye Yang &lt;ziye.yang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c02b179490123a3212b0c0d23b69da13965d1552 - Remove year from copyright headers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/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/examples/ioat/verify/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>d4ab30ba33037ab236b8eaf0683fffff45507938 - ioat: add user-mode Intel I/OAT driver</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/examples/ioat/verify/Makefile#d4ab30ba33037ab236b8eaf0683fffff45507938</link>
        <description>ioat: add user-mode Intel I/OAT driverThe ioat driver supports DMA engine copy offload hardware available onIntel Xeon platforms.Change-Id: Ida0b17b25816576948ddb1b0443587e0f09574d4Signed-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/examples/ioat/verify/Makefile</description>
        <pubDate>Thu, 03 Dec 2015 21:30:38 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
