diff options
author | Anand B Jyoti <anand.b.jyoti@intel.com> | 2017-06-26 05:51:27 +0530 |
---|---|---|
committer | Anand B Jyoti <anand.b.jyoti@intel.com> | 2017-06-26 05:54:35 +0530 |
commit | 41b035dfcaa7058d575cf4039fe82dbb49a5d04b (patch) | |
tree | 4aba0d31bf5e06036d04d090ecdde32b07825ddb /tools | |
parent | db553f39c708bb20259ced16f3ca0b4ecc8e95fe (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>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/vnf_build.sh | 2 |
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 |