From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 8057637B3 for ; Mon, 14 Dec 2015 14:29:49 +0100 (CET) Received: by wmnn186 with SMTP id n186so120866555wmn.0 for ; Mon, 14 Dec 2015 05:29:49 -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=mvCeuzDTKYKjUNVLTmmLqWTig2L6xGL9dCXTU7p1Yp0=; b=FLCV39+KkAKIo20aU3/A2U38dQsNCA08vYVlf/9FjuPHg/IQa3oSIajF3hVuMM0l2r LmKY02Nsn2gdVifSF8aO2rJM5WN0MMYV+v6ZBJY/hy0EzFtmv80E/WDxY940plwBFYqM eFPZLp/s5+SD6AJUGhYGWT6Or0Ja1M0BHPwwbSii0aZreBA248tBO/rORZWCQcjhI2Rm qY3ttUuV9/Zbz4sQ3Uj+8OhG6jdo4VpDS8jheb/NcLV3lxy6TTcMco0SjEoBfdrGglcY XFPhgrxYVRUfanfM1l4H9Cw3szfYcuIFx5mpAC2K8kRNW94mrjIBoT6NVD2vR3OtORyk 5Kow== 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=mvCeuzDTKYKjUNVLTmmLqWTig2L6xGL9dCXTU7p1Yp0=; b=QaI5KqLIGJpBcEZ8IoFADYWbLQuhu6paDvramF1ha06HljhP19hUJnIzG4CFaFgIhV kAfvaUiAiBmKvoqesZ/1kHZ/5AbivfHe37A5LKsWgBCeWE4jHoyF8kInKRjv7RFala9H VPSoVhm4tpaow9cFUZxn1rcnUb2wBss2ANbWDEnlquMpsbr0bMtvs6FKwW1+f0BsxbzI j/NqikmxoGlhXGekjUAHNbE+welEGCFW5CkwhGA5jGI3uMIoKSq4UOXGAlLVcNioO3as NxWI8q6eQz2R+QtdA1Kn79hEkyafBj1YnYdDgmH3kGpEeXsZihe7SaFXBrXKU0gQLQhR bIIw== X-Gm-Message-State: ALoCoQmUlOKzHEboPJobBwDb6U5W0LSwbKDfqMuzt1DFUjUDtOTKDtbFiWv4vMkD3/gei29qCS4Y4iEXXE7mSZHzUyMF5t/oPQ== X-Received: by 10.28.210.74 with SMTP id j71mr23259831wmg.96.1450099789379; Mon, 14 Dec 2015 05:29:49 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id m67sm16033303wmf.16.2015.12.14.05.29.48 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Dec 2015 05:29:48 -0800 (PST) From: Thomas Monjalon To: Jasvinder Singh Date: Mon, 14 Dec 2015 14:28:33 +0100 Message-ID: <2746388.sSZjSxRLON@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1450097325-86556-1-git-send-email-jasvinder.singh@intel.com> References: <1450095122-86323-1-git-send-email-jasvinder.singh@intel.com> <1450097325-86556-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 v3] 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 13:29:49 -0000 2015-12-14 12:48, 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. Please use at least 70 chars-wide lines. It would also be easier to read with some paragraphs. > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu > --- > *v2 > - correct date in license header(edge_router_downstream/upstream.cfg) > - modify commit message > > *v3 > - correct date in license header(l2fwd.cfg, l3fwd.cfg) > > .../ip_pipeline/config/edge_router_downstream.cfg | 85 ++++++++++++++++ > .../ip_pipeline/config/edge_router_downstream.sh | 10 ++ > .../ip_pipeline/config/edge_router_upstream.cfg | 110 +++++++++++++++++++++ > .../ip_pipeline/config/edge_router_upstream.sh | 38 +++++++ > examples/ip_pipeline/config/l2fwd.cfg | 55 +++++++++++ > examples/ip_pipeline/config/l3fwd.cfg | 63 ++++++++++++ > examples/ip_pipeline/config/l3fwd.sh | 9 ++ > 7 files changed, 370 insertions(+) > create mode 100755 examples/ip_pipeline/config/edge_router_downstream.cfg > create mode 100755 examples/ip_pipeline/config/edge_router_downstream.sh > create mode 100755 examples/ip_pipeline/config/edge_router_upstream.cfg > create mode 100755 examples/ip_pipeline/config/edge_router_upstream.sh > create mode 100755 examples/ip_pipeline/config/l2fwd.cfg > create mode 100755 examples/ip_pipeline/config/l3fwd.cfg > create mode 100755 examples/ip_pipeline/config/l3fwd.sh checkpatch says: EXECUTE_PERMISSIONS: do not set execute permissions for source files