tools: Adding patches for disabling the DEBUG logs in DPDK 87/36487/1
authorAnand B Jyoti <anand.b.jyoti@intel.com>
Mon, 26 Jun 2017 00:21:27 +0000 (05:51 +0530)
committerAnand B Jyoti <anand.b.jyoti@intel.com>
Mon, 26 Jun 2017 00:24:35 +0000 (05:54 +0530)
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>
tools/vnf_build.sh

index 7d55261..4f6212c 100755 (executable)
@@ -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