[dpdk-dev] [PATCH] librte_table: remove unnecessary printf messages from acl build

2016-06-07 Thread Thomas Monjalon
2016-05-19 15:35, Jasvinder Singh: > Removes rte_acl_dump() call from rte_table_acl_build () as it invokes > number of printf messages. > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH] librte_table: remove unnecessary printf messages from acl build

2016-05-19 Thread Jasvinder Singh
Removes rte_acl_dump() call from rte_table_acl_build () as it invokes number of printf messages. Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitrescu --- lib/librte_table/rte_table_acl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_table/rte_table_acl.c b/lib/librte_t