From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B0F5A5594 for ; Wed, 27 Jul 2016 10:11:44 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 27 Jul 2016 01:11:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,428,1464678000"; d="scan'208";a="1029951114" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga002.fm.intel.com with ESMTP; 27 Jul 2016 01:11:43 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 27 Jul 2016 09:11:41 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by irsmsx112.ger.corp.intel.com ([169.254.1.33]) with mapi id 14.03.0248.002; Wed, 27 Jul 2016 09:11:41 +0100 From: "Mcnamara, John" To: "Pei, Yulong" , "dev@dpdk.org" , "thomas.monjalon@6wind.com" Thread-Topic: [PATCH v4] doc: add section on tested platforms and nics and OSes Thread-Index: AQHR57UB9/zFUiWOGkWzfJ8j/vFSIqAr7F8Q Date: Wed, 27 Jul 2016 08:11:40 +0000 Message-ID: References: <1469589249-3479-1-git-send-email-yulong.pei@intel.com> In-Reply-To: <1469589249-3479-1-git-send-email-yulong.pei@intel.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmY1MmM3ODktZGVkNy00M2UzLWIwODAtZTNhYWZiYWFhZGQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IklCUVJGMnNWQ1VBbXQ4MVZXSCtPVERRWVwvTnJMTmMyQjBBMkk2ajhPelM4PSJ9 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 v4] doc: add section on tested platforms and nics and OSes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 08:11:45 -0000 > -----Original Message----- > From: Pei, Yulong > Sent: Wednesday, July 27, 2016 4:14 AM > To: dev@dpdk.org; thomas.monjalon@6wind.com > Cc: Mcnamara, John ; Pei, Yulong > > Subject: [PATCH v4] doc: add section on tested platforms and nics and OSe= s >=20 > Add new section on tested platforms and nics and OSes to the release > notes. >=20 > ... > > +Tested OSes > +----------- > + > +.. This section should contain a list of OSes that were tested with this > release. > + > + - CentOS 7.0 > + - Fedora 23 > + - Fedora 24 > + - FreeBSD 10.3 > + - Red Hat Enterprise Linux 7.2 > + - SUSE Enterprise Linux 12 > + - Ubuntu 15.10 > + - Ubuntu 16.04 LTS > + - Wind River Linux 8 > + Unfortunately, the list of OSes is at the same indentation level as the com= ment so it is parsed as a comment and isn't visible in the final doc. You c= an check the doc output as follows: make doc-guides-html -j=20 firefox build/doc/html/guides/rel_notes/release_16_07.html & Just remove the leading whitespace at the start of the list. Sorry for the rework. John