From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id C31DE282 for ; Thu, 9 Feb 2017 15:47:48 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id 196so58398625wmm.1 for ; Thu, 09 Feb 2017 06:47:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=UCMTVPQ90hIhJ/T0474ARJ5tf4QRAVmynLPiVqRndNM=; b=MhLKGnQzoGvLQX0pg304Oe71jchpKeRJZwm5sVUqovTMqXjRdhx+o2/zlo6/ExRBQ1 yKWnxgl9rvkyNjntSwHSvHjC4imizG47eUIw1FBEdi8V2pw4bDeDxe/L5P5hkRmFTF+G +r0LGhjWLQF9H6uiE31FllCAGbdvyktEcvGkMcLQpEmm5lkc/qrGMXcg7Yuh5CwSiHg5 y73fRuqhdRQbThNHYCXZCK0d/nRQGQeMC+PHrpc8B0t7qAPWtVzeLC/i0fiq2spqjZgr +QlPXxYZXCq2jIqt0D7J/R6S1AkUMBwuqZIDFoSAMavR1DqSKXHn91R4eEdayaCMpzVd E2+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=UCMTVPQ90hIhJ/T0474ARJ5tf4QRAVmynLPiVqRndNM=; b=Ynl+E8AoGBZgGxBqnT3deuu9ugOlYp0viUlQjsORuZ5wOxUutcFO9KP/mRbr134Kyo CtBucwAJAq2FnepcJhVGMHFO/uXlZZlKS2FWNUHZT3HZnUMZI4PIB/NcmEnfjtT52bYJ vSYDSfmNApoZoG22JjrSbYThuKItsyy+VVWZl9K+YDqZmdY8xlKwuPBToPG7C/wyKpKC cR2ItbudM7vtNNI+ctmjA1q9GS2QSKTq1vWonzWCWQ9f1mTtJsN2ipr+5lJhMVhg0eEa VSv0uuACWwUJ+n7Z5+JOAAhKRFD6JBJEDoCFqn/R5X3xhsXgUKzv0ILg09ijJ5jH8GgJ yF/w== X-Gm-Message-State: AMke39kDIhjP72mVC5WuABFIK9GGDDW3r74mkE76veAvoSPgshgDzVwf9wKCASyPAG6K1aMr X-Received: by 10.28.52.19 with SMTP id b19mr3461193wma.134.1486651668570; Thu, 09 Feb 2017 06:47:48 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id m29sm18813907wrm.38.2017.02.09.06.47.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Feb 2017 06:47:47 -0800 (PST) From: Thomas Monjalon To: "Mcnamara, John" , Baruch Siach Cc: dev@dpdk.org Date: Thu, 09 Feb 2017 15:47:47 +0100 Message-ID: <3434604.Sz2xL0TS9O@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <33b0b0e68842ec18280b049c28f785b26871affc.1481022133.git.baruch@tkos.co.il> <20161206114604.njbhde25fvro7vn7@tarshish> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Thu, 09 Feb 2017 14:47:48 -0000 2016-12-06 11:54, Mcnamara, John: > From: Baruch Siach [mailto:baruch@tkos.co.il] > > > > --- 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. > > > > The text above says just that: > > > > The docs keep making a liar of me. :-/ > > > The app directory contains sample applications that are used to test > > DPDK... > > > > Should I change the wording there? > > Yes, change that line as well. Thanks. Anyone for a v2, please?