From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] ip_pipeline: add sample configuration/script files Date: Mon, 14 Dec 2015 22:55:25 +0100 Message-ID: <2685867.694xzP8PeG@xps13> References: <1450097325-86556-1-git-send-email-jasvinder.singh@intel.com> <1450102842-87034-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jasvinder Singh Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 6215ADE3 for ; Mon, 14 Dec 2015 22:56:41 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id n186so67588599wmn.0 for ; Mon, 14 Dec 2015 13:56:41 -0800 (PST) In-Reply-To: <1450102842-87034-1-git-send-email-jasvinder.singh@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" 2015-12-14 14:20, Jasvinder Singh: > This patch includes the configuration and script files of the some > applications which can be built using DPDK Packet Framework. A > configuration file defines the application structure which include > packet processing stages (knowns as pipelines), their connectivity > and other parameters necessary to start and run the application. A > script file specifies CLI commands required for loading table entries > (rules/routes, etc). The configuration/script files for simple > applications such as l2 forwarding, l3 forwarding have been presented. > In addition, to demonstrate the use and inter-connectivity of various > pipeline modules (which are avilable in packet framework), a complex > packet processing workload i.e. edge router is considered. The > configuration of the pipeline stages used for upstream and downstream > flow processing has been specified separately in two configuration > files. All these configuration and script files don't affect the > compilation. > > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Applied, thanks