<?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>2b435d1a2198010709325955137317b22c0a643b - event/fsdev: Add fsdev subsystem</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#2b435d1a2198010709325955137317b22c0a643b</link>
        <description>event/fsdev: Add fsdev subsystemChange-Id: Ib8badf7fdc7be88751f7acc41574f37e30922e36Signed-off-by: Evgeniy Kochetov &lt;evgeniik@nvidia.com&gt;Signed-off-by: Anton Nayshtut &lt;anayshtut@nvidia.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22532Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Ben Walker &lt;ben@nvidia.com&gt;Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Mon, 13 Nov 2023 15:26:55 +0000</pubDate>
        <dc:creator>Evgeniy Kochetov &lt;evgeniik@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>5edf08324624a1b1da34fbb4af31cb2c87a99ba8 - module/event: Add missing keyring dep to event_bdev</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#5edf08324624a1b1da34fbb4af31cb2c87a99ba8</link>
        <description>module/event: Add missing keyring dep to event_bdevLooks like for the event_bdev the subdirs_rule was never called forthe module/event/subsystems/keyring since its DEPDIRS was missing it.This was noticed while building SPDK with a single make job whereall the deps are compiled one by one. See:https://github.com/spdk/spdk/issues/3434Fixes: #3434Change-Id: Iedf23efe2cb45e7fe6d5e84341b48ad4f922f6b0Signed-off-by: Michal Berger &lt;michal.berger@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24252Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Fri, 19 Jul 2024 07:45:02 +0000</pubDate>
        <dc:creator>Michal Berger &lt;michal.berger@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a32973fd8f150aabb45a58fb50b53ffc02db1ba6 - event: add keyring subsystem</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#a32973fd8f150aabb45a58fb50b53ffc02db1ba6</link>
        <description>event: add keyring subsystemIt&apos;s a place to initialize the keyring library and dump itsconfiguration.Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: I75af040c286d1ca838c8ef0381876a8a81ae67feReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21736Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Wed, 13 Dec 2023 14:51:50 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ed2b53f38938ed8c3aef52a04ca4a934537283f1 - ublk: add configure and event/subsystem</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#ed2b53f38938ed8c3aef52a04ca4a934537283f1</link>
        <description>ublk: add configure and event/subsystemublk backend could support ublk driver with kernel. Specifyconfiguration parameter to start it up.Signed-off-by: Yifan Bian &lt;yifan.bian@intel.com&gt;Co-authored-by: Xiaodong Liu &lt;xiaodong.liu@intel.com&gt;Change-Id: I55e7d757e04315b25e9bfab5fdcbb6621be3e29eReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15680Reviewed-by: Xiaodong Liu &lt;xiaodong.liu@intel.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@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/event/subsystems/Makefile</description>
        <pubDate>Tue, 29 Nov 2022 05:56:56 +0000</pubDate>
        <dc:creator>Yifan Bian &lt;yifan.bian@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7b0f452b4f975931ad4cf1ac89020e41daa44701 - accel: add iobuf channel to accel channel</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#7b0f452b4f975931ad4cf1ac89020e41daa44701</link>
        <description>accel: add iobuf channel to accel channelIt will be used for allocating buffers from accel domain andallocating bounce buffers to push/pull the data from memory domains formodules that don&apos;t support memory domains.Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: Idbe4d2129d0aff87d9e517214e9f81e8470c5088Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15745Tested-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/event/subsystems/Makefile</description>
        <pubDate>Tue, 29 Nov 2022 11:51:22 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5a3e64efe4b284602abc4309c1947f214b25700b - bdev: replace internal buffer pools with iobuf</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#5a3e64efe4b284602abc4309c1947f214b25700b</link>
        <description>bdev: replace internal buffer pools with iobufThe internal mempools were replaced with the newly added iobufinterface.To make sure we respect spdk_bdev_opts&apos;s (small|large)_buf_pool_size, wecall spdk_iobuf_set_opts() from spdk_bdev_set_opts().  These two optionsare now deprecated and users should switch to spdk_iobuf_set_opts().Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: Ib1424dc5446796230d103104e272100fac649b42Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15328Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Mellanox Build BotReviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;smatsumoto@nvidia.com&gt;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Fri, 04 Nov 2022 14:19:47 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>55b047a7763d09216fe519f08dce0b995ab3bcb8 - module/iobuf: introduce iobuf module</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#55b047a7763d09216fe519f08dce0b995ab3bcb8</link>
        <description>module/iobuf: introduce iobuf moduleThis gives us a place to initialize iobuf pools, specify subsystemdependencies, and execute RPCs to configure the sizes of the pools.We allow users to configure the size of the pools either through theoptions in spdk_bdev_opts or through the new RPC, iobuf_set_options.The second option has higher priority, so it will override the optionsset by the bdev layer.Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: I7c45ace04bc71c8343658f98248fc7babcf24e5dReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15765Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Mellanox Build BotReviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;smatsumoto@nvidia.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/event/subsystems/Makefile</description>
        <pubDate>Tue, 29 Nov 2022 15:47:09 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/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/event/subsystems/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>da231290b273ae555f25c4eb12a7f34efee0d29a - lib/vfu_tgt: add library for PCI device emulation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#da231290b273ae555f25c4eb12a7f34efee0d29a</link>
        <description>lib/vfu_tgt: add library for PCI device emulationPreviously SPDK use libvfio-user library to provide emulated NVMedevices to VM, but it&apos;s limited to NVMe device type only.  Here weadd SPDK vfu_target library abstraction based on libvfio-user whichsupports more PCI device types.We will add virtio-blk and virtio-scsi devices emulation based onvfu_tgt library in following patches, actually this library cansupport NVMe emulation too, due to the fact that the NVMe emulationis already exist, so we will keep the NVMe emulation which based onlibvfio-user directly as it is.Change-Id: Ib0ead6c6118fa62308355fe432003dd928a2fae9Signed-off-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12597Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Mellanox Build BotReviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Tue, 12 Apr 2022 08:51:29 +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/event/subsystems/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/event/subsystems/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>e0516095fc8f50e7ac4e8ecba1c1bed8acbe32a0 - event/vhost: separate vhost subsystem to scsi and blk</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#e0516095fc8f50e7ac4e8ecba1c1bed8acbe32a0</link>
        <description>event/vhost: separate vhost subsystem to scsi and blkSeparate out SCSI and BLK vhost subsystems to later addvirtio_blk transport abstraction.This allows for further changes to the vhost_blk, notaffecting vhost_scsi.Signed-off-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Change-Id: Id1ecfeafeb936809a479a43c321e13f75cb3d5adReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9539Community-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: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Tue, 31 Aug 2021 09:28:29 +0000</pubDate>
        <dc:creator>Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>203c87e1dd35d3a0888cfbd3f7a4323f964bfa23 - Event: move the required scheduler module built earlier</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#203c87e1dd35d3a0888cfbd3f7a4323f964bfa23</link>
        <description>Event: move the required scheduler module built earlierTo fix Github issue: #2235Change-Id: Ie647c588f279f4f129f972d6be9981c90f8a41eaSigned-off-by: GangCao &lt;gang.cao@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10199Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Dong Yi &lt;dongx.yi@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Community-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;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Fri, 12 Nov 2021 16:05:03 +0000</pubDate>
        <dc:creator>GangCao &lt;gang.cao@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/event/subsystems/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/event/subsystems/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>e1d06d9954b871531c9b376069d620d2c6cee854 - net: Remove library</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#e1d06d9954b871531c9b376069d620d2c6cee854</link>
        <description>net: Remove libraryNow that we&apos;ve deprecated the RPCs for a release, we can remove the wholelibrary.Change-Id: I0f1a357fcfb3404efac39aa021928841c2f22ff1Signed-off-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4305Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;Community-CI: Mellanox Build BotReviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Thu, 17 Sep 2020 23:21:21 +0000</pubDate>
        <dc:creator>Ben Walker &lt;benjamin.walker@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>37bf49b1d5d80a608d6064b401f238c5437abc18 - sock: Add dependency on socket subsystem to other subsystems</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#37bf49b1d5d80a608d6064b401f238c5437abc18</link>
        <description>sock: Add dependency on socket subsystem to other subsystemsSigned-off-by: Evgeniy Kochetov &lt;evgeniik@mellanox.com&gt;Change-Id: I665760166d54f6156b54735015bd2b586e91c345Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/616Community-CI: Mellanox Build BotCommunity-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: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Tue, 28 Jan 2020 21:47:46 +0000</pubDate>
        <dc:creator>Evgeniy Kochetov &lt;evgeniik@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>0f657329d354fd27457897cebf979a4f11393ebc - event/sock: Add socket subsystem</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#0f657329d354fd27457897cebf979a4f11393ebc</link>
        <description>event/sock: Add socket subsystemSigned-off-by: Evgeniy Kochetov &lt;evgeniik@mellanox.com&gt;Change-Id: If62b0d0dfb105854b306601f9913bd287ecdc283Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/613Community-CI: Mellanox Build BotCommunity-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: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Tue, 28 Jan 2020 20:47:04 +0000</pubDate>
        <dc:creator>Evgeniy Kochetov &lt;evgeniik@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>aa7a13afc7fbc0663c32833e4a5b3b3606d86fca - global: rename copy to accel</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/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/event/subsystems/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>5c62618f2672ce4d2969875727709cbd89c0722d - module/event: add subsystem interdependencies</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/Makefile#5c62618f2672ce4d2969875727709cbd89c0722d</link>
        <description>module/event: add subsystem interdependenciesThe SPDK application framework defines a list of event subsystemdependencies. When linking against individual shared libraries, it isuseful for this dependency structure to be codified in the sharedlibraries themselves.For example, when linking a bdev based application againstlibspdk_bdev.so, one might wish to only specify this shared object atlink time. However, when you actually run the application, it will failto start because it is not linked to the copy and vmd subsystems.However, once thesedependencies are added, one can effectively linkagainst only the exact subsystems they need and any dependent subsystemswill be linked in automatically.Change-Id: Ic986281a162ac20b523486e9f8cccf4a0787afd7Signed-off-by: Seth Howell &lt;seth.howell@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/466081Tested-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: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/module/event/subsystems/Makefile</description>
        <pubDate>Thu, 22 Aug 2019 22:06:05 +0000</pubDate>
        <dc:creator>Seth Howell &lt;seth.howell@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/event/subsystems/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/event/subsystems/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>f34fa35a523a6ded6794b81d63c4b9ebafb7335b - lib/event: move rpc and subsystems dirs to module</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/event/subsystems/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/event/subsystems/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>
</channel>
</rss>
