<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/iscsi/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/iscsi/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/source/history/spdk/test/unit/lib/iscsi/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/iscsi/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>f587197d213ac4f4f19dc758b42afb58ea5b4c5f - iscsi&amp;iscsi/ut: Unify cpumask decode between iSCSI.conf and JSON-RPC</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/iscsi/Makefile#f587197d213ac4f4f19dc758b42afb58ea5b4c5f</link>
        <description>iscsi&amp;iscsi/ut: Unify cpumask decode between iSCSI.conf and JSON-RPCCurrently cpumask cannot be specified for each portal when it iscreated by JSON-RPC and portal group creation is not unifiedbetween iSCSI.conf and JSON-RPC.This patch does the following: - cpumask string is decoded in spdk_iscsi_portal_create() which   is common between iSCSI.conf and JSON-RPC. - parsing configline of portal is difficult to understand and   hence it is refactored. - UT code is added. JSON-RPC will be added by the next patch.Change-Id: I13b9989263fae5facff260de32a55ec99f5d5a06Signed-off-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-on: https://review.gerrithub.io/392447Tested-by: SPDK Automated Test System &lt;sys_sgsw@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/test/unit/lib/iscsi/Makefile</description>
        <pubDate>Fri, 19 Jan 2018 08:57:27 +0000</pubDate>
        <dc:creator>Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;</dc:creator>
    </item>
<item>
        <title>c3e890e92bf8b04b2e0d50727f227d5d151ea285 - iscsi/ut: Test for read task splitting</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/iscsi/Makefile#c3e890e92bf8b04b2e0d50727f227d5d151ea285</link>
        <description>iscsi/ut: Test for read task splittingSplitting an iSCSI task into primary and sub tasks is complexoperation and a degradation was caused for it.Hence adding test codes is required but there is no UT code forit yet.primary-&gt;bytes_completed is for read completion from bdev andit is tested by this patch.Additional test codes will follow:- primary-&gt;bytes_completed is tested when read tasks do not  complete in order.- primary-&gt;task.data_transferred is for write completion to  initiator through network.- primary-&gt;task.data_transferred is tested by another patch  because primary-&gt;bytes_completed is used in iscsi/conn.c but  primary-&gt;task.data_transferred is used in iscsi/iscsi.c.Change-Id: I94b47048111a3d3b249b84d5c54941b0a89ccd40Signed-off-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-on: https://review.gerrithub.io/394143Tested-by: SPDK Automated Test System &lt;sys_sgsw@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/iscsi/Makefile</description>
        <pubDate>Wed, 10 Jan 2018 02:17:31 +0000</pubDate>
        <dc:creator>Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;</dc:creator>
    </item>
<item>
        <title>92ef1a64ecab767bfd6c638f15b01f4d28c3e5d6 - iscsi and ut/iscsi: return code to fail of IG creation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/iscsi/Makefile#92ef1a64ecab767bfd6c638f15b01f4d28c3e5d6</link>
        <description>iscsi and ut/iscsi: return code to fail of IG creationspdk_iscsi_init_grp_create_from_configfile() returns 0 even ifcreating an initiator group (IG) is failed due to empty netmask orinitiator name. This will be unexpected behavior for end users.Hence change the return code from 0 to -ENVAL for this failure.Besides do the following.Change other error return codes in the function by using errno too.Current IG don&apos;t have any UT code in repository. UT code to confirmthis fix is also submitted.Change-Id: Ic918feb5c6a3e772b325664d881b2673b553a217Signed-off-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-on: https://review.gerrithub.io/384408Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/iscsi/Makefile</description>
        <pubDate>Wed, 15 Nov 2017 00:10:00 +0000</pubDate>
        <dc:creator>Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;</dc:creator>
    </item>
<item>
        <title>144ba3a1cb1b8dc79da6c1e5488bdb6b343ed8e2 - test: move iSCSI unit tests to test/unit</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/spdk/test/unit/lib/iscsi/Makefile#144ba3a1cb1b8dc79da6c1e5488bdb6b343ed8e2</link>
        <description>test: move iSCSI unit tests to test/unitChange-Id: Ibe282aa67de22e062de9d88c3b157c766be9dfaeSigned-off-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Reviewed-on: https://review.gerrithub.io/366910Tested-by: SPDK Automated Test System &lt;sys_sgsw@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/iscsi/Makefile</description>
        <pubDate>Sat, 24 Jun 2017 00:05:41 +0000</pubDate>
        <dc:creator>Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
