Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, October 24, 2017 8:39 PM > To: Iremonger, Bernard <bernard.iremon...@intel.com> > Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; Ananyev, > Konstantin <konstantin.anan...@intel.com>; Dumitrescu, Cristian > <cristian.dumitre...@intel.com>; adrien.mazarg...@6wind.com; Singh, > Jasvinder <jasvinder.si...@intel.com> > Subject: Re: [dpdk-dev] [PATCH v11 1/4] flow_classify: add flow classify > library > > 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? Regards, Bernard.