<?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 arm</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f2340c85 - config/arm: add platform config option</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/#f2340c85</link>
        <description>config/arm: add platform config optionAdd Arm SoC configuration sets to Arm meson.build and add an archagnostic meson option, &apos;platform&apos;, to select from these SoCconfigurations for meson native builds. This is preferable tospecifying a cross file when doing aarch64 -&gt; aarch64 builds, since thecross file specifies the toolchain as well.Signed-off-by: Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;Reviewed-by: Honnappa Nagarahalli &lt;honnappa.nagarahalli@arm.com&gt;Reviewed-by: Ruifeng Wang &lt;ruifeng.wang@arm.com&gt;Tested-by: Pavan Nikhilesh &lt;pbhagavatula@marvell.com&gt;

            List of files:
            /dpdk/config/arm/arm64_armada_linux_gcc/dpdk/config/arm/arm64_armv8_linux_gcc/dpdk/config/arm/arm64_bluefield_linux_gcc/dpdk/config/arm/arm64_dpaa_linux_gcc/dpdk/config/arm/arm64_emag_linux_gcc/dpdk/config/arm/arm64_graviton2_linux_gcc/dpdk/config/arm/arm64_n1sdp_linux_gcc/dpdk/config/arm/arm64_n2_linux_gcc/dpdk/config/arm/arm64_stingray_linux_gcc/dpdk/config/arm/arm64_thunderx2_linux_gcc/dpdk/config/arm/arm64_thunderxt88_linux_gcc</description>
        <pubDate>Wed, 14 Apr 2021 13:00:00 +0000</pubDate>
        <dc:creator>Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;</dc:creator>
    </item>
<item>
        <title>33e71acf - drivers: remove octeontx2 drivers</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/#33e71acf</link>
        <description>drivers: remove octeontx2 driversAs per the deprecation notice,  In the view of enabling unified driverfor octeontx2(cn9k)/octeontx3(cn10k), removing drivers/octeontx2drivers and replace with drivers/cnxk/ whichsupports both octeontx2(cn9k) and octeontx3(cn10k) SoCs.This patch does the following- Replace drivers/common/octeontx2/ with drivers/common/cnxk/- Replace drivers/mempool/octeontx2/ with drivers/mempool/cnxk/- Replace drivers/net/octeontx2/ with drivers/net/cnxk/- Replace drivers/event/octeontx2/ with drivers/event/cnxk/- Replace drivers/crypto/octeontx2/ with drivers/crypto/cnxk/- Rename config/arm/arm64_octeontx2_linux_gcc as  config/arm/arm64_cn9k_linux_gcc- Update the documentation and MAINTAINERS to reflect the same.- Change the reference to OCTEONTX2 as OCTEON 9. Old release notes andthe kernel related documentation is not accounted for this change.Signed-off-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Acked-by: Ferruh Yigit &lt;ferruh.yigit@intel.com&gt;Acked-by: Akhil Goyal &lt;gakhil@marvell.com&gt;Acked-by: Ruifeng Wang &lt;ruifeng.wang@arm.com&gt;

            List of files:
            /dpdk/config/arm/arm64_cn10k_linux_gcc/dpdk/config/arm/arm64_cn9k_linux_gcc</description>
        <pubDate>Sat, 11 Dec 2021 09:00:00 +0000</pubDate>
        <dc:creator>Jerin Jacob &lt;jerinj@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>e754875c - config/arm: add aarch32 cross-compilation</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/#e754875c</link>
        <description>config/arm: add aarch32 cross-compilationCreate meson cross file arm32_armv8a_linux_gcc. Use arm-linux-gnueabihf-toolset which comes with standard packages on most used systems, such asUbuntu and CentOS.Signed-off-by: Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;Acked-by: Ruifeng Wang &lt;ruifeng.wang@arm.com&gt;

            List of files:
            /dpdk/config/arm/arm32_armv8_linux_gcc</description>
        <pubDate>Wed, 07 Jul 2021 13:00:00 +0000</pubDate>
        <dc:creator>Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;</dc:creator>
    </item>
<item>
        <title>9f077f1d - config/arm: add Qualcomm Centriq 2400</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/#9f077f1d</link>
        <description>config/arm: add Qualcomm Centriq 2400From the documentation:&quot;The SoC configuration is a combination of implementer and CPU part number configuration and SoC-specific configuration.&quot;Align Qualcomm SoC configuration with the configuration of otherserver SoCs (eMAG, Kunpeng 9x0): add a soc configuration to the existingimplementer configuration, and a cross file.Signed-off-by: Thierry Herbelot &lt;thierry.herbelot@6wind.com&gt;Acked-by: Ruifeng Wang &lt;ruifeng.wang@arm.com&gt;

            List of files:
            /dpdk/config/arm/arm64_centriq2400_linux_gcc</description>
        <pubDate>Fri, 07 May 2021 08:00:00 +0000</pubDate>
        <dc:creator>Thierry Herbelot &lt;thierry.herbelot@6wind.com&gt;</dc:creator>
    </item>
<item>
        <title>3f6f8362 - support python 3 only</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/#3f6f8362</link>
        <description>support python 3 onlyChanged scripts to explicitly use Python 3 only, to avoidmaintaining Python 2.Removed deprecation notices.Signed-off-by: Louise Kilheeney &lt;louise.kilheeney@intel.com&gt;Signed-off-by: Kevin Laatz &lt;kevin.laatz@intel.com&gt;Acked-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;Acked-by: Robin Jarry &lt;robin.jarry@6wind.com&gt;Acked-by: Stephen Hemminger &lt;stephen@networkplumber.org&gt;Acked-by: Ray Kinsella &lt;mdr@ashroe.eu&gt;

            List of files:
            /dpdk/config/arm/armv8_machine.py</description>
        <pubDate>Wed, 30 Sep 2020 11:00:00 +0000</pubDate>
        <dc:creator>Louise Kilheeney &lt;louise.kilheeney@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7cf32a22 - config/arm: add Hisilicon kunpeng</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/#7cf32a22</link>
        <description>config/arm: add Hisilicon kunpengHere adds configs for Kunpeng server.Signed-off-by: Chengchang Tang &lt;tangchengchang@huawei.com&gt;Signed-off-by: Lijun Ou &lt;oulijun@huawei.com&gt;Acked-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Reviewed-by: Ruifeng Wang &lt;ruifeng.wang@arm.com&gt;

            List of files:
            /dpdk/config/arm/arm64_kunpeng920_linux_gcc/dpdk/config/arm/arm64_kunpeng930_linux_gcc</description>
        <pubDate>Fri, 16 Apr 2021 09:00:00 +0000</pubDate>
        <dc:creator>Chengchang Tang &lt;tangchengchang@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title> - </title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/#</link>
        <description>

            List of files:
            /dpdk/config/arm/arm64_armv8_linux_clang_ubuntu1804</description>
        <pubDate>Tue, 22 Aug 2023 05:00:00 +0000</pubDate>
        <dc:creator>-</dc:creator>
    </item>
<item>
        <title>8fd9b631 - ci: switch to Ubuntu 20.04</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/#8fd9b631</link>
        <description>ci: switch to Ubuntu 20.04Ubuntu 18.04 is now rather old.Besides, other entities in our CI are also testing this distribution.Switch to a newer Ubuntu release and benefit from more recenttool(chain)s: for example, net/cnxk now builds fine and can bere-enabled.Note: Ubuntu 18.04 and 20.04 seem to preserve the same paths for the ARMand PPC cross compilation toolchains, so we can use a singleconfiguration file (with the hope, future releases of Ubuntu will do thesame).Signed-off-by: David Marchand &lt;david.marchand@redhat.com&gt;Acked-by: Aaron Conole &lt;aconole@redhat.com&gt;Reviewed-by: Ruifeng Wang &lt;ruifeng.wang@arm.com&gt;

            List of files:
            /dpdk/config/arm/arm64_armv8_linux_clang_ubuntu</description>
        <pubDate>Fri, 06 May 2022 11:00:00 +0000</pubDate>
        <dc:creator>David Marchand &lt;david.marchand@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3cba7ced - sched: remove vector functions</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/#3cba7ced</link>
        <description>sched: remove vector functionsRemove RTE_SCHED_VECTOR flag from rte_config.h.This flag is no longer useful. Only scalar version is supported.Signed-off-by: Megha Ajmera &lt;megha.ajmera@intel.com&gt;Acked-by: Cristian Dumitrescu &lt;cristian.dumitrescu@intel.com&gt;

            List of files:
            /dpdk/config/arm/meson.build</description>
        <pubDate>Tue, 22 Feb 2022 12:00:00 +0000</pubDate>
        <dc:creator>Megha Ajmera &lt;megha.ajmera@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
