From: "xu,huilong" <huilongx.xu@intel.com>
To: dts@dpdk.org
Cc: "xu,huilong" <huilongx.xu@intel.com>
Subject: [dts] [dts 1/2][PATCH V1] set dpdk log level to debug level
Date: Thu, 18 Aug 2016 10:31:56 +0800 [thread overview]
Message-ID: <1471487517-18368-1-git-send-email-huilongx.xu@intel.com> (raw)
Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
framework/project_dpdk.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index 4e44793..6ea8fb4 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -133,6 +133,8 @@ class DPDKdut(Dut):
Set default RX/TX PMD function, now only take effect on ixgbe.
"""
[arch, machine, env, toolchain] = self.target.split('-')
+ self.send_expect("sed -i -e 's/CONFIG_RTE_LOG_LEVEL=.*$/"
+ + "CONFIG_RTE_LOG_LEVEL=RTE_LOG_DEBUG/' config/common_base", "# ", 30)
if dts.rx_mode is None:
mode = 'default'
else:
--
1.9.3
next reply other threads:[~2016-08-18 2:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-18 2:31 xu,huilong [this message]
2016-08-18 2:31 ` [dts] [dts 2/2][PATCH V1] update coremask test case xu,huilong
2016-08-18 7:31 ` [dts] [dts 1/2][PATCH V1] set dpdk log level to debug level Liu, Yong
2016-08-18 8:24 ` Xu, HuilongX
2016-08-19 1:13 ` Liu, Yong
2016-08-19 5:24 ` Xu, HuilongX
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=1471487517-18368-1-git-send-email-huilongx.xu@intel.com \
--to=huilongx.xu@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).