From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 98BB0282 for ; Thu, 15 Dec 2016 16:09:36 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 15 Dec 2016 07:09:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,352,1477983600"; d="scan'208";a="1082236227" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 15 Dec 2016 07:09:34 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.124]) by IRSMSX109.ger.corp.intel.com ([169.254.13.8]) with mapi id 14.03.0248.002; Thu, 15 Dec 2016 15:09:33 +0000 From: "Mcnamara, John" To: Baruch Siach , "dev@dpdk.org" CC: David Marchand Thread-Topic: [PATCH] doc: fix required tools list layout Thread-Index: AQHSVShDKyivGUjOzUWxbO+D6DvmraEJHhfA Date: Thu, 15 Dec 2016 15:09:32 +0000 Message-ID: References: <819ec07b51126e7877503b95fa30d7fd8da3a42a.1481623418.git.baruch@tkos.co.il> In-Reply-To: <819ec07b51126e7877503b95fa30d7fd8da3a42a.1481623418.git.baruch@tkos.co.il> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDJhNDQzNDQtOGFkZC00MTQ5LWI1NWQtYjFmYWM2YmQyNzEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkZCRlZvaGVqUUtJZFYyOXhZZDlXT2FHYWJuSXpjS09DT2FjdkFPM2RoK0U9In0= 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] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2016 15:09:37 -0000 > -----Original Message----- > From: Baruch Siach [mailto:baruch@tkos.co.il] > Sent: Tuesday, December 13, 2016 10:04 AM > To: dev@dpdk.org > Cc: Mcnamara, John ; David Marchand > ; Baruch Siach > Subject: [PATCH] doc: fix required tools list layout >=20 > The Python requirement should appear in the bullet list. >=20 > Signed-off-by: Baruch Siach > --- > doc/guides/linux_gsg/sys_reqs.rst | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) >=20 > diff --git a/doc/guides/linux_gsg/sys_reqs.rst > b/doc/guides/linux_gsg/sys_reqs.rst > index 3d743421595a..621cc9ddaef6 100644 > --- a/doc/guides/linux_gsg/sys_reqs.rst > +++ b/doc/guides/linux_gsg/sys_reqs.rst > @@ -84,9 +84,7 @@ Compilation of the DPDK > x86_x32 ABI is currently supported with distribution packages only o= n > Ubuntu > higher than 13.10 or recent Debian distribution. The only supported > compiler is gcc 4.9+. >=20 > -.. note:: > - > - Python, version 2.6 or 2.7, to use various helper scripts included i= n > the DPDK package. > +* Python, version 2.6 or 2.7, to use various helper scripts included i= n > the DPDK package. >=20 Hi Baruch, In addition to this change the note on the previous item should be indented= to the level of the bullet item. It is probably worth making that change a= t the same time. Also, the Python version should probably say 2.7+ and 3.2+ if this patch is= accepted:=20 http://dpdk.org/dev/patchwork/patch/17775/ However, since that change hasn't been acked/merged yet you can leave that = part of your patch as it is and I'll fix the version numbers in the other p= atch. John