<?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 arm64_dpaa_linux_gcc</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/arm64_dpaa_linux_gcc#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_dpaa_linux_gcc</description>
        <pubDate>Wed, 14 Apr 2021 13:41:35 +0000</pubDate>
        <dc:creator>Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;</dc:creator>
    </item>
<item>
        <title>05a732f7 - config/arm: disable libnuma in cross builds</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/arm64_dpaa_linux_gcc#05a732f7</link>
        <description>config/arm: disable libnuma in cross buildsSome Arm SoCs are not NUMA systems. Add the capability to disable NUMAfor cross build and disable NUMA in Arm cross files.Signed-off-by: Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;Reviewed-by: Honnappa Nagarahalli &lt;honnappa.nagarahalli@arm.com&gt;Acked-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Tested-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Tested-by: Pavan Nikhilesh &lt;pbhagavatula@marvell.com&gt;Tested-by: Vimal Chungath &lt;vcchunga@amazon.com&gt;Tested-by: Dharmik Thakkar &lt;dharmik.thakkar@arm.com&gt;

            List of files:
            /dpdk/config/arm/arm64_dpaa_linux_gcc</description>
        <pubDate>Fri, 15 Jan 2021 13:26:08 +0000</pubDate>
        <dc:creator>Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;</dc:creator>
    </item>
<item>
        <title>fe4ae325 - config/arm: add core and NUMA counts to cross files</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/arm64_dpaa_linux_gcc#fe4ae325</link>
        <description>config/arm: add core and NUMA counts to cross filesAdd support for setting core count and numa nodes in cross files. Thevalues specified in cross files will override the default values.Also add missing default values to Arm config.Signed-off-by: Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;Reviewed-by: Honnappa Nagarahalli &lt;honnappa.nagarahalli@arm.com&gt;Acked-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Tested-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Tested-by: Pavan Nikhilesh &lt;pbhagavatula@marvell.com&gt;Tested-by: Vimal Chungath &lt;vcchunga@amazon.com&gt;Tested-by: Dharmik Thakkar &lt;dharmik.thakkar@arm.com&gt;

            List of files:
            /dpdk/config/arm/arm64_dpaa_linux_gcc</description>
        <pubDate>Fri, 15 Jan 2021 13:26:06 +0000</pubDate>
        <dc:creator>Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;</dc:creator>
    </item>
<item>
        <title>9ca2f16f - config/arm: isolate generic build</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/arm64_dpaa_linux_gcc#9ca2f16f</link>
        <description>config/arm: isolate generic buildUse generic configuration for the only build where it makes sense - thegeneric build. For other builds, if we don&apos;t know either of implementerID or part number, the build is not supported.Add part numbers to cross files where fallback to generic configurationis assumed.Signed-off-by: Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;Reviewed-by: Honnappa Nagarahalli &lt;honnappa.nagarahalli@arm.com&gt;Acked-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Tested-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Tested-by: Pavan Nikhilesh &lt;pbhagavatula@marvell.com&gt;Tested-by: Vimal Chungath &lt;vcchunga@amazon.com&gt;Tested-by: Dharmik Thakkar &lt;dharmik.thakkar@arm.com&gt;

            List of files:
            /dpdk/config/arm/arm64_dpaa_linux_gcc</description>
        <pubDate>Fri, 15 Jan 2021 13:26:04 +0000</pubDate>
        <dc:creator>Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;</dc:creator>
    </item>
<item>
        <title>7870ae89 - config/arm: rename variables</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/arm64_dpaa_linux_gcc#7870ae89</link>
        <description>config/arm: rename variablesRename Arm build variables and values so that they better conform to Armspecifications. Also rename generically sounding variable to names thatbetter capture what the variables hold.Rename machine_args_generic to part_number_config_arm since thevariable contains more than just the generic machine args and is usedmainly as the fallback arm configuration.Rename the default machine args to generic machine args to reflect that.The rest of the variables are self-explanatory.Signed-off-by: Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;Reviewed-by: Ruifeng Wang &lt;ruifeng.wang@arm.com&gt;Reviewed-by: Honnappa Nagarahalli &lt;honnappa.nagarahalli@arm.com&gt;Acked-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Tested-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Tested-by: Pavan Nikhilesh &lt;pbhagavatula@marvell.com&gt;Tested-by: Vimal Chungath &lt;vcchunga@amazon.com&gt;Tested-by: Dharmik Thakkar &lt;dharmik.thakkar@arm.com&gt;

            List of files:
            /dpdk/config/arm/arm64_dpaa_linux_gcc</description>
        <pubDate>Fri, 15 Jan 2021 13:25:59 +0000</pubDate>
        <dc:creator>Juraj Linke&#353; &lt;juraj.linkes@pantheon.tech&gt;</dc:creator>
    </item>
<item>
        <title>f31d1780 - config: add pkgconfig for arm64</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/arm64_dpaa_linux_gcc#f31d1780</link>
        <description>config: add pkgconfig for arm64Meson fails to find a pkg-config executable if pkgconfigisn&apos;t set for aarch64. The environment variable `PKG_CONFIG_PATH`is useless in this case, and meson fails to locate dependenciesthat are built in non-standard paths.Signed-off-by: Ali Alnubani &lt;alialnu@mellanox.com&gt;Acked-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/config/arm/arm64_dpaa_linux_gcc</description>
        <pubDate>Thu, 28 Nov 2019 07:24:38 +0000</pubDate>
        <dc:creator>Ali Alnubani &lt;alialnu@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>ae2f2fee - build: rename linuxapp to linux in meson cross files</title>
        <link>http://172.16.0.5:8080/history/dpdk/config/arm/arm64_dpaa_linux_gcc#ae2f2fee</link>
        <description>build: rename linuxapp to linux in meson cross filesRename the cross files for meson compilation from having linuxappin the name to just linux in the name.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/config/arm/arm64_dpaa_linux_gcc</description>
        <pubDate>Wed, 06 Mar 2019 16:22:41 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
