flow_classify: fix logging
authorBernard Iremonger <bernard.iremonger@intel.com>
Thu, 26 Oct 2017 10:47:30 +0000 (11:47 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Oct 2017 22:13:51 +0000 (00:13 +0200)
commitbc0d4e6703f3b38c04cfe332449a4b5b57e661db
treea04baeda5747ec2f7a2cb6b2adb2093c4e99542b
parent9d1c2a6a912bebde1139157b950e39ffa7192c9d
flow_classify: fix logging

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 <bernard.iremonger@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
lib/librte_flow_classify/rte_flow_classify.c