From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 27 Jan 2017 09:03:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,296,1477983600"; d="scan'208";a="814105698" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by FMSMGA003.fm.intel.com with ESMTP; 27 Jan 2017 09:03:47 -0800 To: Thomas Monjalon References: <20170127115541.5472-1-ferruh.yigit@intel.com> <2081164.5ClB4gsZ3F@xps13> Cc: dev@dpdk.org, John McNamara From: Ferruh Yigit Message-ID: Date: Fri, 27 Jan 2017 17:03:47 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <2081164.5ClB4gsZ3F@xps13> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] doc: update examples list for API 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: Fri, 27 Jan 2017 17:03:51 -0000 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.