From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] skeleton app: Very simple code for l2fwding Date: Thu, 13 Nov 2014 13:06:07 +0000 Message-ID: <20141113130607.GC9932@bricha3-MOBL3> References: <1403814160-19613-1-git-send-email-bruce.richardson@intel.com> <1490990.YgXjR9vjuX@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: Content-Disposition: inline In-Reply-To: <1490990.YgXjR9vjuX@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Thu, Nov 13, 2014 at 01:20:46PM +0100, Thomas Monjalon wrote: > 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? > Yes, I've did some work on doing so, just need to finish it up and I can resubmit it soon, I hope. /Bruce