<?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/vm_power_manager/guest_cli/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/vm_power_manager/guest_cli/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/vm_power_manager/guest_cli/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/vm_power_manager/guest_cli/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/vm_power_manager/guest_cli/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/vm_power_manager/guest_cli/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>5adbc4b8 - examples/vm_power: convert to pkg-config-based build</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/vm_power_manager/guest_cli/Makefile#5adbc4b8</link>
        <description>examples/vm_power: convert to pkg-config-based buildConvert the makefiles to build using pkg-configrather than the old build system.Signed-off-by: Bruce Richardson &lt;bruce.richardson@intel.com&gt;

            List of files:
            /dpdk/examples/vm_power_manager/guest_cli/Makefile</description>
        <pubDate>Thu, 03 Sep 2020 15:26:46 +0000</pubDate>
        <dc:creator>Bruce Richardson &lt;bruce.richardson@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a21f995b - examples/vm_power: process incoming confirmation cmds</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/vm_power_manager/guest_cli/Makefile#a21f995b</link>
        <description>examples/vm_power: process incoming confirmation cmdsExtend vm_power_guest to check incoming confirmationsof messages previously sent to host.Signed-off-by: Marcin Hajkowski &lt;marcinx.hajkowski@intel.com&gt;Tested-by: David Hunt &lt;david.hunt@intel.com&gt;Acked-by: Lee Daly &lt;lee.daly@intel.com&gt;

            List of files:
            /dpdk/examples/vm_power_manager/guest_cli/Makefile</description>
        <pubDate>Fri, 27 Sep 2019 08:42:15 +0000</pubDate>
        <dc:creator>Marcin Hajkowski &lt;marcinx.hajkowski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e9c65942 - examples: detect default build directory</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/vm_power_manager/guest_cli/Makefile#e9c65942</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/vm_power_manager/guest_cli/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>218c4e68 - mk: use linux and freebsd in config names</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/vm_power_manager/guest_cli/Makefile#218c4e68</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/vm_power_manager/guest_cli/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>59287933 - examples/vm_power: add options to guest app</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/vm_power_manager/guest_cli/Makefile#59287933</link>
        <description>examples/vm_power: add options to guest appAdd new command line arguments to the guest app to make    testing and validation of the policy usage easier.    These arguments are mainly around setting up the power    management policy that is sent from the guest vm to    to the vm_power_manager in the host    New command line parameters:    -n or --vm-name       sets the name of the vm to be used by the host OS.    -b or --busy-hours       sets the list of hours that are predicted to be busy    -q or --quiet-hours       sets the list of hours that are predicted to be quiet    -l or --vcpu-list       sets the list of vcpus to monitor    -p or --port-list       sets the list of posts to monitor when using a       workload policy.    -o or --policy       sets the default policy type          TIME          WORKLOAD          TRAFFIC          BRANCH_RATIO    The format of the hours or list paramers is a comma-separated    list of integers, which can take the form of       a. x    e.g. --vcpu-list=1       b. x,y  e.g. --quiet-hours=3,4       c. x-y  e.g. --busy-hours=9-12       d. combination of above (e.g. --busy-hours=4,5-7,9)Signed-off-by: David Hunt &lt;david.hunt@intel.com&gt;Acked-by: Radu Nicolau &lt;radu.nicolau@intel.com&gt;

            List of files:
            /dpdk/examples/vm_power_manager/guest_cli/Makefile</description>
        <pubDate>Fri, 13 Jul 2018 14:23:01 +0000</pubDate>
        <dc:creator>David Hunt &lt;david.hunt@intel.com&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/vm_power_manager/guest_cli/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/vm_power_manager/guest_cli/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>f5e5c334 - examples/vm_power: cli in guest</title>
        <link>http://172.16.0.5:8080/history/dpdk/examples/vm_power_manager/guest_cli/Makefile#f5e5c334</link>
        <description>examples/vm_power: cli in guestProvides a small sample application(guest_vm_power_mgr) to run on a VM.The application is run by providing a core mask(-c) and number of memorychannels(-n). The core mask corresponds to the number of lcore channels toattempt to open. A maximum of 64 channels per VM is allowed. The channels mustbe monitored by the host.After successful initialisation a CPU frequency command can be sent to the hostusing:set_cpu_freq &lt;lcore_num&gt; &lt;up|down|min|max&gt;.Signed-off-by: Alan Carew &lt;alan.carew@intel.com&gt;Signed-off-by: Pablo de Lara &lt;pablo.de.lara.guarch@intel.com&gt;

            List of files:
            /dpdk/examples/vm_power_manager/guest_cli/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:18:06 +0000</pubDate>
        <dc:creator>Alan Carew &lt;alan.carew@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
