From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 087B73DC for ; Tue, 6 Dec 2016 12:41:47 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 06 Dec 2016 03:41:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,310,1477983600"; d="scan'208";a="909206683" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga003.jf.intel.com with ESMTP; 06 Dec 2016 03:41:45 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by IRSMSX108.ger.corp.intel.com ([169.254.11.159]) with mapi id 14.03.0248.002; Tue, 6 Dec 2016 11:41:45 +0000 From: "Mcnamara, John" To: Baruch Siach , "dev@dpdk.org" Thread-Topic: [PATCH 2/2] doc: note that the app list is incomplete Thread-Index: AQHST7BGJ39J1gTDiUybv4y6GuGd/qD6yrNg Date: Tue, 6 Dec 2016 11:41:44 +0000 Message-ID: References: <33b0b0e68842ec18280b049c28f785b26871affc.1481022133.git.baruch@tkos.co.il> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTZlNDQxYjgtODYwMS00YzFhLTlmZjMtMWFiYzcxYzRjYzE3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjdVY2JINEdvOVZ1akVqbDU5eERKMUN1OCtqaDhrd1wvMGZSNUhLektcL0VCQT0ifQ== x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] doc: note that the app list is incomplete X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 11:41:48 -0000 > -----Original Message----- > From: Baruch Siach [mailto:baruch@tkos.co.il] > Sent: Tuesday, December 6, 2016 11:02 AM > To: dev@dpdk.org > Cc: Mcnamara, John ; Baruch Siach > > Subject: [PATCH 2/2] doc: note that the app list is incomplete >=20 > Extend the note at the end of Source Organization chapter to also mention > the app directory. >=20 > Signed-off-by: Baruch Siach > --- > doc/guides/prog_guide/source_org.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/guides/prog_guide/source_org.rst > b/doc/guides/prog_guide/source_org.rst > index 4a4a0a325dd7..8fd98d507008 100644 > --- a/doc/guides/prog_guide/source_org.rst > +++ b/doc/guides/prog_guide/source_org.rst > @@ -162,5 +162,5 @@ The examples directory contains sample applications > that show how libraries can >=20 > .. note:: >=20 > - The actual examples directory may contain additional sample > applications to those shown above. > + The actual app and examples directories may contain additional sampl= e > applications to those shown above. > Check the latest DPDK source files for details. Strictly speaking the applications in the "app" directory aren't "sample" a= pps and also they don't change very often. So I would leave this note as it is = or change it to: The actual app and examples directories may contain additional applications= to those shown above.