From: "Xiao, QimaiX" <qimaix.xiao@intel.com>
To: "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [PATCH V1]framework/dts: fix multi_sections in execution.cfg sharing same dut issue
Date: Mon, 11 May 2020 07:52:41 +0000 [thread overview]
Message-ID: <MWHPR1101MB2254592E32A77E156171E523FBA10@MWHPR1101MB2254.namprd11.prod.outlook.com> (raw)
In-Reply-To: <1589177219-123025-1-git-send-email-qimaix.xiao@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]
Tested-by:Xiao Qimai <qimaix.xiao@intel.com>
________________________________
From: Xiao, QimaiX <qimaix.xiao@intel.com>
Sent: Monday, May 11, 2020 2:06 PM
To: dts@dpdk.org <dts@dpdk.org>
Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
Subject: [dts][PATCH V1]framework/dts: fix multi_sections in execution.cfg sharing same dut issue
*. fix dut of second section in execution.cfg can't compile dpdk
Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
---
framework/dts.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/dts.py b/framework/dts.py
index a637209..d6c4fe5 100644
--- a/framework/dts.py
+++ b/framework/dts.py
@@ -557,12 +557,12 @@ def run_all(config_file, pkgName, git, patch, skip_setup,
stats_report = StatsReporter(output_dir + '/statistics.txt')
result = Result()
- crbInsts = []
crbs_conf = CrbsConf()
crbs = crbs_conf.load_crbs_config()
# for all Execution sections
for section in config.sections():
+ crbInsts = list()
dts_parse_param(config, section)
# verify if the delimiter is good if the lists are vertical
--
1.8.3.1
[-- Attachment #2: Type: text/html, Size: 2969 bytes --]
next prev parent reply other threads:[~2020-05-11 7:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-11 6:06 Xiao Qimai
2020-05-11 7:52 ` Xiao, QimaiX [this message]
2020-05-12 7:37 ` 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=MWHPR1101MB2254592E32A77E156171E523FBA10@MWHPR1101MB2254.namprd11.prod.outlook.com \
--to=qimaix.xiao@intel.com \
--cc=dts@dpdk.org \
/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).