<?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>e21c39aa707f29bcf6e1cb1989083b9cca3d9849 - fsdev/aio: Add aio fsdev implementation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#e21c39aa707f29bcf6e1cb1989083b9cca3d9849</link>
        <description>fsdev/aio: Add aio fsdev implementationChange-Id: I5add43886241803eb3a65d64beae58ddd91d335dSigned-off-by: Anton Nayshtut &lt;anayshtut@nvidia.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22534Reviewed-by: Ben Walker &lt;ben@nvidia.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Mon, 13 Nov 2023 15:29:17 +0000</pubDate>
        <dc:creator>Anton Nayshtut &lt;anayshtut@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>8db51b4e62f2a8a1744f1876ee606d73c8bbf9d7 - module/keyring: add keyring_file module</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#8db51b4e62f2a8a1744f1876ee606d73c8bbf9d7</link>
        <description>module/keyring: add keyring_file moduleThis module allows for using keys stored in files.  Each such fileshould only contain a single key and the module copies it without anymodifications.  Additionally, it checks the permissions of the file toensure that only the owner of the file is allowed to access it.This mechanism is very similar to the method employed by the NVMe driverand the NVMe-oF target to supply NVMe/TLS pre-shared keys.Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: I6eb15549073e8388b3f806f2888df3b1e3676ad5Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21737Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Seung yeon Shin &lt;syeon.shin@samsung.com&gt;Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Wed, 13 Dec 2023 12:40:45 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b7e27e04c470e48175d1a319e24c6583cb573c4b - build: regenerate modules pkgconfig files when config changes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#b7e27e04c470e48175d1a319e24c6583cb573c4b</link>
        <description>build: regenerate modules pkgconfig files when config changesIf modules are added or removed from the current configurationwhen re-running &quot;configure&quot; (i.e. --with-idxd), we need toalso generate the associated pkgconfig file that lists all ofthe modules for that category (i.e. spdk_accel_modules.pc).Do this by adding mk/config.mk as a dependency for each of themodules pkgconfig files.Fixes issue #3018.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Ied37f378aeba2eddc44c0649710a9e8e43e4d35bReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18233Reviewed-by: Ben Walker &lt;benjamin.walker@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/module/Makefile</description>
        <pubDate>Fri, 19 May 2023 17:52:10 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/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/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>23ef63882cb62bd2aa2c82498591276685ae1330 - module/vfu_device: add virtio-blk emulation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#23ef63882cb62bd2aa2c82498591276685ae1330</link>
        <description>module/vfu_device: add virtio-blk emulationHere we use vfu-tgt library and emulate a virtio-blk deviceas the first use case of vfu-tgt library.Usage example with QEMU:1. build/bin/spdk_tgt2. scripts/rpc.py bdev_malloc_create -b malloc0 $((512)) 5123. scripts/rpc.py vfu_virtio_create_blk_endpoint vfu.0 --bdev-name malloc0 \                                                 --cpumask=0x1 --num-queues=2 \                                                 --qsize=256 --packed-ring4. Start QEMU with &apos;-device vfio-user-pci,socket=/spdk/vfu.0&apos;Change-Id: I45e45360c669584583b0b8a3f83250ab6c48efecSigned-off-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12315Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Community-CI: Mellanox Build Bot

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Sat, 07 May 2022 05:44:36 +0000</pubDate>
        <dc:creator>Changpeng Liu &lt;changpeng.liu@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/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/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>a86e40f320b884f2fadb4e025f5396d85ef2df36 - scheduler: create public API and subsystem for scheduler/governor</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#a86e40f320b884f2fadb4e025f5396d85ef2df36</link>
        <description>scheduler: create public API and subsystem for scheduler/governorThis patch moves schedueler and governor related API fromthe internal event.h to public scheduler.h.With this it is possible to create subsystem responsiblefor handling the schedulers.Three schedulers and a governor were moved to scheduler modulesfrom event framework.This will allow next patch to add JSON RPC configurationto the whole subsystem.Along with easier addition of other schedulers.Removed debug logs from gscheduler, as they serve little purpose.Signed-off-by: Krzysztof Karas &lt;krzysztof.karas@intel.com&gt;Signed-off-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Change-Id: I98ca1ea4fb281beb71941656444267842a8875b7Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6995Community-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: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Fri, 06 Aug 2021 09:17:16 +0000</pubDate>
        <dc:creator>Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6e2c2306f9339694074c7436b4b832c96fb49820 - build: install generated pkg-config files</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#6e2c2306f9339694074c7436b4b832c96fb49820</link>
        <description>build: install generated pkg-config filesSigned-off-by: Jacek Kalwas &lt;jacek.kalwas@intel.com&gt;Change-Id: I191ad5e3b153fb563256eba1aa695716f66db788Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6377Community-CI: Broadcom CITested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Wed, 10 Feb 2021 15:28:48 +0000</pubDate>
        <dc:creator>Jacek Kalwas &lt;jacek.kalwas@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>79f9a7f572959b77852bb0946161a34e2c502923 - build: generate pkg-config files for SPDK</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#79f9a7f572959b77852bb0946161a34e2c502923</link>
        <description>build: generate pkg-config files for SPDKUsers can now generate the necessary linker args for theirown applications using something like:PKG_CONFIG_PATH=build/lib/pkgconfig pkg-config --libs spdk_nvmeDependencies between libraries are included in the generated.pc files, so the user only needs to pass the top-level subsystemsor individual SPDK libraries they are using in their application.Modules will automatically be added to the output if the associatedlibrary is specified.  For example, specifying &quot;spdk_bdev&quot; will includethe libraries not only for spdk_bdev, but also all of the bdev modules.Users still need to supply the -Wl,--no-as-needed or -Wl,--whole-archiveflags. They cannot be added to the .pc files without increasing the lengthof the argument string by a factor of 15x to 20x.Modify the test/external_code/hello_world Makefile to use pkg-config toensure this gets tested at some level in our autotest environment.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Ie48a75f11969d5d775d514cf10bcb82d197eabfdReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4371Community-CI: Broadcom CITested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Thu, 24 Sep 2020 00:06:02 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>aa7a13afc7fbc0663c32833e4a5b3b3606d86fca - global: rename copy to accel</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#aa7a13afc7fbc0663c32833e4a5b3b3606d86fca</link>
        <description>global: rename copy to accelThe copy engine library, modules and public APIs have been renamed.Use of the word `copy` has been replaced with the word `accel`short for accelerator in preparation for adding new capabilitiesin the future. Additionally, APIs for what was previously calledthe `memcpy` engine have been renamed to identify the engine as asoftware accelerator.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: Ia607aa718416146fbba1e6792b8de0f66bd8a5deReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/576Tested-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: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Wed, 05 Feb 2020 17:10:05 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>de467ec91d39d768301dfa150328e86663957101 - env_dpdk/rpc: add rpc to get memory stats.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#de467ec91d39d768301dfa150328e86663957101</link>
        <description>env_dpdk/rpc: add rpc to get memory stats.This will enable us to create a helper applciation to print memorystatistics for a given SPDK application.Change-Id: I0ad5a8163166a5d67d9a5533303ec0858297ba6bSigned-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/477511Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Community-CI: Broadcom SPDK FC-NVMe CI &lt;spdk-ci.pdl@broadcom.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/module/Makefile</description>
        <pubDate>Tue, 10 Dec 2019 23:29:37 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2cb14abc95811184a07dedc10919da3e95a5a69d - mk : Fix compiling error.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#2cb14abc95811184a07dedc10919da3e95a5a69d</link>
        <description>mk : Fix compiling error.Add DEPDIR in module Makefile for blobfs.Avoid compiling blobfs_bdev before blob_bdev.This is to fix issue: #982Change-Id: I7f7bd35ec56cb5a7d0545d9966aaeb7249ffb4f4Signed-off-by: yidong0635 &lt;dongx.yi@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/471019Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.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;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Fri, 11 Oct 2019 13:29:43 +0000</pubDate>
        <dc:creator>yidong0635 &lt;dongx.yi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3ce759a1d5ac8b93a76fe4f6fa75e4af29e18d1a - blobfs: add blobfs_detect RPC</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#3ce759a1d5ac8b93a76fe4f6fa75e4af29e18d1a</link>
        <description>blobfs: add blobfs_detect RPCAdd module blobfs_bdev as a general module to simplifythe operations of blobfs on bdev. Then its functionscan be utilized by other libraries or apps.blobfs_detect can be used to detect whether there isone blobfs on given bdev.Change-Id: Ib425574816061dc945fb652b539f791a44097a43Signed-off-by: Xiaodong Liu &lt;xiaodong.liu@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/466486Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Wed, 28 Aug 2019 08:06:50 +0000</pubDate>
        <dc:creator>Xiaodong Liu &lt;xiaodong.liu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7e1881cef965324959fb03f35b6bb46da479ee6e - module: add shared lib deps for all modules.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#7e1881cef965324959fb03f35b6bb46da479ee6e</link>
        <description>module: add shared lib deps for all modules.This will allow us to link individually against dpdk module librarieswithout having to define those libraries dependencies.Change-Id: Ief2140ec0fadd970aba990dab333d603dfb46317Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465704Tested-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/Makefile</description>
        <pubDate>Fri, 16 Aug 2019 23:20:15 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f196669374fcb68ff73fdf9147bacf4adf77f0c2 - lib/copy: move ioat subdir to module directory.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#f196669374fcb68ff73fdf9147bacf4adf77f0c2</link>
        <description>lib/copy: move ioat subdir to module directory.Change-Id: I29b31344a11efd2430e0f77062fb98fa0ab1c71eSigned-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465458Reviewed-by: Changpeng Liu &lt;changpeng.liu@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;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Fri, 16 Aug 2019 18:08:47 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7392cdeff7d8d8d30ec1d8f24a3eebe6f762cde4 - lib/blob: move bdev subdir under module directory.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#7392cdeff7d8d8d30ec1d8f24a3eebe6f762cde4</link>
        <description>lib/blob: move bdev subdir under module directory.Change-Id: Ifb9a1df919d32a98c328101029cc22e91915a977Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465457Reviewed-by: Changpeng Liu &lt;changpeng.liu@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;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Fri, 16 Aug 2019 18:04:17 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c77565ee049e9dd95b8519fb7e07174ef9aa6fd4 - lib/sock: move subdirs to module/sock</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#c77565ee049e9dd95b8519fb7e07174ef9aa6fd4</link>
        <description>lib/sock: move subdirs to module/sockRounding out the module concept of SPDK libraries.Change-Id: I2b316153809ae9f73361648fe505274a59d0bdb3Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465456Reviewed-by: Changpeng Liu &lt;changpeng.liu@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;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/module/Makefile</description>
        <pubDate>Fri, 16 Aug 2019 17:54:47 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f34fa35a523a6ded6794b81d63c4b9ebafb7335b - lib/event: move rpc and subsystems dirs to module</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/Makefile#f34fa35a523a6ded6794b81d63c4b9ebafb7335b</link>
        <description>lib/event: move rpc and subsystems dirs to moduleThese directories fit in with the module concept we are forming insideof SPDK. Essentially modules are derivative or specialized libraries thatrely on a general or core library.Change-Id: Ib40f05422f144ff8fd579f47a3867ef4412b3372Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465455Reviewed-by: Changpeng Liu &lt;changpeng.liu@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: 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/Makefile</description>
        <pubDate>Fri, 16 Aug 2019 17:46:52 +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/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/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>
