* Re: [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes [not found] <1485160698-5252-1-git-send-email-yulong.pei@intel.com> @ 2017-02-04 3:57 ` Pei, Yulong 2017-02-07 10:30 ` Thomas Monjalon 2017-02-09 8:42 ` Nélio Laranjeiro 2017-02-08 17:53 ` Mcnamara, John 2017-02-14 0:31 ` Mcnamara, John 2 siblings, 2 replies; 6+ messages in thread From: Pei, Yulong @ 2017-02-04 3:57 UTC (permalink / raw) To: dev; +Cc: Mcnamara, John, thomas.monjalon, Xu, Qian Q 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 <john.mcnamara@intel.com>; thomas.monjalon@6wind.com; Pei, Yulong <yulong.pei@intel.com> 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 <yulong.pei@intel.com> --- 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes 2017-02-04 3:57 ` [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes Pei, Yulong @ 2017-02-07 10:30 ` Thomas Monjalon 2017-02-09 8:42 ` Nélio Laranjeiro 1 sibling, 0 replies; 6+ messages in thread From: Thomas Monjalon @ 2017-02-07 10:30 UTC (permalink / raw) To: Pei, Yulong; +Cc: dev, Mcnamara, John, Xu, Qian Q 2017-02-04 03:57, Pei, Yulong: > Hi Thomas, > > Did you notice this patch ? do you have any comments ? Hi, For this patch, I prefer waiting the go (ack) from John. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes 2017-02-04 3:57 ` [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes Pei, Yulong 2017-02-07 10:30 ` Thomas Monjalon @ 2017-02-09 8:42 ` Nélio Laranjeiro 2017-02-13 18:06 ` Thomas Monjalon 1 sibling, 1 reply; 6+ messages in thread From: Nélio Laranjeiro @ 2017-02-09 8:42 UTC (permalink / raw) To: Pei, Yulong, Mcnamara, John; +Cc: dev, thomas.monjalon, Xu, Qian Q 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 <john.mcnamara@intel.com>; thomas.monjalon@6wind.com; Pei, Yulong <yulong.pei@intel.com> > 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 <yulong.pei@intel.com> > --- > 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes 2017-02-09 8:42 ` Nélio Laranjeiro @ 2017-02-13 18:06 ` Thomas Monjalon 0 siblings, 0 replies; 6+ messages in thread From: Thomas Monjalon @ 2017-02-13 18:06 UTC (permalink / raw) To: Nélio Laranjeiro, Pei, Yulong; +Cc: Mcnamara, John, dev, Xu, Qian Q 2017-02-09 09:42, Nélio Laranjeiro: > 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/ I agree it is confusing. It is different to test a Niantic on an Intel CPU with/without AVX512 or on an IBM POWER. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes [not found] <1485160698-5252-1-git-send-email-yulong.pei@intel.com> 2017-02-04 3:57 ` [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes Pei, Yulong @ 2017-02-08 17:53 ` Mcnamara, John 2017-02-14 0:31 ` Mcnamara, John 2 siblings, 0 replies; 6+ messages in thread From: Mcnamara, John @ 2017-02-08 17:53 UTC (permalink / raw) To: Pei, Yulong, dev; +Cc: thomas.monjalon > -----Original Message----- > From: Pei, Yulong > Sent: Monday, January 23, 2017 8:38 AM > To: dev@dpdk.org > Cc: Mcnamara, John <john.mcnamara@intel.com>; thomas.monjalon@6wind.com; > Pei, Yulong <yulong.pei@intel.com> > 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 <yulong.pei@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes [not found] <1485160698-5252-1-git-send-email-yulong.pei@intel.com> 2017-02-04 3:57 ` [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes Pei, Yulong 2017-02-08 17:53 ` Mcnamara, John @ 2017-02-14 0:31 ` Mcnamara, John 2 siblings, 0 replies; 6+ messages in thread From: Mcnamara, John @ 2017-02-14 0:31 UTC (permalink / raw) To: Pei, Yulong, dev, Xu, Qian Q; +Cc: thomas.monjalon > -----Original Message----- > From: Pei, Yulong > Sent: Monday, January 23, 2017 8:38 AM > To: dev@dpdk.org > Cc: Mcnamara, John <john.mcnamara@intel.com>; thomas.monjalon@6wind.com; > Pei, Yulong <yulong.pei@intel.com> > 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 <yulong.pei@intel.com> Could you reformat this patch into the format suggested by Nelio Laranjeiro, like this: Tested Platforms ---------------- #. Intel(R) platforms with Mellanox(R) NICs. * Platform details. * Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz * Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz * Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz * OS: * CentOS 7.0 * Fedora 23 * Fedora 24 * FreeBSD 10.3 * Red Hat Enterprise Linux 7.2 * SUSE Enterprise Linux 12 * Ubuntu 14.04 LTS * Ubuntu 15.10 * Ubuntu 16.04 LTS * Wind River Linux 8 * MLNX_OFED: 4.0-1.0.1.0 * NICs: * Mellanox(R) ConnectX(R)-3 Pro 40G MCX354A-FCC_Ax (2x40G) * Host interface: PCI Express 3.0 x8 * Device ID: 15b3:1007 * Firmware version: 2.40.5030 ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-02-14 0:31 UTC | newest] Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <1485160698-5252-1-git-send-email-yulong.pei@intel.com> 2017-02-04 3:57 ` [dpdk-dev] [PATCH] doc: add tested platforms and nics and OSes Pei, Yulong 2017-02-07 10:30 ` Thomas Monjalon 2017-02-09 8:42 ` Nélio Laranjeiro 2017-02-13 18:06 ` Thomas Monjalon 2017-02-08 17:53 ` Mcnamara, John 2017-02-14 0:31 ` Mcnamara, John
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).