From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 44E3B1518 for ; Wed, 26 Nov 2014 17:18:53 +0100 (CET) Received: by mail-wg0-f52.google.com with SMTP id a1so4210443wgh.11 for ; Wed, 26 Nov 2014 08:29:50 -0800 (PST) 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=918SaMdAbe26w+7kaOchzsrp1BLvgDnpSHtM04VPBzY=; b=a53dCpK2yoEGSeOjRYosopPe5H317PvzQ8wuzeWFLX3Jw5WyOduIlzAvbQZx4nUbLI qjaiZolQqe3GtwDw/Mh8hd9/5c2EBkk2L1S4SxrI29lexpI6vKmUJdqnIh3Q4QadpzaA /HbmdmAatlQZBySJbcEITCQqPgE/SHXETTJUR6joAyXlFsUytw+QSg1u2HoudR1DDPKo 9hx8sVi5glrfksANeHRkhQGEtT9DCYZDM3h6dnHrtKG3MxFVCKUd5P2Z9kisp+WUDDra ih4UEsiwgnuSmmV3a95siuuskrRrtfC/sZEaZya7x6jqUbwi+LA/p20KFa1zb0le+5Ip sFuQ== X-Gm-Message-State: ALoCoQmvzqZjKKXBl9ecxI5WSmpxGfvoLIPKzagYurNqv0nfeER0VYrsL95yUva3sk7SshTSQelA X-Received: by 10.180.74.146 with SMTP id t18mr27591485wiv.62.1417019390710; Wed, 26 Nov 2014 08:29:50 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id wx3sm6994957wjc.19.2014.11.26.08.29.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Nov 2014 08:29:50 -0800 (PST) From: Thomas Monjalon To: bruce.richardson@intel.com Date: Wed, 26 Nov 2014 17:29:25 +0100 Message-ID: <2193680.qifsDePqzi@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1417012687-18812-1-git-send-email-thomas.monjalon@6wind.com> References: <1415975510-24015-1-git-send-email-bruce.richardson@intel.com> <1417012687-18812-1-git-send-email-thomas.monjalon@6wind.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] examples/skeleton: very simple code for packet forwarding 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: Wed, 26 Nov 2014 16:18:53 -0000 > This is a very simple example app for doing packet forwarding with the > Intel DPDK. It's designed to serve as a start point for people new to > the Intel DPDK and who want to develop a new app. > > Therefore it's meant to: > * have as good a performance out-of-the-box as possible, using the > best-known settings for configuring the PMDs, so that any new apps can > be based off it. > * be kept as short as possible to make it easy to understand it and get > started with it. > > Signed-off-by: Bruce Richardson Applied I think we should add some references to this example in the documentation. It will really help newcomers. Thanks -- Thomas