From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45])
 by dpdk.org (Postfix) with ESMTP id CDDC12C71
 for <dev@dpdk.org>; Wed,  4 Jan 2017 21:22:35 +0100 (CET)
Received: by mail-wm0-f45.google.com with SMTP id a197so416798019wmd.0
 for <dev@dpdk.org>; Wed, 04 Jan 2017 12:22:35 -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=itz4LPQ2tB0+S1PF5cJq+ZHz6M7GCKlj1Dqox19e/9M=;
 b=xMus3qYVmaJ/3FJuyAYcFfdwWZEjKa+54TI0dvSoHc+Rutm+cC5EpQdhZIl5c3Zi5f
 fQnL8UwJ8/LwEn0xntX1JYcl32pjc8leFbOHp83TyOCsLfu24FE/OjWRm0RnBQq6pilY
 lvAACVyXvHdX+Mf6JNgLW03U27J038r+qrv/S2XjmBsCGctVZEtxW29AywFke8lU5Rz7
 5O1HF6w4SgC4m/h4CE+BcZs7D9bm/vqinCrddVgQmrlZOdstVC9N4fUWKPFAqWeck2+o
 jXrM8eIAKPhCqCdB3S2hkra5L5eKUWAjUUVwB/xKm/uz87r1GqNoe62vEu00FH92pNQ/
 ocPQ==
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=itz4LPQ2tB0+S1PF5cJq+ZHz6M7GCKlj1Dqox19e/9M=;
 b=owtGbTeWPT63uNTb6weyaVciw/tL2EVT6dFbIK1NPNr270qtdG9B+eouxLfnPsNb5b
 bg14gkYj2b1ve3V2/ByZtTxawc7CXYjXBQA/z+C6sYv1SN7mx20t2ZiIubzsVNzBsmsZ
 0IwH/sn7c7CqPr+eHrZsXnduagfk2SvBK+wYMGW6jebnyFPctt4AKjyPXmVuMH4axyaz
 3XrJYSCRRAc/KlTvhjzOqQyJBDU/2FYALHjnM5QOILNF8bY26/z+jjttncpevu2+l53r
 Xplb2AkADI/+i2SF/a1R6B4HEWmdXMSTZDSdk5v5jL7j//6SIB9JuJw1csI1KmE5YIdM
 493g==
X-Gm-Message-State: AIkVDXJMarCQf5uyMw9SuUAkTUB9qNXW8hzgzsEv5cghFcSJFLraWruJXRYUKTCRz26d/WeA
X-Received: by 10.28.136.198 with SMTP id k189mr55770263wmd.24.1483561355426; 
 Wed, 04 Jan 2017 12:22:35 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id k11sm96334026wmf.24.2017.01.04.12.22.34
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 04 Jan 2017 12:22:34 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Cc: Ferruh Yigit <ferruh.yigit@intel.com>
Date: Wed, 04 Jan 2017 21:22:33 +0100
Message-ID: <1715141.kIpz1cEFsM@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <e7162286-743f-41d1-f67d-245cbf0415bd@intel.com>
References: <1481839149-26684-1-git-send-email-thomas.monjalon@6wind.com>
 <e7162286-743f-41d1-f67d-245cbf0415bd@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Jan 2017 20:22:36 -0000

2016-12-20 15:24, Ferruh Yigit:
> 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 <ferruh.yigit@intel.com>

Applied