From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gajdzica, MaciejX T" Subject: Re: [PATCH 00/11] ip_pipeline: ip_pipeline application enhancements Date: Tue, 23 Jun 2015 13:54:18 +0000 Message-ID: <9CC680510C0AC140A846FED2EF7F962813846DE1@IRSMSX102.ger.corp.intel.com> References: <1432914198-11812-1-git-send-email-maciejx.t.gajdzica@intel.com> <1989026.g49HqGv7mc@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2409EC5EC for ; Tue, 23 Jun 2015 15:54:55 +0200 (CEST) In-Reply-To: <1989026.g49HqGv7mc@xps13> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, June 23, 2015 3:49 PM > To: Gajdzica, MaciejX T > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 00/11] ip_pipeline: ip_pipeline applicatio= n > enhancements >=20 > Is this patchset still candidate for 2.1? Yes, it is, but some changes need to be made. V2 will be send in a few days= . Best Regards Maciek >=20 > 2015-05-29 17:43, Maciej Gajdzica: > > This patchset enhances functionality of ip_pipeline application. New > > config file syntax is introduced, so parser is changed. Changed > > structure of the application. Now every global variable is stored in ap= p_struct > in app.h. > > Syntax of pipeline cli commands was changed. Implementation of cli > > commands for every pipeline is moved to the separate file. > > > > > > Maciej Gajdzica (11): > > ip_pipeline: add parsing for config files with new syntax > > ip_pipeline: added config checks > > ip_pipeline: modified init to match new params struct > > ip_pipeline: moved pipelines to separate folder > > ip_pipeline: added master pipeline > > ip_pipeline: added application thread > > ip_pipeline: moved config files to separate folder > > ip_pipeline: added new implementation of passthrough pipeline > > ip_pipeline: added new implementation of firewall pipeline > > ip_pipeline: added new implementation of routing pipeline > > ip_pipeline: added new implementation of flow classification > > pipeline >=20