Re: [dpdk-dev] [PATCH] flow_classify: fix logging

2017-10-26 Thread Thomas Monjalon
> > Set log_level to RTE_LOG_INFO. > > The RTE_LIBRTE_CLASSIFY_DEBUG macro has been removed from the config > > file, use the log_level instead. > > > > Fixes: be41ac2a330f ("flow_classify: introduce flow classify library") > > Signed-off-by: Bernard Iremonger > > Acked-by: Jasvinder Singh App

Re: [dpdk-dev] [PATCH] flow_classify: fix logging

2017-10-26 Thread Singh, Jasvinder
> -Original Message- > From: Iremonger, Bernard > Sent: Thursday, October 26, 2017 11:48 AM > To: dev@dpdk.org; Singh, Jasvinder > Cc: Iremonger, Bernard > Subject: [PATCH] flow_classify: fix logging > > Set log_level to RTE_LOG_INFO. > The RTE_LIBRTE_CLASSIFY_DEBUG macro has been remo

[dpdk-dev] [PATCH] flow_classify: fix logging

2017-10-26 Thread Bernard Iremonger
Set log_level to RTE_LOG_INFO. The RTE_LIBRTE_CLASSIFY_DEBUG macro has been removed from the config file, use the log_level instead. Fixes: be41ac2a330f ("flow_classify: introduce flow classify library") Signed-off-by: Bernard Iremonger --- lib/librte_flow_classify/rte_flow_classify.c | 19 +