From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 643A65A71 for ; Wed, 25 Feb 2015 20:46:53 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 25 Feb 2015 11:46:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,646,1418112000"; d="scan'208";a="657183097" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 25 Feb 2015 11:46:40 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t1PJkcae005016; Wed, 25 Feb 2015 19:46:38 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t1PJkbw0009081; Wed, 25 Feb 2015 19:46:37 GMT Received: (from jmcnam2x@localhost) by sivswdev02.ir.intel.com with id t1PJkb1E009077; Wed, 25 Feb 2015 19:46:37 GMT From: John McNamara To: dev@dpdk.org Date: Wed, 25 Feb 2015 19:45:59 +0000 Message-Id: <1424893562-8740-1-git-send-email-john.mcnamara@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/3] additional sample app guides 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: Wed, 25 Feb 2015 19:46:54 -0000 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