From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] doc: update examples list for API Date: Fri, 27 Jan 2017 17:03:47 +0000 Message-ID: References: <20170127115541.5472-1-ferruh.yigit@intel.com> <2081164.5ClB4gsZ3F@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, John McNamara To: Thomas Monjalon Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id DE68D1023 for ; Fri, 27 Jan 2017 18:03:50 +0100 (CET) In-Reply-To: <2081164.5ClB4gsZ3F@xps13> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/27/2017 3:56 PM, Thomas Monjalon wrote: > 2017-01-27 11:55, Ferruh Yigit: >> These files are linked to API documentation as usage samples, added >> missing examples files and sorted list alphabetically. >> >> Signed-off-by: Ferruh Yigit > > Why not replacing this list with a "find examples -type f" in mk/rte.sdkdoc.mk? Yes it is good idea, I will try.