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 833C8275D for ; Tue, 23 Aug 2016 14:49:11 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 23 Aug 2016 05:49:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,566,1464678000"; d="scan'208";a="752439660" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by FMSMGA003.fm.intel.com with ESMTP; 23 Aug 2016 05:49:09 -0700 Date: Tue, 23 Aug 2016 20:58:56 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: John McNamara , dev@dpdk.org Message-ID: <20160823125856.GM30752@yliu-dev.sh.intel.com> References: <1471956314-16792-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471956314-16792-1-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] doc: remove useless file listings X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2016 12:49:11 -0000 On Tue, Aug 23, 2016 at 02:45:14PM +0200, Thomas Monjalon wrote: > Lists of DPDK files are hard to maintain up to date and does not bring > much information. > > Signed-off-by: Thomas Monjalon Reviewed-by: Yuanhan Liu --yliu