From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id CA1101B70F for ; Wed, 25 Oct 2017 13:10:54 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 25 Oct 2017 04:10:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,431,1503385200"; d="scan'208";a="913554580" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by FMSMGA003.fm.intel.com with ESMTP; 25 Oct 2017 04:10:52 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0319.002; Wed, 25 Oct 2017 12:10:52 +0100 From: "Iremonger, Bernard" To: Thomas Monjalon CC: "dev@dpdk.org" , "Yigit, Ferruh" , "Ananyev, Konstantin" , "Dumitrescu, Cristian" , "adrien.mazarguil@6wind.com" , "Singh, Jasvinder" , "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [PATCH v11 1/4] flow_classify: add flow classify library Thread-Index: AQHTTO19+zI0ba5lMkeW6Th2sRBVYaLzVPmAgAEUKBA= Date: Wed, 25 Oct 2017 11:10:51 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E057846@IRSMSX108.ger.corp.intel.com> References: <1508771778-617-1-git-send-email-bernard.iremonger@intel.com> <1508866083-15646-2-git-send-email-bernard.iremonger@intel.com> <2366771.cLq7VtfpKK@xps> In-Reply-To: <2366771.cLq7VtfpKK@xps> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWJmYjNlNTYtNjRlNi00MGQ1LTkyZWQtNGE5ZTA1NWJmY2I3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlRTcnlnQlpcLzJISnFFTUlXSHZBY0JaWjBWeEh5XC93NVFCUXFQYmxya29YYz0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v11 1/4] flow_classify: add flow classify library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 11:10:55 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Tuesday, October 24, 2017 8:39 PM > To: Iremonger, Bernard > Cc: dev@dpdk.org; Yigit, Ferruh ; Ananyev, > Konstantin ; Dumitrescu, Cristian > ; adrien.mazarguil@6wind.com; Singh, > Jasvinder > Subject: Re: [dpdk-dev] [PATCH v11 1/4] flow_classify: add flow classify > library >=20 > 24/10/2017 19:28, Bernard Iremonger: > > # > > +# Compile librte_classify > > +# > > +CONFIG_RTE_LIBRTE_FLOW_CLASSIFY=3Dy > > +CONFIG_RTE_LIBRTE_CLASSIFY_DEBUG=3Dn >=20 > 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.