<?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>43f062ac3a926e53993b52a3d4333f2de2c6a706 - examples/multi_process: generate cmdline boilerplate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#43f062ac3a926e53993b52a3d4333f2de2c6a706</link>
        <description>examples/multi_process: generate cmdline boilerplateUse the dpdk-cmdline-gen script to autogenerate all the boilerplatestructs and defines for the commandline part of the app.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;Signed-off-by: David Marchand &lt;david.marchand@redhat.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Fri, 27 Oct 2023 11:01:12 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>11e027022d0f72f3cd7419b83e69a9ceb342666d - examples: fix pkg-config override</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#11e027022d0f72f3cd7419b83e69a9ceb342666d</link>
        <description>examples: fix pkg-config overrideMove pkg-config override to beginning in the Makefile to allowuse PKGCONF variable to detect the libdpdk availability.Fixes: fda34680eb9a (&quot;examples: remove legacy sections of makefiles&quot;)Cc: stable@dpdk.orgSigned-off-by: Jerin Jacob &lt;jerinj@marvell.com&gt;Acked-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Wed, 05 May 2021 14:25:25 +0000</pubDate>
        <dc:creator>Jerin Jacob &lt;jerinj@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>5a19633079efa223cb47f99afec7ee11e1073604 - examples: warn about broken pkg-config</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#5a19633079efa223cb47f99afec7ee11e1073604</link>
        <description>examples: warn about broken pkg-configSince the examples are designed to be built by end-users using Make, wecan detect and warn about broken pkg-config on the user&apos;s system as partof the build process.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Tue, 19 Jan 2021 13:03:24 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bc8e32473cc3978d763a1387eaa8244bcf75e77d - examples: restore trace point</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#bc8e32473cc3978d763a1387eaa8244bcf75e77d</link>
        <description>examples: restore trace pointBefore make removal, those examples were built with experimental flagfor tracepoints to be compiled in but the pkg-config part of thosemakefiles were missed.Fixes: 78d44153de8f (&quot;ethdev: add tracepoints&quot;)Cc: stable@dpdk.orgSigned-off-by: David Marchand &lt;david.marchand@redhat.com&gt;Acked-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Sat, 14 Nov 2020 09:05:33 +0000</pubDate>
        <dc:creator>David Marchand &lt;david.marchand@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>13abe17c3cd479f6838468c7b9b3ac0c8e156c51 - examples/multi_process: convert to pkg-config-based build</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#13abe17c3cd479f6838468c7b9b3ac0c8e156c51</link>
        <description>examples/multi_process: convert to pkg-config-based buildRemove references to the old make build system and use pkg-config forbuilding these examples.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Thu, 03 Sep 2020 15:26:42 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>78d44153de8f7041ff35cb2c676fac8b9488f753 - ethdev: add tracepoints</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#78d44153de8f7041ff35cb2c676fac8b9488f753</link>
        <description>ethdev: add tracepointsAdd tracepoints at important and mandatory APIs for tracing support.Signed-off-by: Sunil Kumar Kori &lt;skori@marvell.com&gt;Acked-by: David Marchand &lt;david.marchand@redhat.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Wed, 22 Apr 2020 19:03:45 +0000</pubDate>
        <dc:creator>Sunil Kumar Kori &lt;skori@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>e9c659426416c95c4469b16e6bcc7700f1898278 - examples: detect default build directory</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#e9c659426416c95c4469b16e6bcc7700f1898278</link>
        <description>examples: detect default build directoryMost examples have in their makefiles a default RTE_TARGET directory to beused in case RTE_TARGET is not set. Rather than just using a hard-codeddefault, we can instead detect what the build directory is relative toRTE_SDK directory.This fixes a potential issue for anyone who continues to build using&quot;make install T=x86_64-native-linuxapp-gcc&quot; and skips setting RTE_TARGETexplicitly, instead relying on the fact that they were building in adirectory which corresponded to the example default path - which waschanged to &quot;x86_64-native-linux-gcc&quot; by commit 218c4e68c1d9 (&quot;mk: uselinux and freebsd in config names&quot;).Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;Acked-by: Ferruh Yigit &lt;ferruh.yigit@intel.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Wed, 27 Mar 2019 13:58:05 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>218c4e68c1d9bd4a9281bc1dc4d0ab89859083bf - mk: use linux and freebsd in config names</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#218c4e68c1d9bd4a9281bc1dc4d0ab89859083bf</link>
        <description>mk: use linux and freebsd in config namesRather than using linuxapp and bsdapp everywhere, we can change things touse the, more readable, terms &quot;linux&quot; and &quot;freebsd&quot; in our build configs.Rather than renaming the configs we can just duplicate the existing oneswith the new names using symlinks, and use the new names exclusivelyinternally. [&quot;make showconfigs&quot; also only shows the new names to keep thelist short] The result is that backward compatibility is kept fully but anynew builds or development can be done using the newer names, i.e.  both&quot;make config T=x86_64-native-linuxapp-gcc&quot; and &quot;T=x86_64-native-linux-gcc&quot;work.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Wed, 06 Mar 2019 16:22:42 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3998e2a07220844d3f3c17f76a781ced3efe0de0 - examples: use SPDX tag for Intel copyright files</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#3998e2a07220844d3f3c17f76a781ced3efe0de0</link>
        <description>examples: use SPDX tag for Intel copyright filesReplace the BSD license header with the SPDX tag for fileswith only an Intel copyright on them.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Tue, 19 Dec 2017 15:49:02 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>98a7ea332ba3da0f74ec951595d36a616165b255 - fix typos using codespell utility</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#98a7ea332ba3da0f74ec951595d36a616165b255</link>
        <description>fix typos using codespell utilityFixing typos across dpdk source code using codespell utility.Skipped the ethdev driver&apos;s base code fixes to keep the basecode intact.Signed-off-by: Jerin Jacob &lt;jerin.jacob@caviumnetworks.com&gt;Acked-by: John McNamara &lt;john.mcnamara@intel.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Wed, 07 Jun 2017 05:05:06 +0000</pubDate>
        <dc:creator>Jerin Jacob &lt;jerin.jacob@caviumnetworks.com&gt;</dc:creator>
    </item>
<item>
        <title>3031749c2df04a63cdcef186dcce3781e61436e8 - remove trailing whitespaces</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#3031749c2df04a63cdcef186dcce3781e61436e8</link>
        <description>remove trailing whitespacesThis commit removes trailing whitespace from lines in files. Almost allfiles are affected, as the BSD license copyright header had trailingwhitespace on 4 lines in it [hence the number of files reporting 8 lineschanged in the diffstat].Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;Acked-by: Neil Horman &lt;nhorman@tuxdriver.com&gt;[Thomas: remove spaces before tabs in libs][Thomas: remove more trailing spaces in non-C files]Signed-off-by: Thomas Monjalon &lt;thomas.monjalon@6wind.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 23:42:50 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>519f32279e8436524959ed3bc5b0b74e6cef4908 - config: rename &quot;default&quot; configurations as &quot;native&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#519f32279e8436524959ed3bc5b0b74e6cef4908</link>
        <description>config: rename &quot;default&quot; configurations as &quot;native&quot;The &quot;default&quot; part in configuration filenames is misleading.Rename this as &quot;native&quot;, as this is the RTE_MACHINE that is set in these files.This should make it clearer for people who build DPDK on a system then run it onanother one.Signed-off-by: David Marchand &lt;david.marchand@6wind.com&gt;Acked-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Wed, 14 May 2014 14:58:08 +0000</pubDate>
        <dc:creator>David Marchand &lt;david.marchand@6wind.com&gt;</dc:creator>
    </item>
<item>
        <title>e9d48c0072d36eb6423b45fba4ec49d0def6c36f - update Intel copyright years to 2014</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#e9d48c0072d36eb6423b45fba4ec49d0def6c36f</link>
        <description>update Intel copyright years to 2014Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Mon, 10 Feb 2014 11:46:50 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1c1d4d7a923d4804f1926fc5264f9ecdd8977b04 - doc: whitespace changes in licenses</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#1c1d4d7a923d4804f1926fc5264f9ecdd8977b04</link>
        <description>doc: whitespace changes in licensesSigned-off-by: Intel

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Wed, 18 Sep 2013 10:00:00 +0000</pubDate>
        <dc:creator>Intel &lt;intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b6df9fc8715f9a925136006b18fdd65f9c621757 - update copyright date to 2013</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#b6df9fc8715f9a925136006b18fdd65f9c621757</link>
        <description>update copyright date to 2013Signed-off-by: Intel

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Tue, 12 Mar 2013 11:03:00 +0000</pubDate>
        <dc:creator>Intel &lt;intel.com&gt;</dc:creator>
    </item>
<item>
        <title>dada9ef6edc59015b6674b5a95258787c71401b0 - remove version in all files</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#dada9ef6edc59015b6674b5a95258787c71401b0</link>
        <description>remove version in all filesSigned-off-by: Intel

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Wed, 19 Dec 2012 23:00:00 +0000</pubDate>
        <dc:creator>Intel &lt;intel.com&gt;</dc:creator>
    </item>
<item>
        <title>af75078fece3615088e561357c1e97603e43a5fe - first public release</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dpdk/examples/multi_process/simple_mp/Makefile#af75078fece3615088e561357c1e97603e43a5fe</link>
        <description>first public releaseversion 1.2.3Signed-off-by: Intel

            List of files:
            /dpdk/examples/multi_process/simple_mp/Makefile</description>
        <pubDate>Tue, 04 Sep 2012 12:54:00 +0000</pubDate>
        <dc:creator>Intel &lt;intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
