<?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/test/unit/lib/nvme/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/unit/lib/nvme/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/test/unit/lib/nvme/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/unit/lib/nvme/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>e9d964bd3cc9bee186737d9bb7b2bdff862f107b - test/nvme_opal: build nvme_opal unittest file</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#e9d964bd3cc9bee186737d9bb7b2bdff862f107b</link>
        <description>test/nvme_opal: build nvme_opal unittest fileChange-Id: I74bd112800f0d8369bc4d4b7a02080fe3e6cbd1cSigned-off-by: Mao Jiang &lt;maox.jiang@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6695Tested-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;Community-CI: Mellanox Build Bot

            List of files:
            /spdk/test/unit/lib/nvme/Makefile</description>
        <pubDate>Tue, 18 May 2021 09:18:50 +0000</pubDate>
        <dc:creator>Mao Jiang &lt;maox.jiang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d88ccda689dcc643feea67cf1dccda1f49103a76 - test/nvme_fabric: build nvme fabric unittest file</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#d88ccda689dcc643feea67cf1dccda1f49103a76</link>
        <description>test/nvme_fabric: build nvme fabric unittest fileInclude cases for setting/getting nvme fabric properties.Change-Id: I4757cc38b8e1fe7d6af287b21f02539540a28de9Signed-off-by: Mao Jiang &lt;maox.jiang@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6552Community-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: Changpeng Liu &lt;changpeng.liu@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/nvme/Makefile</description>
        <pubDate>Fri, 26 Feb 2021 06:43:46 +0000</pubDate>
        <dc:creator>Mao Jiang &lt;maox.jiang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>59237d22b82e864eb0cbd94348353f671f74cd92 - lib: add a hotplug lib for device</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#59237d22b82e864eb0cbd94348353f671f74cd92</link>
        <description>lib: add a hotplug lib for deviceThe hotplug lib can be used for pcie devicessuch as nvme, virtio_blk and virtio scsi.For the sigbus handler, there is only one in aprocess and it should handle all the devices.And align nvme to the hotplug libAdd the ADD uevent support for allowing thedevice hotplug.Change-Id: I82cd3b4af38ca24cee8b041a215a85c4a69e60f7Signed-off-by: Jin Yu &lt;jin.yu@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5653Community-CI: Broadcom CICommunity-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: &lt;dongx.yi@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/nvme/Makefile</description>
        <pubDate>Thu, 17 Dec 2020 15:18:53 +0000</pubDate>
        <dc:creator>Jin Yu &lt;jin.yu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>550a0b95f48ddfcc43592b437ad81385e71f981c - test/nvme_pcie_common: build nvme_pcie_common unittest file</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#550a0b95f48ddfcc43592b437ad81385e71f981c</link>
        <description>test/nvme_pcie_common: build nvme_pcie_common unittest fileChange-Id: I321e558ff23e1942cbf17f8cd6d3ce04eb6e58d0Signed-off-by: Mao Jiang &lt;maox.jiang@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6763Community-CI: Broadcom CICommunity-CI: Mellanox Build BotTested-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;

            List of files:
            /spdk/test/unit/lib/nvme/Makefile</description>
        <pubDate>Mon, 08 Mar 2021 03:02:40 +0000</pubDate>
        <dc:creator>Mao Jiang &lt;maox.jiang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>11f119e25db4f3d0f80a8b155ce25e9e1840b119 - test/nvme_cuse: build nvme_cuse unittest file</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#11f119e25db4f3d0f80a8b155ce25e9e1840b119</link>
        <description>test/nvme_cuse: build nvme_cuse unittest fileInclude cuse_nvme_submit_io_read/write cases.Change-Id: Id55ec798167a36a7fb6e1d9ddb032299d476962eSigned-off-by: Mao Jiang &lt;maox.jiang@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6651Community-CI: Broadcom CICommunity-CI: Mellanox Build BotTested-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/unit/lib/nvme/Makefile</description>
        <pubDate>Tue, 02 Mar 2021 01:39:45 +0000</pubDate>
        <dc:creator>Mao Jiang &lt;maox.jiang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2b2a297de155e951a46975038a1e964f5b1047db - test/nvme_io_msg: build nvme_io_msg uinttest file</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#2b2a297de155e951a46975038a1e964f5b1047db</link>
        <description>test/nvme_io_msg: build nvme_io_msg uinttest fileCases for IO message sending and processing.Change-Id: Id9085c016d4379401f8e203006e11a268518d0e2Signed-off-by: Mao Jiang &lt;maox.jiang@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6215Community-CI: Broadcom CICommunity-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/nvme/Makefile</description>
        <pubDate>Fri, 29 Jan 2021 08:46:28 +0000</pubDate>
        <dc:creator>Mao Jiang &lt;maox.jiang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>504031d850fd0b73ff36cfe61592ad11518b8d67 - test/nvme_transport: build nvme transport unittest file</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#504031d850fd0b73ff36cfe61592ad11518b8d67</link>
        <description>test/nvme_transport: build nvme transport unittest fileChange-Id: I0ac4e9afdd69a933522e2cada54b891ab3fbd78cSigned-off-by: Mao Jiang &lt;maox.jiang@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6458Community-CI: Broadcom CICommunity-CI: Mellanox Build BotReviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/nvme/Makefile</description>
        <pubDate>Thu, 04 Feb 2021 08:21:05 +0000</pubDate>
        <dc:creator>Mao Jiang &lt;maox.jiang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ccf0fd4e397cfa37c8f76e2b395d1918e1789e34 - test/unit: add poll_group unit tests.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#ccf0fd4e397cfa37c8f76e2b395d1918e1789e34</link>
        <description>test/unit: add poll_group unit tests.Change-Id: Ibcf2d5a3e6d5a27d1ff430ae6a896cb072f151f0Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/661Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Broadcom CIReviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.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/unit/lib/nvme/Makefile</description>
        <pubDate>Fri, 07 Feb 2020 23:52:14 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>94f2def65a4e2809d66bd7ce527af45da44b0226 - test/unit: Add nvme_uevent_ut.c to unittest.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#94f2def65a4e2809d66bd7ce527af45da44b0226</link>
        <description>test/unit: Add nvme_uevent_ut.c to unittest.Add nvme_uevent_ut.c to unittest, and test parse uevents.Signed-off-by: dongx.yi &lt;dongx.yi@intel.com&gt;Change-Id: Id8bb8336790ae5e031b357dc49163d86dfa1cd57Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/475080Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Community-CI: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/nvme/Makefile</description>
        <pubDate>Tue, 19 Nov 2019 20:15:27 +0000</pubDate>
        <dc:creator>dongx.yi &lt;dongx.yi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7401986896bb0f031ffb41adf40f5c6d3adfbb65 - nvme/tcp: add unit test to verify the bug in nvmf_tcp_pdu_set_data_buf</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#7401986896bb0f031ffb41adf40f5c6d3adfbb65</link>
        <description>nvme/tcp: add unit test to verify the bug in nvmf_tcp_pdu_set_data_bufThis patch adds UT code to test if the bug in nvmf_tcp_pdu_set_data_bufis fixed by the last patch.Change-Id: I0b504ba37652de8300c85eea2f85218c837dd503Signed-off-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/455624Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/nvme/Makefile</description>
        <pubDate>Fri, 24 May 2019 04:01:05 +0000</pubDate>
        <dc:creator>Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;</dc:creator>
    </item>
<item>
        <title>460cf3e62b30e1148dde0844fdf690c4ecbec4f0 - test/unit: add nvme_rdma.c unittests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#460cf3e62b30e1148dde0844fdf690c4ecbec4f0</link>
        <description>test/unit: add nvme_rdma.c unittestsChange-Id: Ia7228bfdfae4df53a68d77d41b643c107a73e832Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/428116Chandler-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: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@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/unit/lib/nvme/Makefile</description>
        <pubDate>Wed, 03 Oct 2018 21:02:54 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c182da27b58a983377675bbd92a1f781b0e705c5 - ocssd: vector commands</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#c182da27b58a983377675bbd92a1f781b0e705c5</link>
        <description>ocssd: vector commandsThis patch adds support for following Open-Channel vector commands:* Vector Chunk Reset* Vector Chunk Write* Vector Chunk Read* Vector Chunk CopyImplementation is consistent with Open-Channel specification (rev. 2.0)This patch provides unit tests for new public NVMeOpen-Channel namespace commands.Change-Id: Ic71be9357c61c5de82ca672e82a71aa933bd1875Signed-off-by: Jakub Radtke &lt;jakub.radtke@intel.com&gt;Reviewed-on: https://review.gerrithub.io/414969Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Xiaodong Liu &lt;xiaodong.liu@intel.com&gt;Reviewed-by: Young Tack Jin &lt;youngtack.jin@circuitblvd.com&gt;

            List of files:
            /spdk/test/unit/lib/nvme/Makefile</description>
        <pubDate>Thu, 07 Jun 2018 09:16:52 +0000</pubDate>
        <dc:creator>Jakub Radtke &lt;jakub.radtke@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>caac0ed9e80cf624a7bfbf5752abea0233ff7257 - ocssd: nvme driver public API extension for Open-Channel</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#caac0ed9e80cf624a7bfbf5752abea0233ff7257</link>
        <description>ocssd: nvme driver public API extension for Open-ChannelThis patch adds to nvme driver new public API dedicated forOpen-Channel:* spdk_nvme_ocssd_ctrlr_cmd_geometryChange-Id: I69592618d9bcc280346258e771195683d5b33893Signed-off-by: Jakub Radtke &lt;jakub.radtke@intel.com&gt;Reviewed-on: https://review.gerrithub.io/412816Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Xiaodong Liu &lt;xiaodong.liu@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/nvme/Makefile</description>
        <pubDate>Mon, 11 Jun 2018 22:13:55 +0000</pubDate>
        <dc:creator>Jakub Radtke &lt;jakub.radtke@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>fe13f87926eee5272904df16f3f5cfae5076a38a - test: move NVMe library tests to test/unit</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/nvme/Makefile#fe13f87926eee5272904df16f3f5cfae5076a38a</link>
        <description>test: move NVMe library tests to test/unitChange-Id: I9fda95d47a6d7a5ad94de438805d88961ceef8cfSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/366166Tested-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/unit/lib/nvme/Makefile</description>
        <pubDate>Mon, 19 Jun 2017 20:58:25 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
