Adding documentation in the test files
[samplevnf.git] / patches / dpdk_custom_patch / disable-acl-debug-logs.patch
1 diff --git a/lib/librte_table/rte_table_acl.c b/lib/librte_table/rte_table_acl.c
2 index c1eb848..2db880c 100644
3 --- a/lib/librte_table/rte_table_acl.c
4 +++ b/lib/librte_table/rte_table_acl.c
5 @@ -236,7 +236,9 @@ rte_table_acl_build(struct rte_table_acl *acl, struct rte_acl_ctx **acl_ctx)
6                 return -1;
7         }
8  
9 +#if RTE_LOG_LEVEL > RTE_LOG_INFO
10         rte_acl_dump(ctx);
11 +#endif
12  
13         *acl_ctx = ctx;
14         return 0;