<?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>de8fb1286695844ec82151124f2c1219b431f9e6 - test/unit:  Add unit tests for dpdk compressdev module</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/accel/Makefile#de8fb1286695844ec82151124f2c1219b431f9e6</link>
        <description>test/unit:  Add unit tests for dpdk compressdev moduleQuite a few changes from the vbdev compress unit testsmainly due to plumbing and structural changes from thecode under test now being an accel_fw module instead ofa bdev module.  Coverage of critical functions matcheswhat it was for the common code.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: Ia40c7a0ed72a427e71c00607d93e215e0265fcb1Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16076Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/accel/Makefile</description>
        <pubDate>Fri, 23 Dec 2022 21:00:47 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>61fbb000fe880f2f2316589f3a978a36d7df267c - module/accel: Add accel_dpdk_cryptodev</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/accel/Makefile#61fbb000fe880f2f2316589f3a978a36d7df267c</link>
        <description>module/accel: Add accel_dpdk_cryptodevThe new module replaces functionality in vbdev_crypto.This module is bdev agnostic, so some inernal partswere reworked.io_channel: contains a qp of every configured DPDK PMDcrypto key: for mlx5_pci we register a key on each availabledevice since keys are bound to Protection Domain.Signed-off-by: Alexey Marchuk &lt;alexeymar@nvidia.com&gt;Change-Id: If1845cb87eadacbb921c593ba82207a97f2209a3Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14859Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;smatsumoto@nvidia.com&gt;

            List of files:
            /spdk/test/unit/lib/accel/Makefile</description>
        <pubDate>Tue, 04 Oct 2022 19:18:18 +0000</pubDate>
        <dc:creator>Alexey Marchuk &lt;alexeymar@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/accel/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/accel/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/history/spdk/test/unit/lib/accel/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/accel/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>82d7226c8ec0d71b1a13dd8ede4baa91c0647b88 - test/accel: add first UT for accel framework</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/accel/Makefile#82d7226c8ec0d71b1a13dd8ede4baa91c0647b88</link>
        <description>test/accel: add first UT for accel frameworkImplementation is pretty solid now, add first test with manymore to follow.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: I4b80f3108fcd07919949bcd14dadfdfeb10c45fdReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6332Community-CI: Broadcom CICommunity-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/test/unit/lib/accel/Makefile</description>
        <pubDate>Mon, 08 Feb 2021 22:56:19 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
