From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id 5BA55D592 for ; Thu, 9 Feb 2017 09:42:56 +0100 (CET) Received: by mail-wr0-f176.google.com with SMTP id o16so78467903wra.1 for ; Thu, 09 Feb 2017 00:42:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=LQ+Fp1cST1WQib2nIyqruBWcUJ/OFRmjlSXVbZ7btTk=; b=VWhHMXu9rNhtzZD8SEejeS9BziiqA/ccjSgNrNavy20FMX7B3WClW9PfY5xrSZgpYi Ltf7p+o9/eetbc0ERzbkO24xrhHP8x+kJcjr8sB6+D5xfcT8tCY3i8n8DyY3DGAZCamX VYmrpYPrA4U5FxRCdmBvDznz9NIYN5HharHcfaRFC6QHkypY6e3Huxe1rCcY9p29Hngb k5v6ZdrTEi0iIeSrnRlYByJEQHJ0+nQZxO2M5NRm+6j/WhUGUtKpJT76siH1yfTwyJ+x EY9irjZ4KM39Huge5R37QRYplmPMUK/u9tstjZQ8e6XUxoqx/e9FMRNwkk9hfY9Wc4MP SCzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=LQ+Fp1cST1WQib2nIyqruBWcUJ/OFRmjlSXVbZ7btTk=; b=rVU//PE2XLmQa+Zj5WFFekQy4ZgUE9DAmE34A8gbJHeVFPZquqggkwpp/WHtDrDnFz dCfp1vCdB4miK9juIYowz9PbOePKODbeCSKQVWei/ZTzSzlZbc0imj7e7FRpMuYmLMhF pRih3MRoLYyoAUfyGCYPqayaS1pBTnE5BeUMBc8WIV+GM3h0wnzJhmt3zN0tgCSb1MIp 5okh5Jo6COXI9fUEOq1wIkCj26SR61rxApa51ESK7PGAqFev0KPrv2lbAG89vBErvEx3 UftN+tlKkvp0pt/o64WySUvA841DNAj8xTFI2hGWQWuDXWy/mapyhAcUSx820mdNtc+A Awjg== X-Gm-Message-State: AMke39kGj7xRMRTSSwD0096lLw5MbXnlx1FyR/TgRl+sUISc+5ECf3NsTBIkxVkSw9kPv4LF X-Received: by 10.223.162.205 with SMTP id t13mr1858649wra.155.1486629776000; Thu, 09 Feb 2017 00:42:56 -0800 (PST) Received: from autoinstall.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id c9sm7630031wmf.18.2017.02.09.00.42.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Feb 2017 00:42:55 -0800 (PST) Date: Thu, 9 Feb 2017 09:42:47 +0100 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: "Pei, Yulong" , "Mcnamara, John" Cc: "dev@dpdk.org" , "thomas.monjalon@6wind.com" , "Xu, Qian Q" Message-ID: <20170209084247.GI28684@autoinstall.dev.6wind.com> References: <1485160698-5252-1-git-send-email-yulong.pei@intel.com> <188971FCDA171749BED5DA74ABF3E6F03B68950B@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <188971FCDA171749BED5DA74ABF3E6F03B68950B@shsmsx102.ccr.corp.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes 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, 09 Feb 2017 08:42:56 -0000 On Sat, Feb 04, 2017 at 03:57:47AM +0000, Pei, Yulong wrote: > Hi Thomas, > > Did you notice this patch ? do you have any comments ? > > Thanks > Yulong Pei > > -----Original Message----- > From: Pei, Yulong > Sent: Monday, January 23, 2017 4:38 PM > To: dev@dpdk.org > Cc: Mcnamara, John ; thomas.monjalon@6wind.com; Pei, Yulong > Subject: [PATCH] doc: add tested platforms and nics and OSes > > Add tested platforms and nics and OSes to the release notes. > > Signed-off-by: Yulong Pei > --- > doc/guides/rel_notes/release_17_02.rst | 103 +++++++++++++++++++++++++++++++++ > 1 file changed, 103 insertions(+) > > diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst > index 0ecd720..f62dea1 100644 > --- a/doc/guides/rel_notes/release_17_02.rst > +++ b/doc/guides/rel_notes/release_17_02.rst > @@ -368,6 +368,57 @@ Tested Platforms > Also, make sure to start the actual text at the margin. > ========================================================= > > +#. SuperMicro 1U > + > + - BIOS: 1.0c > + - Processor: Intel(R) Atom(TM) CPU C2758 @ 2.40GHz > + > +#. SuperMicro 1U > + > + - BIOS: 1.0a > + - Processor: Intel(R) Xeon(R) CPU D-1540 @ 2.00GHz > + - Onboard NIC: Intel(R) X552/X557-AT (2x10G) > + > + - Firmware-version: 0x800001cf > + - Device ID (PF/VF): 8086:15ad /8086:15a8 > + > + - kernel driver version: 4.2.5 (ixgbe) > + > +#. SuperMicro 2U > + > + - BIOS: 1.0a > + - Processor: Intel(R) Xeon(R) CPU E5-4667 v3 @ 2.00GHz > + > +#. Intel(R) Server board S2600GZ > + > + - BIOS: SE5C600.86B.02.02.0002.122320131210 > + - Processor: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz > + > +#. Intel(R) Server board S2600CWT > + > + - BIOS: SE5C610.86B.01.01.0009.060120151350 > + - Processor: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz > + > +#. Intel(R) Server board S2600WTT > + > + - BIOS: SE5C610.86B.01.01.0005.101720141054 > + - Processor: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz > + > +#. Intel(R) Server board S2600WTT > + > + - BIOS: SE5C610.86B.11.01.0044.090120151156 > + - Processor: Intel(R) Xeon(R) CPU E5-2695 v4 @ 2.10GHz > + > +#. Intel Corporation S2600GZ > + > + - BIOS: SE5C600.86B.01.06.0002.110120121539 > + - Processor: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz > + > +#. Intel Corporation S2600CO > + > + - BIOS: SE5C600.86B.02.02.0002.122320131210 > + - Processor: Intel(R) Xeon(R) CPU E5-2658 v2 @ 2.40GHz > + > > Tested NICs > ----------- > @@ -385,6 +436,48 @@ Tested NICs > Also, make sure to start the actual text at the margin. > ========================================================= > > +#. Intel(R) 82599ES 10 Gigabit Ethernet Controller > + > + - Firmware version: 0x61bf0001 > + - Device id (pf/vf): 8086:10fb / 8086:10ed > + - Driver version: 4.0.1-k (ixgbe) > + > +#. Intel(R) Corporation Ethernet Connection X552/X557-AT 10GBASE-T > + > + - Firmware version: 0x800001cf > + - Device id (pf/vf): 8086:15ad / 8086:15a8 > + - Driver version: 4.2.5 (ixgbe) > + > +#. Intel(R) Ethernet Converged Network Adapter X710-DA4 (4x10G) > + > + - Firmware version: 5.05 > + - Device id (pf/vf): 8086:1572 / 8086:154c > + - Driver version: 1.5.23 (i40e) > + > +#. Intel(R) Ethernet Converged Network Adapter X710-DA2 (2x10G) > + > + - Firmware version: 5.05 > + - Device id (pf/vf): 8086:1572 / 8086:154c > + - Driver version: 1.5.23 (i40e) > + > +#. Intel(R) Ethernet Converged Network Adapter XL710-QDA1 (1x40G) > + > + - Firmware version: 5.05 > + - Device id (pf/vf): 8086:1584 / 8086:154c > + - Driver version: 1.5.23 (i40e) > + > +#. Intel(R) Ethernet Converged Network Adapter XL710-QDA2 (2X40G) > + > + - Firmware version: 5.05 > + - Device id (pf/vf): 8086:1583 / 8086:154c > + - Driver version: 1.5.23 (i40e) > + > +#. Intel(R) Corporation I350 Gigabit Network Connection > + > + - Firmware version: 1.48, 0x800006e7 > + - Device id (pf/vf): 8086:1521 / 8086:1520 > + - Driver version: 5.2.13-k (igb) > + > > Tested OSes > ----------- > @@ -405,3 +498,13 @@ Tested OSes > This section is a comment. do not overwrite or remove it. > Also, make sure to start the actual text at the margin. > ========================================================= > + > +* CentOS 7.2 > +* Fedora 25 > +* FreeBSD 11 > +* Red Hat Enterprise Linux Server release 7.3 > +* SUSE Enterprise Linux 12 > +* Wind River Linux 8 > +* Ubuntu 16.04 > +* Ubuntu 16.10 > + > -- > 2.1.0 Hi Yulong, John, I would like to propose a modification on those section to improve readability and avoid confusion users can meet while reading it. They always think that all the combination written here have been tested, main idea is to avoid such situation. You can find the proposition on series [1] and specially the patch [2]. Regards, [1] http://dpdk.org/ml/archives/dev/2017-February/057154.html [2] http://dpdk.org/dev/patchwork/patch/20290/ -- Nélio Laranjeiro 6WIND