summaryrefslogtreecommitdiffstats
path: root/patches/dpdk_custom_patch/disable-acl-debug-logs.patch
AgeCommit message (Collapse)AuthorFilesLines
2017-06-26dpdk: Disable debug logs in ACL rte_table_acl_buildAnand B Jyoti1-0/+14
JIRA: SAMPLEVNF-46 Debug logs enabled by default causes delay in application initialization as there can be many ACL rules to be setup during initialization. This patch disables the ACL logs during rte_table_acl_build by default and can be enabled by setting the RTE_LOG_LEVEL to DEBUG. Change-Id: I48e642f8768135087b0ed4f1677c1c9ac9e0df58 Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>