From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by dpdk.org (Postfix) with ESMTP id 917A2292D
 for <dev@dpdk.org>; Mon, 26 Sep 2016 17:13:54 +0200 (CEST)
Received: from orsmga004.jf.intel.com ([10.7.209.38])
 by orsmga104.jf.intel.com with ESMTP; 26 Sep 2016 08:13:53 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.30,400,1470726000"; d="scan'208";a="13827798"
Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28])
 by orsmga004.jf.intel.com with ESMTP; 26 Sep 2016 08:13:52 -0700
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by
 irsmsx105.ger.corp.intel.com ([169.254.7.196]) with mapi id 14.03.0248.002;
 Mon, 26 Sep 2016 16:13:51 +0100
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: Christian Ehrhardt <christian.ehrhardt@canonical.com>,
 "thomas.monjalon@6wind.com" <thomas.monjalon@6wind.com>, "dev@dpdk.org"
 <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH v2 1/4] doc: move tool guides in their own
 subdirectory
Thread-Index: AQHSA1xnyDSQgsWkq0allodLmLa6n6CMCiag
Date: Mon, 26 Sep 2016 15:13:51 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE202622F0E@IRSMSX103.ger.corp.intel.com>
References: <CAATJJ0KZFhcho1ne3outTrh1VFELvmbuO1=hvRySeOXudTxRtg@mail.gmail.com>
 <1472629812-4397-1-git-send-email-christian.ehrhardt@canonical.com>
 <1472629812-4397-2-git-send-email-christian.ehrhardt@canonical.com>
In-Reply-To: <1472629812-4397-2-git-send-email-christian.ehrhardt@canonical.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ctpclassification: CTP_IC
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWZmZDk3ZjYtN2NmMC00YjE5LTgxMGQtZWUzMTgzMjgyM2E2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlBZWk5FNkVRbjNKaXNTMDZtVkxKbld4Rk9jdVc0UTZUS2xRSnlLd1FwNTQ9In0=
x-originating-ip: [163.33.239.182]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2 1/4] doc: move tool guides in their
	own	subdirectory
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Mon, 26 Sep 2016 15:13:55 -0000



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Christian Ehrhardt
> Sent: Wednesday, August 31, 2016 8:50 AM
> To: christian.ehrhardt@canonical.com; thomas.monjalon@6wind.com;
> dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2 1/4] doc: move tool guides in their own
> subdirectory
>=20
> This is to clarify the scope of these documents that are more tools than
> sample applications.
> Also this is a preparation step to add more tools and generate man pages
> off of their rst files.
>=20
> Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>

P.S. Could you mark the V1 version as "superseded" in PatchWork.


Acked-by: John McNamara <john.mcnamara@intel.com>