From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=1Ncu8DPA+1jg/+GF/8YzGRwXkkPtlI0d8evYy9y1VkM=; b=rV1aSLA2u65NRfaUUCuc0vMmrsS7R4MC+VEsY5OFViUNPvsIpPrVFd6rPLLgTmJzgV YhSF9TYZMg99zsZkbyUYp2Z5O1lVABQxeK4rXDXIdVVxXB4kABegHS+UWHYyqU6CsJ8l 3lsoEGc5nUWYiLwHG8bYjBp6DZEwEye7OnFGnQgS9/LmBN5nIkWH10IzG1qPiCBkaigF pquBJW1ouJBQkga2SZnp7miAGzNn6As6h8c4IayLeJQcASKEL/WXHalFaYYwTDmGI0lo ZKytUqOdvArj3lnS54dGLeJfDWgmEymeY13iWNOwP/IplAbk3ejof1HpTJ7uuEET21yF en4Q== 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=1Ncu8DPA+1jg/+GF/8YzGRwXkkPtlI0d8evYy9y1VkM=; b=IBoyKYPOZyGnSTMRx5PedBw7xTWfpyKiF2yK7JLjAP12iym/smKGdFkEl1gePmZljd SZINNPx6/bNhW24Xhd82oCAbvmdeJkKNQ/t6d90pNPzOWRDK/gr0BZ5rFm4jt9Nvy3Oa rZbnGLuwVqDq/XR1QdaBMvzSjVqezA/6YZThsEM0ZwmQ45Ls8vRKc/yjLO9hb+Sr4Jx+ YANJqdIMzm1QAoc6inXGBvUDV48IYssu3yRO9oZiu3FdVi7N+BtDq2wVBBVac9AOFzaD NixTHHxSKPC/O4HqvnVKxUbA2TCi77HHOcf9pxOopCJYrsIan1xCXguFZ1GtWBZnp56A OCFQ== X-Gm-Message-State: ALoCoQmBsjGMkDTTADwABNJrLiNgRlcc2eBl81B64/6b+Pvm+bpiLuqmsKuMMk67ITOJUSUk+a4W1TEZgqNIJD5q85UZCQ/AZw== X-Received: by 10.28.156.130 with SMTP id f124mr442943wme.43.1450130201225; Mon, 14 Dec 2015 13:56:41 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id v129sm17178631wmg.21.2015.12.14.13.56.40 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Dec 2015 13:56:40 -0800 (PST) From: Thomas Monjalon To: Jasvinder Singh Date: Mon, 14 Dec 2015 22:55:25 +0100 Message-ID: <2685867.694xzP8PeG@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1450102842-87034-1-git-send-email-jasvinder.singh@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4] ip_pipeline: add sample configuration/script files 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: Mon, 14 Dec 2015 21:56:41 -0000 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