From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 360032B8E for ; Tue, 6 Dec 2016 12:54:04 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 06 Dec 2016 03:54:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,310,1477983600"; d="scan'208";a="37510788" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga004.jf.intel.com with ESMTP; 06 Dec 2016 03:54:03 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by irsmsx105.ger.corp.intel.com ([169.254.7.43]) with mapi id 14.03.0248.002; Tue, 6 Dec 2016 11:54:02 +0000 From: "Mcnamara, John" To: Baruch Siach CC: "dev@dpdk.org" Thread-Topic: [PATCH 2/2] doc: note that the app list is incomplete Thread-Index: AQHST7BGJ39J1gTDiUybv4y6GuGd/qD6yrNggAACkgCAAACN0A== Date: Tue, 6 Dec 2016 11:54:01 +0000 Message-ID: References: <33b0b0e68842ec18280b049c28f785b26871affc.1481022133.git.baruch@tkos.co.il> <20161206114604.njbhde25fvro7vn7@tarshish> In-Reply-To: <20161206114604.njbhde25fvro7vn7@tarshish> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTQ0OTZkN2QtOWFkZi00YzUyLTkyYmItZTdmM2M5M2I0NjBjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImlPNW5yOENRclpDQ2xTbXlheUZDQjdWRTBXZkFNZHVsM08xZldBZ2tyU2M9In0= 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:54:05 -0000 > -----Original Message----- > From: Baruch Siach [mailto:baruch@tkos.co.il] > Sent: Tuesday, December 6, 2016 11:46 AM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [PATCH 2/2] doc: note that the app list is incomplete >=20 > Hi John, >=20 > On Tue, Dec 06, 2016 at 11:41:44AM +0000, Mcnamara, John wrote: > > > Extend the note at the end of Source Organization chapter to also > > > mention the app directory. > > > > > > Signed-off-by: Baruch Siach > > > --- > > > doc/guides/prog_guide/source_org.rst | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > 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 > > > > > > .. note:: > > > > > > - The actual examples directory may contain additional sample > > > applications to those shown above. > > > + The actual app and examples directories may contain additional > > > + sample > > > applications to those shown above. > > > Check the latest DPDK source files for details. > > > > Strictly speaking the applications in the "app" directory aren't > > "sample" apps and also they don't change very often. >=20 > The text above says just that: >=20 The docs keep making a liar of me. :-/ > The app directory contains sample applications that are used to test > DPDK... >=20 > Should I change the wording there? Yes, change that line as well. Thanks.