From mboxrd@z Thu Jan 1 00:00:00 1970 From: John McNamara Subject: [PATCH 0/3] additional sample app guides Date: Wed, 25 Feb 2015 19:45:59 +0000 Message-ID: <1424893562-8740-1-git-send-email-john.mcnamara@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: 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" This patchset includes two new sample app guides. The first is for the existing basic forwarding/skeleton application. The second is for the recently added rxtx_callbacks sample application. John McNamara (3): examples/skeleton: minor refactoring to help documentation doc: add docs for basic forwarding skeleton app doc: add docs for the rxtx_callbacks sample app MAINTAINERS | 4 + doc/guides/sample_app_ug/index.rst | 4 +- doc/guides/sample_app_ug/rxtx_callbacks.rst | 251 ++++++++++++++++++++ doc/guides/sample_app_ug/skeleton.rst | 338 +++++++++++++++++++++++++++ examples/skeleton/basicfwd.c | 77 +++++-- 5 files changed, 653 insertions(+), 21 deletions(-) create mode 100644 doc/guides/sample_app_ug/rxtx_callbacks.rst create mode 100644 doc/guides/sample_app_ug/skeleton.rst -- 1.7.4.1