<?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 version.map</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>cb9187bc5c2b4bab0ad80194ac3b60491de14e8c - version: 24.11-rc0</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/drivers/mempool/dpaa2/version.map#cb9187bc5c2b4bab0ad80194ac3b60491de14e8c</link>
        <description>version: 24.11-rc0Start a new release cycle with empty release notes.The ABI version becomes 25.0.The map files are updated to the new ABI major number (25).The ABI exceptions are dropped and CI ABI checks are disabled becausecompatibility is not preserved.Signed-off-by: David Marchand &lt;david.marchand@redhat.com&gt;Acked-by: Thomas Monjalon &lt;thomas@monjalon.net&gt;

            List of files:
            /dpdk/drivers/mempool/dpaa2/version.map</description>
        <pubDate>Thu, 08 Aug 2024 07:26:52 +0000</pubDate>
        <dc:creator>David Marchand &lt;david.marchand@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6903de616a1296e368002687cb43ef3b9fc4699f - version: 23.11-rc0</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/drivers/mempool/dpaa2/version.map#6903de616a1296e368002687cb43ef3b9fc4699f</link>
        <description>version: 23.11-rc0Start a new release cycle with empty release notes.The ABI version becomes 24.0.The map files are updated to the new ABI major number (24).The ABI exceptions are dropped and CI ABI checks are disabled becausecompatibility is not preserved.The telemetry and vhost libraries compat code is cleaned up in nextcommits.Signed-off-by: David Marchand &lt;david.marchand@redhat.com&gt;Acked-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/drivers/mempool/dpaa2/version.map</description>
        <pubDate>Thu, 29 Jun 2023 13:12:32 +0000</pubDate>
        <dc:creator>David Marchand &lt;david.marchand@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>72206323a5dd3182b13f61b25a64abdddfee595c - version: 22.11-rc0</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/drivers/mempool/dpaa2/version.map#72206323a5dd3182b13f61b25a64abdddfee595c</link>
        <description>version: 22.11-rc0Start a new release cycle with empty release notes.The ABI version becomes 23.0.The map files are updated to the new ABI major number (23).The ABI exceptions are dropped and CI ABI checks are disabled becausecompatibility is not preserved.Special handling of removed drivers is also dropped in check-abi.sh anda note has been added in libabigail.abignore as a reminder.Signed-off-by: David Marchand &lt;david.marchand@redhat.com&gt;Acked-by: Thomas Monjalon &lt;thomas@monjalon.net&gt;

            List of files:
            /dpdk/drivers/mempool/dpaa2/version.map</description>
        <pubDate>Sat, 09 Jul 2022 08:43:09 +0000</pubDate>
        <dc:creator>David Marchand &lt;david.marchand@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6ac5a55b33dc19b1f5e9b8bfdd21e85b802dbf53 - net/dpaa2: handle secondary process for DPNI</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/drivers/mempool/dpaa2/version.map#6ac5a55b33dc19b1f5e9b8bfdd21e85b802dbf53</link>
        <description>net/dpaa2: handle secondary process for DPNIThis change uses &apos;dev-&gt;process_private&apos; instead of &apos;priv-&gt;hw&apos;to get dpmcp per process while setting flow distribution,as priv-&gt;hw is only valid for primary process.It also initialize rte_dpaa2_bpid_info in secondary process.Signed-off-by: Jun Yang &lt;jun.yang@nxp.com&gt;Acked-by: Hemant Agrawal &lt;hemant.agrawal@nxp.com&gt;

            List of files:
            /dpdk/drivers/mempool/dpaa2/version.map</description>
        <pubDate>Mon, 03 Jan 2022 10:01:22 +0000</pubDate>
        <dc:creator>Jun Yang &lt;jun.yang@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>fdab8f2e17493192d555cd88cf28b06269174326 - version: 21.11-rc0</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/drivers/mempool/dpaa2/version.map#fdab8f2e17493192d555cd88cf28b06269174326</link>
        <description>version: 21.11-rc0Start a new release cycle with empty release notes.The ABI version becomes 22.0.The map files are updated to the new ABI major number (22).The ABI exceptions are dropped and CI ABI checks are disabled becausecompatibility is not preserved.Signed-off-by: Thomas Monjalon &lt;thomas@monjalon.net&gt;Acked-by: Ferruh Yigit &lt;ferruh.yigit@intel.com&gt;Acked-by: David Marchand &lt;david.marchand@redhat.com&gt;

            List of files:
            /dpdk/drivers/mempool/dpaa2/version.map</description>
        <pubDate>Sun, 08 Aug 2021 19:26:58 +0000</pubDate>
        <dc:creator>Thomas Monjalon &lt;thomas@monjalon.net&gt;</dc:creator>
    </item>
<item>
        <title>63b3907833d87288bbc74f370e22f2929ec34594 - build: remove library name from version map file name</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/drivers/mempool/dpaa2/version.map#63b3907833d87288bbc74f370e22f2929ec34594</link>
        <description>build: remove library name from version map file nameSince each version map file is contained in the subdirectory of the libraryit refers to, there is no need to include the library name in the filename.This makes things simpler in case of library renaming.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;Acked-by: Luca Boccassi &lt;bluca@debian.org&gt;Acked-by: Andrew Rybchenko &lt;andrew.rybchenko@oktetlabs.ru&gt;Acked-by: Rosen Xu &lt;rosen.xu@intel.com&gt;

            List of files:
            /dpdk/drivers/mempool/dpaa2/version.map</description>
        <pubDate>Thu, 15 Oct 2020 15:05:51 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
