From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C98E6568F for ; Tue, 26 Jul 2016 16:05:36 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 26 Jul 2016 07:05:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,425,1464678000"; d="scan'208";a="1002777958" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 26 Jul 2016 07:05:29 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by IRSMSX151.ger.corp.intel.com ([169.254.4.15]) with mapi id 14.03.0248.002; Tue, 26 Jul 2016 15:05:29 +0100 From: "Mcnamara, John" To: "Pei, Yulong" , "dev@dpdk.org" , "thomas.monjalon@6wind.com" Thread-Topic: [PATCH v3] doc: add section on tested platforms and nics and OSes Thread-Index: AQHR5u54tfthHdNP6UWpa4DROPdWH6Aqv0Qw Date: Tue, 26 Jul 2016 14:05:28 +0000 Message-ID: References: <1469503969-29194-1-git-send-email-yulong.pei@intel.com> In-Reply-To: <1469503969-29194-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzVkOWRlN2EtYjdkZS00YmYyLTliOWItNmViM2NmMjhlOTIxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkphdkM2U1dGTklWOUtIMGVZektyZ1ROYzdvWjVyNDU2U3libitNeGN3VDA9In0= 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 v3] 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: Tue, 26 Jul 2016 14:05:37 -0000 > -----Original Message----- > From: Pei, Yulong > Sent: Tuesday, July 26, 2016 4:33 AM > To: dev@dpdk.org; thomas.monjalon@6wind.com > Cc: Mcnamara, John ; Pei, Yulong > > Subject: [PATCH v3] 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 > Signed-off-by: Yulong Pei > --- > doc/guides/rel_notes/release_16_07.rst | 119 > ++++++++++++++++++++++++++++++--- > 1 file changed, 111 insertions(+), 8 deletions(-) >=20 > diff --git a/doc/guides/rel_notes/release_16_07.rst > b/doc/guides/rel_notes/release_16_07.rst > index d00a6ed..52faa8f 100644 > --- a/doc/guides/rel_notes/release_16_07.rst > +++ b/doc/guides/rel_notes/release_16_07.rst > @@ -393,12 +393,51 @@ Tested Platforms > .. This section should contain a list of platforms that were tested with > this > release. >=20 > - The format is: > +#. SuperMicro 1U Hi, This patch is still removing some RST comments. It is best to leave them in place. John