<?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>355312bfcd3751f9af17fbefc90373fb8a269614 - so_ver: increase all major versions after SPDK 24.01</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/accel/error/Makefile#355312bfcd3751f9af17fbefc90373fb8a269614</link>
        <description>so_ver: increase all major versions after SPDK 24.01To allow SO_MINOR updates on LTS for the whole year it is supported,the major version for all components needs to be increased.This is to prevent scenario where two versions exists with matchingversions, but conflicting ABI.Ex. Next SPDK release adds an API call increasing the minor version,then LTS needs just a subset of those additions.Increasing major so version after LTS, allows the future releasesto update versions as needed. Yet allowing LTS to increase minorversion separately.This patch:- increases SO_VER by 1 for all components- resets SO_MINOR to 0 for all componentsDue to patch below being introduced after v24.01 code freeze,bdev lib version should not be increased:61623c5ca9 bdev: add spdk_bdev_io padding in place of io_submit_chShort reference to how the versions were changed:MAX=$(git grep &quot;SO_VER := &quot; | cut -d&quot; &quot; -f 3 | sort -ubnr | head -1)for((i=$MAX;i&gt;0;i-=1)); do find . -name &quot;Makefile&quot; -exec \	sed -i -e &quot;s/SO_VER := $i\$/SO_VER := $(($i+1))/g&quot; {} +;  donefind . -name &quot;Makefile&quot; -exec \	sed -i -e &quot;s/SO_MINOR := .*/SO_MINOR := 0/g&quot; {} +Signed-off-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Change-Id: I0166d6be6c17bbbf985d48b5dfcb36f1d4af1b48Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21582Reviewed-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/accel/error/Makefile</description>
        <pubDate>Fri, 26 Jan 2024 11:19:16 +0000</pubDate>
        <dc:creator>Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8625cc18bb312ff1a99745103945f850d5532c6b - accel/error: add accel_error_inject RPC</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/accel/error/Makefile#8625cc18bb312ff1a99745103945f850d5532c6b</link>
        <description>accel/error: add accel_error_inject RPCThis RPC will allow users to configure error injections for a givenoperation.  To disable error injection, either type=disable or count=0needs be specified.Of course, in order for the error injection to actually take place, theerror module needs to be assigned to a given operation viaspdk_accel_assign_opc().Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: I4935adf305eb202d8db89ac07743ff321bab8df2Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20438Community-CI: Mellanox Build BotReviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.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/module/accel/error/Makefile</description>
        <pubDate>Thu, 05 Oct 2023 10:51:21 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>64b16eda13edabc5109e4ca7a5ed3cc7ae3038d9 - accel: add error module</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/module/accel/error/Makefile#64b16eda13edabc5109e4ca7a5ed3cc7ae3038d9</link>
        <description>accel: add error moduleThis module will allow users to inject errors to selected acceloperations, similarly to how bdev_error allows user to inject errors onthe bdev layer.Since the errors won&apos;t necessarily be injected to each submittedoperation, the module needs to be able to actually execute some of themcorrectly.  To avoid duplicating the code, it forwards the execution ofthe tasks to the software module.This patch only defines the basic module structures, but doesn&apos;t injectany errors.  That will be done in the following patches.Signed-off-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Change-Id: I708e2429cf7ce5373beaf991ccd0be8fc45b9fc0Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20436Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;Community-CI: Mellanox Build BotReviewed-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/accel/error/Makefile</description>
        <pubDate>Wed, 04 Oct 2023 09:53:41 +0000</pubDate>
        <dc:creator>Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
