[dpdk-dev] [PATCH v3] examples/skeleton: very simple code for packet forwarding

2014-11-26 Thread Thomas Monjalon
> 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 >

[dpdk-dev] [PATCH v3] examples/skeleton: very simple code for packet forwarding

2014-11-26 Thread Thomas Monjalon
2014-11-26 15:49, Bruce Richardson: > On Wed, Nov 26, 2014 at 04:42:06PM +0100, Thomas Monjalon wrote: > > Bruce, > > > > I made some minor changes to the skeleton app. > > Could you confirm it's ok for you? > > Yes, they are fine for me, though the makefile diff looks messed up compared > to >

[dpdk-dev] [PATCH v3] examples/skeleton: very simple code for packet forwarding

2014-11-26 Thread Thomas Monjalon
Bruce, I made some minor changes to the skeleton app. Could you confirm it's ok for you? 2014-11-26 15:38, Thomas Monjalon: > v3 changes: > - rename skeleton_app/ to skeleton/ > - add in examples Makefile > - fix default target to native > - reword header guard > - rename rxRings to rx_rings and

[dpdk-dev] [PATCH v3] examples/skeleton: very simple code for packet forwarding

2014-11-26 Thread Bruce Richardson
On Wed, Nov 26, 2014 at 04:42:06PM +0100, Thomas Monjalon wrote: > Bruce, > > I made some minor changes to the skeleton app. > Could you confirm it's ok for you? Yes, they are fine for me, though the makefile diff looks messed up compared to the original version. Any way to force git to recognise

[dpdk-dev] [PATCH v3] examples/skeleton: very simple code for packet forwarding

2014-11-26 Thread Thomas Monjalon
From: 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,