From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/11] ip_pipeline: ip_pipeline application enhancements Date: Tue, 23 Jun 2015 15:48:58 +0200 Message-ID: <1989026.g49HqGv7mc@xps13> References: <1432914198-11812-1-git-send-email-maciejx.t.gajdzica@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Maciej Gajdzica Return-path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 8650CC326 for ; Tue, 23 Jun 2015 15:50:02 +0200 (CEST) Received: by wguu7 with SMTP id u7so10227095wgu.3 for ; Tue, 23 Jun 2015 06:50:02 -0700 (PDT) In-Reply-To: <1432914198-11812-1-git-send-email-maciejx.t.gajdzica@intel.com> 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" Is this patchset still candidate for 2.1? 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 app_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