From: yufengmx <yufengx.mo@intel.com>
To: dts@dpdk.org, lei.a.yao@intel.com
Cc: yufengmx <yufengx.mo@intel.com>
Subject: [dts] [PATCH V1 1/1] power_branch_ratio: update option
Date: Tue, 28 Jul 2020 09:52:07 +0800 [thread overview]
Message-ID: <20200728015207.4209-2-yufengx.mo@intel.com> (raw)
In-Reply-To: <20200728015207.4209-1-yufengx.mo@intel.com>
update option based on dpdk master 95f648ff9eedc11f9c888f2cc331aadb95cb9b47
---core-list {list of cores}
+--core-branch-ratio {list of cores}:{branch ratio for listed cores}
Signed-off-by: yufengmx <yufengx.mo@intel.com>
---
tests/TestSuite_power_branch_ratio.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_power_branch_ratio.py b/tests/TestSuite_power_branch_ratio.py
index b45ebcb..e6bda21 100644
--- a/tests/TestSuite_power_branch_ratio.py
+++ b/tests/TestSuite_power_branch_ratio.py
@@ -347,7 +347,7 @@ class TestPowerBranchRatio(TestCase):
'memory_size': 1024, })
prompt = 'vmpower>'
option = sub_option + \
- (' -- --branch-ratio={}'.format(self.branch_ratio) \
+ (' -- --core-branch-ratio={}'.format(self.branch_ratio) \
if self.branch_ratio else '')
cmd = [' '.join([self.vm_power_mgr, option]), prompt, 50]
self.d_con(cmd)
--
2.21.0
next prev parent reply other threads:[~2020-07-28 1:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-28 1:52 [dts] [PATCH V1 0/1] " yufengmx
2020-07-28 1:52 ` yufengmx [this message]
2020-08-12 6:07 ` [dts] [PATCH V1 1/1] " Tu, Lijuan
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=20200728015207.4209-2-yufengx.mo@intel.com \
--to=yufengx.mo@intel.com \
--cc=dts@dpdk.org \
--cc=lei.a.yao@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).