<?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>8da5783b52e9adce5a564997cd6e4a393831fdd5 - bdev/pmem: Removing bdev pmem - updated tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#8da5783b52e9adce5a564997cd6e4a393831fdd5</link>
        <description>bdev/pmem: Removing bdev pmem - updated testsRemoved tests associated with bdev pmemChange-Id: Ibfb699eb5626242a7c1930be13eb1f5ded8d6392Signed-off-by: Marcin Spiewak &lt;marcin.spiewak@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17003Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Mellanox Build BotReviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/Makefile</description>
        <pubDate>Fri, 03 Mar 2023 13:45:16 +0000</pubDate>
        <dc:creator>Marcin Spiewak &lt;marcin.spiewak@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>19e2dc385384b68fd02238b4b9347050d5909c7d - configure: rename --with-reduce --with-vbdev-compress</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#19e2dc385384b68fd02238b4b9347050d5909c7d</link>
        <description>configure: rename --with-reduce --with-vbdev-compressThis is in prep for adding a new compressDev accel_fwmodule that will contain all of the DPDK compressDev specificson it, the vbdev will make calls to the accel_fw instead.As the accel_fw has SW based compression, we want the configureoption to apply to building the vbdev module but not the accel_swsoftware implementation or the upcoming compressdev module.Renamed to &quot;compress&quot; as reduce is a term specific to the vbdevimplementation of the compression to be provided by the accel_fwand thus the same reason why we leave the test flag called REDUCEbecause it&apos;s controlling tests for the reduce library as well asthe vbdev module that is using reduce.  The flag does not applyto the SW implementation of compression.This does not affect upcoming accel_fw compressdev module, thatwill have its own configure option.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: If8ed3e48e1e3dabcaad1cd161289e78122cd9d58Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15179Tested-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: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/Makefile</description>
        <pubDate>Fri, 28 Oct 2022 23:07:51 +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/history/spdk/test/unit/lib/bdev/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/bdev/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/unit/lib/bdev/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/bdev/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>9b004663920e4636b0d21ed46796d273fb339544 - ut/bdev_ocssd: Move bdev_ocssd_ut from bdev directory to bdev/nvme directory</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#9b004663920e4636b0d21ed46796d273fb339544</link>
        <description>ut/bdev_ocssd: Move bdev_ocssd_ut from bdev directory to bdev/nvme directorySigned-off-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Change-Id: Ifa9aa75086264037ae72926b89c4f63c8123f2ebReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6129Community-CI: Broadcom CICommunity-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: &lt;dongx.yi@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@mellanox.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/Makefile</description>
        <pubDate>Mon, 18 Jan 2021 04:03:50 +0000</pubDate>
        <dc:creator>Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;</dc:creator>
    </item>
<item>
        <title>11495b5c63ae43a25ddd238dba873f9181613684 - ut/raid: put bdev_raid.c into &apos;raid&apos; subdirectory</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#11495b5c63ae43a25ddd238dba873f9181613684</link>
        <description>ut/raid: put bdev_raid.c into &apos;raid&apos; subdirectoryTo make room for other raid module unit tests.Change-Id: Icf8b8ff0c9051ccb4c7ebd784807370f8be1a8fbSigned-off-by: Artur Paszkiewicz &lt;artur.paszkiewicz@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/853Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/Makefile</description>
        <pubDate>Mon, 03 Feb 2020 11:33:41 +0000</pubDate>
        <dc:creator>Artur Paszkiewicz &lt;artur.paszkiewicz@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6bda87b32455813238e02b23dd1accd5a69f94f2 - bdev/ocssd: create / delete calls</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#6bda87b32455813238e02b23dd1accd5a69f94f2</link>
        <description>bdev/ocssd: create / delete callsAdded a way to create and delete OCSSD bdevs on top of OC NVMecontroller.  The controller can be created using the regular NVMe bdevRPC call.  For instance, the following (assuming 0000:00:04.0 is anOC device): rpc.py bdev_nvme_attach_controller -b nvme0 -a 0000:00:04.0 -t pcie rpc.py bdev_ocssd_create -c nvme0 -b nvme0n1creates Open Channel controller nvme0 and OCSSD bdev nvme0n1 on top ofit.  The bdevs can be deleted either by the bdev_ocssd_delete call or bydeleting whole NVMe controller, in which case all bdevs are destroyed.Change-Id: I9f2f02103fc5570a53bd26479c8690be206829c3Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468984Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Broadcom SPDK FC-NVMe CI &lt;spdk-ci.pdl@broadcom.com&gt;Reviewed-by: Wojciech Malikowski &lt;wojciech.malikowski@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/unit/lib/bdev/Makefile</description>
        <pubDate>Fri, 20 Sep 2019 12:26:24 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cabbe1b1792b7e0d7671f76f5fbdb9ce307179e8 - bdev/zone: Register/unregister zoned bdev</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#cabbe1b1792b7e0d7671f76f5fbdb9ce307179e8</link>
        <description>bdev/zone: Register/unregister zoned bdevAdd registration and unregistration of block zoned bdev. Attach it to theunderlying bdev during creation and unattach at deletion.Signed-off-by: Mateusz Kozlowski &lt;mateusz.kozlowski@intel.com&gt;Change-Id: I773aff6c7609952f28c02dd1794f0529a781b2e1Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468033Community-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: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/Makefile</description>
        <pubDate>Wed, 21 Aug 2019 08:38:53 +0000</pubDate>
        <dc:creator>Mateusz Kozlowski &lt;mateusz.kozlowski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>861010b2d3b7fe783e8cc018c6862aecbe294a65 - test/unit: Add bdev_zone_ut.c to unittest.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#861010b2d3b7fe783e8cc018c6862aecbe294a65</link>
        <description>test/unit: Add bdev_zone_ut.c to unittest.Add unittest for bdev_zone.c.Change-Id: I9883592048471efe7307eb65a46df000fc205f1eSigned-off-by: yidong0635 &lt;dongx.yi@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/471600Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Broadcom SPDK FC-NVMe CI &lt;spdk-ci.pdl@broadcom.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/Makefile</description>
        <pubDate>Tue, 29 Oct 2019 15:36:10 +0000</pubDate>
        <dc:creator>dongx.yi &lt;dongx.yi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7463b0dea3f450fb45f1eca8e8ed5b05a50c71e8 - mk: standardize DIRS-x assignments.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#7463b0dea3f450fb45f1eca8e8ed5b05a50c71e8</link>
        <description>mk: standardize DIRS-x assignments.Most of the assignments followed the DIRS-($(CONFIG_X)) pattern, butthere were a couple of assignments using a different pattern.Change-Id: I7c80fec2813c32cb7676912d72805565f77b2e3dSigned-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/466469Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: Broadcom SPDK FC-NVMe CI &lt;spdk-ci.pdl@broadcom.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/Makefile</description>
        <pubDate>Tue, 27 Aug 2019 20:07:56 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>766c5361842f42836c1105ed3faf9b55f729172a - bdev/compress: add missing mocks and re-enable UT build for comp</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#766c5361842f42836c1105ed3faf9b55f729172a</link>
        <description>bdev/compress: add missing mocks and re-enable UT build for compDisabled temporarily earlier to get to basic functionality, circlingback now to begin work on UT again.Change-Id: Ie7606f91072257f392727bdecc5f1eac26380453Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/451063Tested-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/unit/lib/bdev/Makefile</description>
        <pubDate>Fri, 12 Apr 2019 17:25:46 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a827d07c2b8198fcdc8396875f8aaca16c29ae49 - bdev/compress: integrate with DPDK compressdev</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#a827d07c2b8198fcdc8396875f8aaca16c29ae49</link>
        <description>bdev/compress: integrate with DPDK compressdevChange-Id: I0729f688c72651790ac05f4991c04deebca2af39Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/448081Tested-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/unit/lib/bdev/Makefile</description>
        <pubDate>Thu, 14 Mar 2019 23:05:43 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b95d25975ddec41c183f4fdca96946bed2d95066 - bdev/compress: add unit test mocks and empty functions</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#b95d25975ddec41c183f4fdca96946bed2d95066</link>
        <description>bdev/compress: add unit test mocks and empty functionsTest functions to  be added later in seriesChange-Id: I96286b6214b4577df334d180e7c3d641e8ce8f68Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/445371Tested-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/unit/lib/bdev/Makefile</description>
        <pubDate>Tue, 19 Feb 2019 22:52:08 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>51606ed40277bc48d7cebabab7dea43420819011 - bdev:  Add crypto virtual bdev module</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#51606ed40277bc48d7cebabab7dea43420819011</link>
        <description>bdev:  Add crypto virtual bdev moduleInitial support for softare AESNI_MB DPDK driver only.Have tested (both aesni and QAT seprately and concurrrently) on underlying NVMe deviceswith bdevio and a bdevperf script that runs IOs from 512B to 128K each with Q depths from1 to 512 in powers of 2 for 30 seconds each run.QAT can be included in the code (but not makefile) and marked as experimentaluntil we are ready to test in CI.  It works well on 2 systems but is a big PITA to getthe hardware setup and configured for use with DPDK (IMHO).Change-Id: If518c3df8e74e00efa18afdf194824c5e69778fcSigned-off-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-on: https://review.gerrithub.io/403107Chandler-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: 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/bdev/Makefile</description>
        <pubDate>Wed, 07 Mar 2018 23:44:06 +0000</pubDate>
        <dc:creator>Paul Luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>41586b0f1dd6bb1227f32ad654eee4108d9960b1 - bdev: add raid bdev module</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#41586b0f1dd6bb1227f32ad654eee4108d9960b1</link>
        <description>bdev: add raid bdev moduleRaid module:============- SPDK raid bdev module is a new bdev module which is  responsible for striping various NVMe devices and expose the raid bdev  to bdev layer which would enhance the performance and capacity.- It can support theoretically 256 base devices (currently it is being  tested max upto 8 base devices)- Multiple strip sizes like 32KB, 64KB, 128KB, 256KB, 512KB etc is  supported. Most of the current testing is focused on 64KB strip size.- New RPC commands like &quot;create raid bdev&quot;, &quot;destroy raid bdev&quot; and &quot;get raid bdevs&quot;  are introduced to configure raid bdev dynamically in a runningSPDK system.- Currently raid bdev configuration parameters are persisted in the  current SPDK configuration file for across reboot support. DDF will beintroduced later.High level testing done:=======================- Raid bdev is created with 8 base NVMe devices via configuration  file and is exposed to initiator via existing methods. Initiator isable to see a single NVMe namespace with capacity equal to sum of theminimum capacities of 8 devices. Initiator was able to run rawread/write workload, file system workload etc (tested with XFS filesystem workload).- Multiple raid bdevs are also created and exposed to initiator and  tested with file system and other workloads for read/write IO.- LVS / LVOL are created over raid bdev and exposed to initiator.  Testing was done for raw read/write workloads and XFS file systemworkloads.- RPC testing is done where on the running SPDK system raid bdevs  are created out of NVMe base devices. These raid bdevs (and LVOLsover raid bdevs) are then exposed to initiator and IO workload wastested for raw read/write and XFS file system workload.- RPC testing is done for delete raid bdevs where all raid bdevs  are deleted in running SPDK system.- RPC testing is done for get raid bdevs where existing list of  raid bdev names is printed (it can be all raid bdevs or onlyonline or only configuring or only offline).- RPC testing is done where raid bdevs and underlying NVMe devices  relationship was returned in JSON RPC commandsChange-Id: I10ae1266f8f2cca3c106e4df8c1c0993ddf435d8Signed-off-by: Kunal Sablok &lt;kunal.sablok@intel.com&gt;Reviewed-on: https://review.gerrithub.io/410484Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/Makefile</description>
        <pubDate>Tue, 08 May 2018 11:30:29 +0000</pubDate>
        <dc:creator>Kunal Sablok &lt;kunal.sablok@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>218dcd840a60c6ccd474d00a1caba30cbd71a9b1 - bdev/pmem: change all NVML strings to PMDK</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#218dcd840a60c6ccd474d00a1caba30cbd71a9b1</link>
        <description>bdev/pmem: change all NVML strings to PMDKNVML (Non Volatile Memory Library) changed its name toPMDK (Persistent Memory Development Kit), so make thenecessary changes to the SPDK repository.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Id07a87eafb4e9a3099603030c58c0e927bafa608Reviewed-on: https://review.gerrithub.io/406256Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-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/unit/lib/bdev/Makefile</description>
        <pubDate>Tue, 03 Apr 2018 23:07:39 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3559bec4f93e81d0a96bafddf67b2d042e72bc07 - bdev: move part helper code into its own file</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#3559bec4f93e81d0a96bafddf67b2d042e72bc07</link>
        <description>bdev: move part helper code into its own fileChange-Id: I05505c469cac96a5e4812f2f65a7342ceec0a28cSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/401511Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Dariusz Stojaczyk &lt;dariuszx.stojaczyk@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/Makefile</description>
        <pubDate>Mon, 26 Feb 2018 20:22:38 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>32f7f2af23b93054bfaa96a712c2ba4c40974012 - bdev_pmem: unit tests for persistent memory backend</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#32f7f2af23b93054bfaa96a712c2ba4c40974012</link>
        <description>bdev_pmem: unit tests for persistent memory backendChange-Id: I4837d489d4730423825929f0e53d3ef6b487f0d0Signed-off-by: Pawel Wodkowski &lt;pawelx.wodkowski@intel.com&gt;Signed-off-by: Piotr Pelplinski &lt;piotr.pelplinski@intel.com&gt;Reviewed-on: https://review.gerrithub.io/379470Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-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/test/unit/lib/bdev/Makefile</description>
        <pubDate>Mon, 09 Oct 2017 07:20:36 +0000</pubDate>
        <dc:creator>Pawel Wodkowski &lt;pawelx.wodkowski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>674c709733259a0b3763bc859bae4765169b3364 - test/bdev: add simulated multi-thread unit tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#674c709733259a0b3763bc859bae4765169b3364</link>
        <description>test/bdev: add simulated multi-thread unit testsUse the mock wrappers to override pthread_self(), enablingthe unit tests to switch emulation between different threadsfrom the context of a single unit test threads.These tests don&apos;t do anything useful yet, but will getfleshed out more as part of some upcoming changes thatwill require some more rigorous testing for multi-threadscenarios (such as multiple channels).Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Iffdd2c6bebc45da52927769d374c43c5eea0aa12Reviewed-on: https://review.gerrithub.io/377970Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Dariusz Stojaczyk &lt;dariuszx.stojaczyk@intel.com&gt;Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/Makefile</description>
        <pubDate>Mon, 11 Sep 2017 15:43:25 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>27f44662ac3c678828bcd13fe8533ec97426082e - lvol: Logical volume implementation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/Makefile#27f44662ac3c678828bcd13fe8533ec97426082e</link>
        <description>lvol: Logical volume implementationChange-Id: Ia96ae78ff9530d953181ac5f7255a38f3c8ec430Signed-off-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Signed-off-by: Maciej Szwed &lt;maciej.szwed@intel.com&gt;Signed-off-by: Piotr Pelplinski &lt;piotr.pelplinski@intel.com&gt;Reviewed-on: https://review.gerrithub.io/375392Tested-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/unit/lib/bdev/Makefile</description>
        <pubDate>Thu, 14 Sep 2017 14:53:36 +0000</pubDate>
        <dc:creator>Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
