<?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>11e02702 - examples: fix pkg-config override</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/server_node_efd/node/Makefile#11e02702</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/server_node_efd/node/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>5a196330 - examples: warn about broken pkg-config</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/server_node_efd/node/Makefile#5a196330</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/server_node_efd/node/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>bc8e3247 - examples: restore trace point</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/server_node_efd/node/Makefile#bc8e3247</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/server_node_efd/node/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>25d3438c - examples/server_node_efd: convert to pkg-config-based build</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/server_node_efd/node/Makefile#25d3438c</link>
        <description>examples/server_node_efd: convert to pkg-config-based buildRemove references to the old make build system and use pkg-config forbuilding these examples.Signed-off-by: Kevin Laatz &lt;kevin.laatz@intel.com&gt;

            List of files:
            /dpdk/examples/server_node_efd/node/Makefile</description>
        <pubDate>Thu, 03 Sep 2020 15:26:43 +0000</pubDate>
        <dc:creator>Kevin Laatz &lt;kevin.laatz@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>78d44153 - ethdev: add tracepoints</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/server_node_efd/node/Makefile#78d44153</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/server_node_efd/node/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>fa47405c - ethdev: remove experimental flag of ports enumeration</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/server_node_efd/node/Makefile#fa47405c</link>
        <description>ethdev: remove experimental flag of ports enumerationThe basic operations for ports enumeration should not beconsidered as experimental in DPDK 18.05.The iterator RTE_ETH_FOREACH_DEV was introduced in DPDK 17.05.It uses the function the rte_eth_find_next_owned_by() to getonly ownerless ports. Its API can be considered stable.So the flag experimental is removed from rte_eth_find_next_owned_by().The flag experimental is removed from rte_eth_dev_count_avail()which is the new name of the old function rte_eth_dev_count().The flag experimental is set to rte_eth_dev_count_total()in the .c file for consistency with the declaration in the .h file.A lot of internal applications are fixed to not allow experimental API.Fixes: 8728ccf37615 (&quot;fix ethdev ports enumeration&quot;)Fixes: d9a42a69febf (&quot;ethdev: deprecate port count function&quot;)Fixes: e70e26861eaf (&quot;net/mvpp2: fix build&quot;)Signed-off-by: Thomas Monjalon &lt;thomas@monjalon.net&gt;Tested-by: David Marchand &lt;david.marchand@6wind.com&gt;

            List of files:
            /dpdk/examples/server_node_efd/node/Makefile</description>
        <pubDate>Tue, 24 Apr 2018 02:15:11 +0000</pubDate>
        <dc:creator>Thomas Monjalon &lt;thomas@monjalon.net&gt;</dc:creator>
    </item>
<item>
        <title>d9a42a69 - ethdev: deprecate port count function</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/server_node_efd/node/Makefile#d9a42a69</link>
        <description>ethdev: deprecate port count functionSome DPDK applications wrongly assume these requirements:    - no hotplug, i.e. ports are never detached    - all allocated ports are available to the applicationSuch application iterates over ports by its own mean.The most common pattern is to request the port count andassume ports with index in the range [0..count[ can be used.In order to fix this common mistake in all external applications,the function rte_eth_dev_count is deprecated, while introducingthe new functions rte_eth_dev_count_avail and rte_eth_dev_count_total.Signed-off-by: Thomas Monjalon &lt;thomas@monjalon.net&gt;

            List of files:
            /dpdk/examples/server_node_efd/node/Makefile</description>
        <pubDate>Thu, 05 Apr 2018 15:33:22 +0000</pubDate>
        <dc:creator>Thomas Monjalon &lt;thomas@monjalon.net&gt;</dc:creator>
    </item>
<item>
        <title>3998e2a0 - examples: use SPDX tag for Intel copyright files</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/server_node_efd/node/Makefile#3998e2a0</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/server_node_efd/node/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>ed2a80fd - examples/server_node_efd: renamed from flow_distributor</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/server_node_efd/node/Makefile#ed2a80fd</link>
        <description>examples/server_node_efd: renamed from flow_distributorTo avoid confusion with distributor app, this commitrenames the flow-distributor sample app to server_node_efd,since it shows how to use the EFD library and it is basedon a server/nodes model.Signed-off-by: Pablo de Lara &lt;pablo.de.lara.guarch@intel.com&gt;

            List of files:
            /dpdk/examples/server_node_efd/node/Makefile</description>
        <pubDate>Tue, 24 Jan 2017 09:06:14 +0000</pubDate>
        <dc:creator>Pablo de Lara &lt;pablo.de.lara.guarch@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
