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 4E9AB2B9D for ; Tue, 19 Jul 2016 15:41:47 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 19 Jul 2016 06:41:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,389,1464678000"; d="scan'208";a="736630298" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by FMSMGA003.fm.intel.com with ESMTP; 19 Jul 2016 06:41:11 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 19 Jul 2016 14:41:10 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by irsmsx155.ger.corp.intel.com ([169.254.14.34]) with mapi id 14.03.0248.002; Tue, 19 Jul 2016 14:41:10 +0100 From: "Mcnamara, John" To: "Pei, Yulong" , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" Thread-Topic: [PATCH] doc: add section on tested platforms and nics and OS Thread-Index: AQHR4YN8CvH4mF6RSkig3Df6iz0+g6AfwkZA Date: Tue, 19 Jul 2016 13:41:10 +0000 Message-ID: References: <1468908261-24888-1-git-send-email-yulong.pei@intel.com> In-Reply-To: <1468908261-24888-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_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzIzZGNmNWMtOTA4Ny00M2IyLWFiMDktNGI1NzkzZGM0NmQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJxY05DYk4zaVc4czFueW1Id29RMVptdUhWOGN4d3hGVzFpSE5xdVRod000PSJ9 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] doc: add section on tested platforms and nics and OS 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, 19 Jul 2016 13:41:47 -0000 > -----Original Message----- > From: Pei, Yulong > Sent: Tuesday, July 19, 2016 7:04 AM > To: dev@dpdk.org; Mcnamara, John > Cc: thomas.monjalon@6wind.com; Pei, Yulong > Subject: [PATCH] doc: add section on tested platforms and nics and OS >=20 > Add new section on tested platforms and nics and OS to the release notes. Hi, Thanks for that. One comment below. > +Tested OS > +--------- >=20 > - - NIC details. > - - NIC details. > + - Red Hat Enterprise Linux 7.2 > + - CentOS 7.0 > + - Ubuntu 16.04 LTS > + - Fedora 24 > + - SUSE Enterprise Linux 12 > + - Wind River Linux 8 > + - FreeBSD 10.3 > + - Ubuntu 15.10 > + - Fedora 23 This should be "Tested OSes". Also in the commit message. Also it would be better to sort these in alphabetical order. There are=20 2 Ubuntu and 2 Fedora versions here but it isn't clear since they aren't=20 together. John