From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D22C9FBA5 for ; Tue, 20 Dec 2016 16:24:02 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 20 Dec 2016 07:24:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,379,1477983600"; d="scan'208";a="1074458108" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga001.jf.intel.com with ESMTP; 20 Dec 2016 07:24:00 -0800 To: Thomas Monjalon , dev@dpdk.org References: <1481839149-26684-1-git-send-email-thomas.monjalon@6wind.com> From: Ferruh Yigit Message-ID: Date: Tue, 20 Dec 2016 15:24:00 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1481839149-26684-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/3] buildtools/devtools/usertools 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, 20 Dec 2016 15:24:03 -0000 On 12/15/2016 9:59 PM, Thomas Monjalon wrote: > The current tools/ and scripts/ directory names are not > self describing. > These patches create devtools/ and usertools/ directories. I think classifying scripts is a good idea. > > Thomas Monjalon (3): > scripts: move to buildtools > scripts: move to devtools > tools: move to usertools > <...> Series Tested-by: Ferruh Yigit