DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Hunt, David" <david.hunt@intel.com>
To: "Sexton, Rory" <rory.sexton@intel.com>, dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 1/3] examples/vm_power_manager: Make branch ratio threshold per core
Date: Thu, 25 Jun 2020 11:14:39 +0100	[thread overview]
Message-ID: <157b8cd9-d93a-6fcf-30f1-1c6631201a9a@intel.com> (raw)
In-Reply-To: <20200518103902.27927-1-rory.sexton@intel.com>

Hi Rory,

On 18/5/2020 11:39 AM, Sexton, Rory wrote:
> This modification allows for the branch ratio threshold to be set
> per core rather than system wide. This gives greater flexibility to
> the branch ration monitoring allowing it to manage different
> workloads with different characteristics on the same system.
>
> Signed-off-by: Rory Sexton <rory.sexton@intel.com>
> ---
>   examples/vm_power_manager/main.c            | 40 +++++++++++---------
>   examples/vm_power_manager/oob_monitor_x86.c |  2 +-
>   examples/vm_power_manager/parse.c           | 42 ++++++++++++++++++++-
>   examples/vm_power_manager/parse.h           |  3 ++
>   examples/vm_power_manager/power_manager.c   |  2 +-
>   examples/vm_power_manager/power_manager.h   |  2 +-
>   6 files changed, 68 insertions(+), 23 deletions(-)


This change is a good enhancement, as there are usually different types 
of workload running on the cores in a system, each requiring a different 
ratio.

Also, it's good that multiple groups of cores can be specified by using 
the parameter multiple times, e.g. -b 21-23:0.5 -b 24,25:0.4

LGTM.

Reviewed-by: David Hunt <david.hunt@intel.com>



      parent reply	other threads:[~2020-06-25 10:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 10:39 Sexton, Rory
2020-05-18 10:39 ` [dpdk-dev] [PATCH v2 2/3] examples/vm_power_manager: Allowing power managing of idle cores Sexton, Rory
2020-06-25 10:17   ` Hunt, David
2020-05-18 10:39 ` [dpdk-dev] [PATCH v2 3/3] doc: update vm_power_manager cmdline options in doc Sexton, Rory
2020-06-25 10:21   ` Hunt, David
2020-06-25 10:14 ` Hunt, David [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=157b8cd9-d93a-6fcf-30f1-1c6631201a9a@intel.com \
    --to=david.hunt@intel.com \
    --cc=dev@dpdk.org \
    --cc=rory.sexton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).