examples/skeleton: very simple code for packet forwarding
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 14 Nov 2014 14:31:50 +0000 (14:31 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 26 Nov 2014 16:27:03 +0000 (17:27 +0100)
commit7107e471a6c75ccaaace0575a6dd7bb86e4ef4dc
treebadd2008a26c472209e002457946d9ba91a088e1
parentc4f136db8ec532c3c930be5698cc84321c64192d
examples/skeleton: very simple code for packet forwarding

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 <bruce.richardson@intel.com>
examples/Makefile
examples/skeleton/Makefile [new file with mode: 0644]
examples/skeleton/basicfwd.c [new file with mode: 0644]
examples/skeleton/basicfwd.h [new file with mode: 0644]