* [dts][PATCH V1]tests/perf_test_base: add the correct corelist
@ 2022-05-20 1:52 Yingya Han
2022-05-25 10:27 ` Jiang, YuX
0 siblings, 1 reply; 2+ messages in thread
From: Yingya Han @ 2022-05-20 1:52 UTC (permalink / raw)
To: dts; +Cc: Yingya Han
Signed-off-by: Yingya Han <yingyax.han@intel.com>
---
tests/perf_test_base.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/perf_test_base.py b/tests/perf_test_base.py
index d60572e0..74a2a37e 100644
--- a/tests/perf_test_base.py
+++ b/tests/perf_test_base.py
@@ -1366,7 +1366,7 @@ class PerfTestBase(object):
configs.append(
[
test_item,
- _corelist,
+ corelist,
",".join(
[
"({0},{1},{2})".format(port, queue, core)
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-25 10:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 1:52 [dts][PATCH V1]tests/perf_test_base: add the correct corelist Yingya Han
2022-05-25 10:27 ` Jiang, YuX
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).