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 27A4F3005 for ; Fri, 27 Feb 2015 10:46:05 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 27 Feb 2015 01:46:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,658,1418112000"; d="scan'208";a="672573516" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga001.fm.intel.com with ESMTP; 27 Feb 2015 01:46:03 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.218]) by irsmsx105.ger.corp.intel.com ([169.254.7.117]) with mapi id 14.03.0195.001; Fri, 27 Feb 2015 09:44:46 +0000 From: "De Lara Guarch, Pablo" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] additional sample app guides Thread-Index: AQHQUTPyDHrglLLqR0q3GMrR1FeWW50EQY2w Date: Fri, 27 Feb 2015 09:44:46 +0000 Message-ID: References: <1424893562-8740-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1424893562-8740-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Fri, 27 Feb 2015 09:46:06 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara > Sent: Wednesday, February 25, 2015 7:46 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] additional sample app guides >=20 > This patchset includes two new sample app guides. >=20 > The first is for the existing basic forwarding/skeleton application. >=20 > The second is for the recently added rxtx_callbacks sample application. >=20 >=20 >=20 > 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 >=20 > 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 >=20 > -- > 1.7.4.1 Acked-by: Pablo de Lara