From: Anand B Jyoti Date: Mon, 26 Jun 2017 00:21:27 +0000 (+0530) Subject: tools: Adding patches for disabling the DEBUG logs in DPDK X-Git-Tag: v1.0.1^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F36487%2F1;p=samplevnf.git 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 --- 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