test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/1] power_branch_ratio: update option
@ 2020-07-28  1:52 yufengmx
  2020-07-28  1:52 ` [dts] [PATCH V1 1/1] " yufengmx
  0 siblings, 1 reply; 3+ messages in thread
From: yufengmx @ 2020-07-28  1:52 UTC (permalink / raw)
  To: dts, lei.a.yao; +Cc: yufengmx

update option based on dpdk master 95f648ff9eedc11f9c888f2cc331aadb95cb9b47 
 ---core-list {list of cores} 
 +--core-branch-ratio {list of cores}:{branch ratio for listed cores} 

yufengmx (1):
  power_branch_ratio: update option

 tests/TestSuite_power_branch_ratio.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts] [PATCH V1 1/1] power_branch_ratio: update option
  2020-07-28  1:52 [dts] [PATCH V1 0/1] power_branch_ratio: update option yufengmx
@ 2020-07-28  1:52 ` yufengmx
  2020-08-12  6:07   ` Tu, Lijuan
  0 siblings, 1 reply; 3+ messages in thread
From: yufengmx @ 2020-07-28  1:52 UTC (permalink / raw)
  To: dts, lei.a.yao; +Cc: yufengmx


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1 1/1] power_branch_ratio: update option
  2020-07-28  1:52 ` [dts] [PATCH V1 1/1] " yufengmx
@ 2020-08-12  6:07   ` Tu, Lijuan
  0 siblings, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-08-12  6:07 UTC (permalink / raw)
  To: Mo, YufengX, dts, Yao,  Lei A; +Cc: Mo, YufengX

> Subject: [dts] [PATCH V1 1/1] power_branch_ratio: update option
> 
> 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 +-

Applied

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-12  6:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28  1:52 [dts] [PATCH V1 0/1] power_branch_ratio: update option yufengmx
2020-07-28  1:52 ` [dts] [PATCH V1 1/1] " yufengmx
2020-08-12  6:07   ` Tu, Lijuan

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).