summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand B Jyoti <anand.b.jyoti@intel.com>2017-06-26 05:51:27 +0530
committerAnand B Jyoti <anand.b.jyoti@intel.com>2017-06-26 05:54:35 +0530
commit41b035dfcaa7058d575cf4039fe82dbb49a5d04b (patch)
tree4aba0d31bf5e06036d04d090ecdde32b07825ddb
parentdb553f39c708bb20259ced16f3ca0b4ecc8e95fe (diff)
tools: Adding patches for disabling the DEBUG logs in DPDK
JIRA: SAMPLEVNF-45 Apply the patches to disable the default DEBUG prints in the DPDK libraries. Change-Id: If17422e8398c8798ec9e97d9f141b2a8b2a53fd4 Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
-rwxr-xr-xtools/vnf_build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/vnf_build.sh b/tools/vnf_build.sh
index 7d552619..4f6212ca 100755
--- a/tools/vnf_build.sh
+++ b/tools/vnf_build.sh
@@ -187,6 +187,8 @@ install_dpdk()
patch -p1 < $VNF_CORE/patches/dpdk_custom_patch/i40e-fix-Rx-hang-when-disable-LLDP.patch
patch -p1 < $VNF_CORE/patches/dpdk_custom_patch/i40e-fix-link-status-change-interrupt.patch
patch -p1 < $VNF_CORE/patches/dpdk_custom_patch/i40e-fix-VF-bonded-device-link-down.patch
+ patch -p1 < $VNF_CORE/patches/dpdk_custom_patch/disable-acl-debug-logs.patch
+ patch -p1 < $VNF_CORE/patches/dpdk_custom_patch/set-log-level-to-info.patch
make -j install T=$RTE_TARGET
if [ $? -ne 0 ] ; then