summaryrefslogtreecommitdiffstats
path: root/patches/dpdk_custom_patch/set-log-level-to-info.patch
AgeCommit message (Collapse)AuthorFilesLines
2017-06-26dpdk: Disable DEBUG logs by default in DPDK librariesAnand B Jyoti1-0/+13
JIRA: SAMPLEVNF-45 The default RTE_LOG_LEVEL is set to 8 enables all debug prints which impacts the performance testing. This patch sets the RTE_LOG_LEVEL to INFO to avoid printing of logs with level DEBUG. Change-Id: I1fdeecab9cd82f37f62e1ccfa625f91d1cf16217 Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>