dpdk: Disable debug logs in ACL rte_table_acl_build 83/36483/1
authorAnand B Jyoti <anand.b.jyoti@intel.com>
Mon, 26 Jun 2017 00:01:13 +0000 (05:31 +0530)
committerAnand B Jyoti <anand.b.jyoti@intel.com>
Mon, 26 Jun 2017 00:01:13 +0000 (05:31 +0530)
commit18acbcb75fcd0dd276da9d3022aaf6cb25999e1c
treeec9e97f02e9cac9f44fbc9ebf3319d9dec664056
parente65864efce7da482bc9f337189de5f8c49df5091
dpdk: Disable debug logs in ACL rte_table_acl_build

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>
patches/dpdk_custom_patch/disable-acl-debug-logs.patch [new file with mode: 0644]