From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v11 1/4] flow_classify: add flow classify library Date: Wed, 25 Oct 2017 14:13:24 +0200 Message-ID: <2175097.6NP1zJMmBs@xps> References: <1508771778-617-1-git-send-email-bernard.iremonger@intel.com> <2366771.cLq7VtfpKK@xps> <8CEF83825BEC744B83065625E567D7C24E057846@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Yigit, Ferruh" , "Ananyev, Konstantin" , "Dumitrescu, Cristian" , "adrien.mazarguil@6wind.com" , "Singh, Jasvinder" To: "Iremonger, Bernard" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 82DBB1B22E for ; Wed, 25 Oct 2017 14:13:26 +0200 (CEST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C24E057846@IRSMSX108.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/10/2017 13:10, Iremonger, Bernard: > Hi Thomas, > > From: Thomas Monjalon [mailto:thomas@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.