25/10/2017 13:10, Iremonger, Bernard: > Hi Thomas, > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 24/10/2017 19:28, Bernard Iremonger: > > > # > > > +# Compile librte_classify > > > +# > > > +CONFIG_RTE_LIBRTE_FLOW_CLASSIFY=y > > > +CONFIG_RTE_LIBRTE_CLASSIFY_DEBUG=n > > > > The debug option is still there but seems not used. > > I guess I can remove it? > > The debug option is used in rte_flow_classify.c at line 158. > It needs to be restored. > Will I send a patch or can you restore it?
No, the intent is to stop adding some debug options in the config. It is used in this lib to dump some data. I think it should be triggered dynamically with the log level.