test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [dts 1/2][PATCH V1] set dpdk log level to debug level
@ 2016-08-18  2:31 xu,huilong
  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
  0 siblings, 2 replies; 6+ messages in thread
From: xu,huilong @ 2016-08-18  2:31 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

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

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

end of thread, other threads:[~2016-08-19  5:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-18  2:31 [dts] [dts 1/2][PATCH V1] set dpdk log level to debug level xu,huilong
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

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