<?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>9e06b192f4d1610dbb2fca97e06e2e844d49a623 - bdev_aio: Add FreeBSD support</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/Makefile#9e06b192f4d1610dbb2fca97e06e2e844d49a623</link>
        <description>bdev_aio: Add FreeBSD supportThe FreeBSD kernel aio is built around kevent() system call.Use it for polling, like it is done using io_getevents() on Linux side.Change-Id: I558236081b8d6870f9a4a3a937df60710045bce9Signed-off-by: Fedor Uporov &lt;fuporov.vstack@gmail.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18498Community-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: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/module/bdev/Makefile</description>
        <pubDate>Thu, 01 Jun 2023 04:57:55 +0000</pubDate>
        <dc:creator>Fedor Uporov &lt;fuporov.vstack@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b42295dbc3aca26ac1182032a02450febfe2d95f - bdev/pmem: Removed bdev pmem implementation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/Makefile#b42295dbc3aca26ac1182032a02450febfe2d95f</link>
        <description>bdev/pmem: Removed bdev pmem implementationRemoved bdev pmem implementation and makefilesRemoved bdev pmem rpc callsUpdated Python scriptsUpdated match files for testsUpdated doc filespkgdep and doc files will be updated when pmemdependency is removed from libreduceChange-Id: Ia1be5046159e04cd933ac13a0d5791e6d28219daSigned-off-by: Marcin Spiewak &lt;marcin.spiewak@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17070Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Community-CI: Mellanox Build BotReviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/module/bdev/Makefile</description>
        <pubDate>Mon, 06 Mar 2023 16:25:42 +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/module/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/module/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/module/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/module/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>2e283fcb67a8ee1d9b4f470f17bec57bbe3adad5 - bdev/daos: introduction of daos bdev</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/Makefile#2e283fcb67a8ee1d9b4f470f17bec57bbe3adad5</link>
        <description>bdev/daos: introduction of daos bdevThis commmit introduces a new bdev type backed up by DAOS DFS.Design wise this bdev is a file named as the bdev itself in the DAOS POSIXcontainer that uses daos event queue per io channel.Having an event queue per io channel is showing the best IO throughput.The implementation uses the independent pool and container connections perdevice&apos;s channel for the best IO throughput.The semantic of usage is the same as any other bdev type.To build SPDK with daos support, daos-devel package has to be installed.The current supported DAOS version is v2.X, please see the installatoin andsetup guide here: https://docs.daos.io/v2.0/$ ./configure --with-daosTo run it, the target machine should have daos_agent up and running, aswell as the pool and POSIX container ready to use, please see thedetailed requirements here: https://docs.daos.io/v2.0/admin/hardware/.To export bdev over tcp:$ ./nvmf_tgt &amp;$ ./scripts/rpc.py nvmf_create_transport -t TCP -u 2097152 -i 2097152$ ./scripts/rpc.py bdev_daos_create daosdev0 &lt;pool-label&gt; &lt;cont-label&gt;1048576 4096$ ./scripts/rpc.py nvmf_create_subsystem nqn.2016-06.io.spdk1:cnode1 -a -sSPDK00000000000001 -d SPDK_Virtual_Controller_1$ ./scripts/rpc.py nvmf_subsystem_add_ns nqn.2016-06.io.spdk1:cnode1daosdev0$ ./scripts/rpc.py nvmf_subsystem_add_listener nqn.2016-06.io.spdk1:cnode1-t tcp -a &lt;IP&gt; -s 4420On the initiator side, make sure that `nvme-tcp` module is loaded thenconnect drives, for instance:$ nvme connect-all -t tcp -a 172.31.91.61 -s 4420$ nvme listSigned-off-by: Denis Barakhtanov &lt;denis.barahtanov@croit.io&gt;Change-Id: I51945465122e0fb96de4326db742169419966806Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12260Community-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;

            List of files:
            /spdk/module/bdev/Makefile</description>
        <pubDate>Tue, 08 Mar 2022 23:55:01 +0000</pubDate>
        <dc:creator>0xe0f &lt;&gt;</dc:creator>
    </item>
<item>
        <title>c682c7899250633d6c9c06046cb89d6e36e7b0a5 - FTL: Add FTL bdev module</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/Makefile#c682c7899250633d6c9c06046cb89d6e36e7b0a5</link>
        <description>FTL: Add FTL bdev moduleSigned-off-by: Kozlowski Mateusz &lt;mateusz.kozlowski@intel.com&gt;Signed-off-by: Artur Paszkiewicz &lt;artur.paszkiewicz@intel.com&gt;Change-Id: I8c40b96f0726d83d6a307e8b9a04b7c210b80255Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13299Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/module/bdev/Makefile</description>
        <pubDate>Tue, 21 Jun 2022 09:20:47 +0000</pubDate>
        <dc:creator>Artur Paszkiewicz &lt;artur.paszkiewicz@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6f338d4bf3a8a91b7abe377a605a321ea2b05bf7 - bdev : xNVMe BDEV module implementation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/Makefile#6f338d4bf3a8a91b7abe377a605a321ea2b05bf7</link>
        <description>bdev : xNVMe BDEV module implementationThis implementation of xNVMe BDEV module supports the char-device / ioctl-over-uring,along with the &quot;regular&quot; io_uring, libaio, POSIX aio, emulated aio (via threadpools) etc.Code changes done :a. Addition of xNVMe submodule to SPDKb. Modification of RPC scripts to Create / Delete xNVMe BDEVsc. Implementation of xNVMe BDEV moduleSigned-off-by: Krishna Kanth Reddy &lt;krish.reddy@samsung.com&gt;Change-Id: If814ca1c784124df429d283015a6570068b44f87Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11161Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.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;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/module/bdev/Makefile</description>
        <pubDate>Wed, 19 Jan 2022 10:12:50 +0000</pubDate>
        <dc:creator>Krishna Kanth Reddy &lt;krish.reddy@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>81dca2888446f0f832a60f67c4706c8bf429d994 - ftl: remove deprecated ftl library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/Makefile#81dca2888446f0f832a60f67c4706c8bf429d994</link>
        <description>ftl: remove deprecated ftl librarySigned-off-by: Wojciech Malikowski &lt;wojciech.malikowski@intel.com&gt;Change-Id: I3ebb05be3f1b9864b238cb74f469b4fdf573cd0dReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11120Tested-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;smatsumoto@nvidia.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;

            List of files:
            /spdk/module/bdev/Makefile</description>
        <pubDate>Mon, 17 Jan 2022 10:41:16 +0000</pubDate>
        <dc:creator>Wojciech Malikowski &lt;wojciech.malikowski@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/module/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/module/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>ebc227d9b23abcf5f81099611254eef84221d186 - bdev: move bdev_rpc library contents</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/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/module/bdev/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>e2e62546513f07c53e971cdf75c5bf98a1e0e8a5 - bdev/ftl: Remove NVMe dependencies</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/Makefile#e2e62546513f07c53e971cdf75c5bf98a1e0e8a5</link>
        <description>bdev/ftl: Remove NVMe dependenciesThis patch changes FTL bdev to vritual bdev.Change-Id: I7b96af56053874b670a76b910a846837396119d9Signed-off-by: Wojciech Malikowski &lt;wojciech.malikowski@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/479703Community-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: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;

            List of files:
            /spdk/module/bdev/Makefile</description>
        <pubDate>Wed, 08 Jan 2020 15:30:35 +0000</pubDate>
        <dc:creator>Wojciech Malikowski &lt;wojciech.malikowski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>76fb903a746a0056350fc460f0bc50d4d170e0a1 - bdev/zone: Create and delete zoned block device vdev</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/Makefile#76fb903a746a0056350fc460f0bc50d4d170e0a1</link>
        <description>bdev/zone: Create and delete zoned block device vdevAdding new bdev module - zoned block device virtual bdev. It should bepossible to build on top of a regular (ie. non-OCSSD) bdev and surfacea zoned device API instead.Added create and deletion functions for this bdev.Signed-off-by: Mateusz Kozlowski &lt;mateusz.kozlowski@intel.com&gt;Change-Id: Ia383483007117d1c826298fd391467a51fa2fe4eReviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468030Community-CI: Broadcom SPDK FC-NVMe CI &lt;spdk-ci.pdl@broadcom.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;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/module/bdev/Makefile</description>
        <pubDate>Mon, 19 Aug 2019 09:45:18 +0000</pubDate>
        <dc:creator>Mateusz Kozlowski &lt;mateusz.kozlowski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7463b0dea3f450fb45f1eca8e8ed5b05a50c71e8 - mk: standardize DIRS-x assignments.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/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/module/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>407e88fd2ab020d753e33014cf759353a9901b51 - lib/mk: update OCF build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/Makefile#407e88fd2ab020d753e33014cf759353a9901b51</link>
        <description>lib/mk: update OCF build.The OCF build was broken by some of the recent changesto the Makefiles. This change aims to fix that by separating out the ocfenvironment from the ocf bdev.Change-Id: Id445340033898e9ae70a4bcfc799951110762d55Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465808Tested-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;

            List of files:
            /spdk/module/bdev/Makefile</description>
        <pubDate>Tue, 20 Aug 2019 16:58:45 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>07fe6a43d6087a001713e0270af65a13e08533f0 - mk: move the bdev modules under module directory.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/bdev/Makefile#07fe6a43d6087a001713e0270af65a13e08533f0</link>
        <description>mk: move the bdev modules under module directory.This is more accurate to what they are, and will make defining librarydependencies much simpler. This change in directory does not affect thefinal placement of naming of libraries at the end of time.Change-Id: Ic48a9233dff564e39ce357a9ea0a111ea2b6414bSigned-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465454Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Broadcom SPDK FC-NVMe CI &lt;spdk-ci.pdl@broadcom.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/module/bdev/Makefile</description>
        <pubDate>Fri, 16 Aug 2019 16:45:58 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
