From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 80D287F60 for ; Thu, 13 Nov 2014 13:11:06 +0100 (CET) Received: by mail-wi0-f176.google.com with SMTP id ex7so778801wid.9 for ; Thu, 13 Nov 2014 04:21:05 -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=7PCmTnL6rdEc0XpjbrbVP+u8xCJB1/ENcbmwU/ELQfQ=; b=FIWyF6MnO7wz7txt+I1ALjsXXjw7eDWsznHUwOLBEo+BtdmLnU9IkccoylMx/h24bl hLwzJbCkUlewUYlPPooIiKUClaxBJbdKun1/nwHHFDticcnVcuDGIXO7lSsc7xMAcxMy MbrvlnWe6rMEJJsXfSnA6tD4OIvsX4YTRuFT5/+v11qb3fEJvNycQJqK5LqWbXg5Ngbs kBLI3t8FCaefsC9DSUb8DgJoNaOQMugMvnYbb1FPMb7IC45QLp1Po4WLn4DxPVjA5oHH a1ibLJ2El7tEgfdlSdwKoJK+LTz8O7XcW05g48zYb79d8iJdkxbRqe9nq+1nuAgB/wf9 eYsA== X-Gm-Message-State: ALoCoQkqdBbNSpzbyMbqpGhnwOyGLWc//Qx3Y15zPrOVMrELgZtf7JWCwAO8doYVGmBfm4Bm/i1v X-Received: by 10.180.212.52 with SMTP id nh20mr3387836wic.2.1415881264932; Thu, 13 Nov 2014 04:21:04 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gs9sm35308793wjc.47.2014.11.13.04.21.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Nov 2014 04:21:04 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Thu, 13 Nov 2014 13:20:46 +0100 Message-ID: <1490990.YgXjR9vjuX@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1403814160-19613-1-git-send-email-bruce.richardson@intel.com> References: <1403814160-19613-1-git-send-email-bruce.richardson@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] skeleton app: Very simple code for l2fwding 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: Thu, 13 Nov 2014 12:11:06 -0000 Hi Bruce, 2014-06-26 21:22, Bruce Richardson: > 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 What about a rebase of this patch now that Rx/Tx default conf is available in API? -- Thomas