Skip to content

Commit

Permalink
Merge "tools: Adding patches for disabling the DEBUG logs in DPDK"
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeepak2 authored and Gerrit Code Review committed Jun 27, 2017
2 parents a59a5b6 + 41b035d commit b835128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/vnf_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b835128

Please sign in to comment.