From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bernard.iremonger@intel.com>
Received: from mga05.intel.com (mga05.intel.com [192.55.52.43])
 by dpdk.org (Postfix) with ESMTP id CA1101B70F
 for <dev@dpdk.org>; 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" <bernard.iremonger@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
CC: "dev@dpdk.org" <dev@dpdk.org>, "Yigit, Ferruh" <ferruh.yigit@intel.com>,
 "Ananyev, Konstantin" <konstantin.ananyev@intel.com>, "Dumitrescu, Cristian"
 <cristian.dumitrescu@intel.com>, "adrien.mazarguil@6wind.com"
 <adrien.mazarguil@6wind.com>, "Singh, Jasvinder" <jasvinder.singh@intel.com>, 
 "Iremonger, Bernard" <bernard.iremonger@intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <bernard.iremonger@intel.com>
> Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>; Ananyev,
> Konstantin <konstantin.ananyev@intel.com>; Dumitrescu, Cristian
> <cristian.dumitrescu@intel.com>; adrien.mazarguil@6wind.com; Singh,
> Jasvinder <jasvinder.singh@intel.com>
> 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.