From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id 605B1FB2D
 for <dev@dpdk.org>; Tue, 20 Dec 2016 11:35:13 +0100 (CET)
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by orsmga103.jf.intel.com with ESMTP; 20 Dec 2016 02:35:12 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.33,378,1477983600"; d="scan'208";a="44562859"
Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96])
 by orsmga005.jf.intel.com with ESMTP; 20 Dec 2016 02:35:11 -0800
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.124]) by
 IRSMSX154.ger.corp.intel.com ([169.254.12.128]) with mapi id 14.03.0248.002;
 Tue, 20 Dec 2016 10:35:10 +0000
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>, Baruch Siach
 <baruch@tkos.co.il>
CC: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH v2] doc: fix required tools list layout
Thread-Index: AQHSWi5FYHHY8oXqjEqSyBOcW8V++aEQljWggAAMjoCAAAILEA==
Date: Tue, 20 Dec 2016 10:35:10 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE202689D99@IRSMSX103.ger.corp.intel.com>
References: <48da34687fbcd3c2dc2b16e5630c0f1c1b4a904f.1482175720.git.baruch@tkos.co.il>
 <B27915DBBA3421428155699D51E4CFE202689C6D@IRSMSX103.ger.corp.intel.com>
 <1982293.fdVZR7yPaX@xps13>
In-Reply-To: <1982293.fdVZR7yPaX@xps13>
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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzc0ZmRjZDUtOTljNy00YWZkLTllMzMtOWZkZTIwMWZiYTcyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InNBdXZtU1laYXhRdEpqc3RMcTlUa3MxMTg5Mnc0K2VnbEdIRGM3anFZZUU9In0=
x-originating-ip: [163.33.239.181]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2] doc: fix required tools list layout
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: Tue, 20 Dec 2016 10:35:13 -0000

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Tuesday, December 20, 2016 10:27 AM
> To: Baruch Siach <baruch@tkos.co.il>
> Cc: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v2] doc: fix required tools list layout
>=20
> > > The Python requirement should appear in the bullet list.
> > >
> > > Also, indent the x32 note, since it is related to the previous bullet=
.
> > >
> > > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> >
> > Acked-by: John McNamara <john.mcnamara@intel.com>
>=20
> Applied, thanks

Thanks.=20

I'll rebase my other patch that touches this file:

    http://dpdk.org/dev/patchwork/patch/18152/

John