summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-06-27 04:06:08 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-27 04:06:08 +0000
commita59a5b6d8280b1bbabf6ea80ff2ad2f0e27b7fae (patch)
tree1430b32c8639d43eb7b936120943f563ce8e3612
parent47216b230c2047496334585de90e81e605bbdb73 (diff)
parentdb553f39c708bb20259ced16f3ca0b4ecc8e95fe (diff)
Merge "dpdk: Disable DEBUG logs by default in DPDK libraries"
-rw-r--r--patches/dpdk_custom_patch/set-log-level-to-info.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/dpdk_custom_patch/set-log-level-to-info.patch b/patches/dpdk_custom_patch/set-log-level-to-info.patch
new file mode 100644
index 00000000..67580973
--- /dev/null
+++ b/patches/dpdk_custom_patch/set-log-level-to-info.patch
@@ -0,0 +1,13 @@
+diff --git a/config/common_base b/config/common_base
+index 0124e86..bd82c09 100644
+--- a/config/common_base
++++ b/config/common_base
+@@ -88,7 +88,7 @@ CONFIG_RTE_MAX_NUMA_NODES=8
+ CONFIG_RTE_MAX_MEMSEG=256
+ CONFIG_RTE_MAX_MEMZONE=2560
+ CONFIG_RTE_MAX_TAILQ=32
+-CONFIG_RTE_LOG_LEVEL=8
++CONFIG_RTE_LOG_LEVEL=RTE_LOG_INFO
+ CONFIG_RTE_LOG_HISTORY=256
+ CONFIG_RTE_LIBEAL_USE_HPET=n
+ CONFIG_RTE_EAL_ALLOW_INV_SOCKET_ID=n