From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1668D1B7D2 for ; Wed, 25 Oct 2017 10:47:43 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2017 01:47:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,431,1503385200"; d="scan'208";a="164690839" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga005.jf.intel.com with ESMTP; 25 Oct 2017 01:47:41 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 25 Oct 2017 09:47:40 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by irsmsx155.ger.corp.intel.com ([169.254.14.169]) with mapi id 14.03.0319.002; Wed, 25 Oct 2017 09:47:40 +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 0/4] flow classification library Thread-Index: AQHTTO16MOujRFyt60qCyVcU3P+/36LzZCIAgADdCwA= Date: Wed, 25 Oct 2017 08:47:39 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E055E8E@IRSMSX108.ger.corp.intel.com> References: <1508771778-617-1-git-send-email-bernard.iremonger@intel.com> <1508866083-15646-1-git-send-email-bernard.iremonger@intel.com> <4377417.QgEobucjiG@xps> In-Reply-To: <4377417.QgEobucjiG@xps> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmU0YjJjMjItMGZkNS00MDg1LWFiZGQtMmJkOWVkYzMxODYzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNCY0JJNDJPR3ZnZ3RiT1hKWFRlTXdPYk9pMW5VVmR5SHlwbzY5OSs4eHc9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v11 0/4] flow classification 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 08:47:44 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Tuesday, October 24, 2017 9:34 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 0/4] flow classification library >=20 > 24/10/2017 19:27, Bernard Iremonger: > > Bernard Iremonger (3): > > examples/flow_classify: flow classify sample application > > test: add packet burst generator functions > > test: flow classify library unit tests > > > > Ferruh Yigit (1): > > flow_classify: add flow classify library >=20 > The deal was > " > If you can address my comments in v11 and if there is no compilation issu= e, > then I will take it in RC2. > " > There are some compilation issues and other details to fix. > But I fixed all of them myself. >=20 > Applied Thanks for your help with this patch set. I thought I had everything covered with the v11. Should I reply to your previous emails ? Regards, Bernard.