From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ALNr/yUUKEyk41WIbrOHsdz9rFq3qWe55Jq0pOWNqbQ=; b=Tl2td8efiOAC1ITUBueMJrDD7J6AJAxTUcXAXIPmKnhzbQH/nCwyibY/E66fiIKvXm Reiaew11hPUmhyFIQg6CleybJuyQJ8LuGSC+Ov9/XTaUNcBSkfxPNXqOhOLWDe30CC7X /2XCAotKtdinGddFvOzWnkphyPC4pGu/IOnvQ70BV6E3iXt0Wf4VsCsgnURDvdJpbz2M QT725G83sh5PZ2T+ZbHNksHAY6Ew7E3WrICr08nPngpzMpwAEoS4kNBo2Z1mXCUIWOSX /lC7PN/+S3BCm4PobhsZpuVq+k4r9ht9F4M4VNyDt15GZljFaz4Po2yW/RwttLNKLKTO tSpw== X-Gm-Message-State: ALoCoQnReHq9fSNQdVu2cOpFI9Ejos9q1jcexlm/V3TG01MF0cAR2qrL4/4GIODbM3gyUlVpfo48 X-Received: by 10.194.57.211 with SMTP id k19mr61955741wjq.53.1435067402383; Tue, 23 Jun 2015 06:50:02 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id a6sm2831418wjy.33.2015.06.23.06.50.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Jun 2015 06:50:01 -0700 (PDT) From: Thomas Monjalon To: Maciej Gajdzica Date: Tue, 23 Jun 2015 15:48:58 +0200 Message-ID: <1989026.g49HqGv7mc@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1432914198-11812-1-git-send-email-maciejx.t.gajdzica@intel.com> References: <1432914198-11812-1-git-send-email-maciejx.t.gajdzica@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:50:02 -0000 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