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 2409EC5EC for ; Tue, 23 Jun 2015 15:54:55 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 23 Jun 2015 06:54:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,665,1427785200"; d="scan'208";a="748866477" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 23 Jun 2015 06:54:42 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 23 Jun 2015 14:54:18 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.117]) by irsmsx111.ger.corp.intel.com ([10.108.20.4]) with mapi id 14.03.0224.002; Tue, 23 Jun 2015 14:54:18 +0100 From: "Gajdzica, MaciejX T" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH 00/11] ip_pipeline: ip_pipeline application enhancements Thread-Index: AQHQmiYswDgNdCSdoUSOzEhCu8ZYpZ26MaQAgAARzsA= 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> In-Reply-To: <1989026.g49HqGv7mc@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 00/11] ip_pipeline: ip_pipeline application enhancements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 13:54:56 -0000 > -----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