dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3] doc: add tested Intel platforms with Intel NICs
@ 2018-11-19 15:46 Lijuan Tu
  2018-11-20 15:28 ` Kovacevic, Marko
  0 siblings, 1 reply; 3+ messages in thread
From: Lijuan Tu @ 2018-11-19 15:46 UTC (permalink / raw)
  To: dev; +Cc: Lijuan Tu

Add tested Intel platforms with Intel NICs to the release note.

Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
---
 doc/guides/rel_notes/release_18_11.rst | 70 ++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst
index 32ff0e5..6499953 100644
--- a/doc/guides/rel_notes/release_18_11.rst
+++ b/doc/guides/rel_notes/release_18_11.rst
@@ -586,3 +586,73 @@ Tested Platforms
    This section is a comment. Do not overwrite or remove it.
    Also, make sure to start the actual text at the margin.
    =========================================================
+
+* Intel(R) platforms with Intel(R) NICs combinations
+
+   * CPU
+
+     * Intel(R) Atom(TM) CPU C3758 @ 2.20GHz
+     * Intel(R) Xeon(R) CPU D-1541 @ 2.10GHz
+     * Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
+     * Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
+     * Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
+     * Intel(R) Xeon(R) Platinum 8180 CPU @ 2.50GHz
+
+   * OS:
+
+     * CentOS 7.5
+     * Fedora 25
+     * Fedora 28
+     * FreeBSD 11.2
+     * Red Hat Enterprise Linux Server release 7.5
+     * Open SUSE 15
+     * Wind River Linux 8
+     * Ubuntu 14.04
+     * Ubuntu 16.04
+     * Ubuntu 16.10
+     * Ubuntu 17.10
+     * Ubuntu 18.04
+
+   * NICs:
+
+     * Intel(R) 82599ES 10 Gigabit Ethernet Controller
+
+       * Firmware version: 0x61bf0001
+       * Device id (pf/vf): 8086:10fb / 8086:10ed
+       * Driver version: 5.2.3 (ixgbe)
+
+     * Intel(R) Corporation Ethernet Connection X552/X557-AT 10GBASE-T
+
+       * Firmware version: 0x800003e7
+       * Device id (pf/vf): 8086:15ad / 8086:15a8
+       * Driver version: 4.4.6 (ixgbe)
+
+     * Intel(R) Ethernet Converged Network Adapter X710-DA4 (4x10G)
+
+       * Firmware version: 6.01 0x80003221
+       * Device id (pf/vf): 8086:1572 / 8086:154c
+       * Driver version: 2.4.6 (i40e)
+
+     * Intel Corporation Ethernet Connection X722 for 10GbE SFP+ (4x10G)
+
+       * Firmware version: 3.33 0x80000fd5 0.0.0
+       * Device id (pf/vf): 8086:37d0 / 8086:37cd
+       * Driver version: 2.4.6 (i40e)
+
+     * Intel(R) Ethernet Converged Network Adapter XXV710-DA2 (2x25G)
+
+       * Firmware version: 6.01 0x80003221
+       * Device id (pf/vf): 8086:158b / 8086:154c
+       * Driver version: 2.4.6 (i40e)
+
+     * Intel(R) Ethernet Converged Network Adapter XL710-QDA2 (2X40G)
+
+       * Firmware version: 6.01 0x8000321c
+       * Device id (pf/vf): 8086:1583 / 8086:154c
+       * Driver version: 2.4.6 (i40e)
+
+     * Intel(R) Corporation I350 Gigabit Network Connection
+
+       * Firmware version: 1.63, 0x80000dda
+       * Device id (pf/vf): 8086:1521 / 8086:1520
+       * Driver version: 5.4.0-k (igb)
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH V3] doc: add tested Intel platforms with Intel NICs
  2018-11-19 15:46 [PATCH V3] doc: add tested Intel platforms with Intel NICs Lijuan Tu
@ 2018-11-20 15:28 ` Kovacevic, Marko
  2018-11-23  2:16   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Kovacevic, Marko @ 2018-11-20 15:28 UTC (permalink / raw)
  To: Tu, Lijuan, dev@dpdk.org; +Cc: Tu, Lijuan, Mcnamara, John

> 
> Add tested Intel platforms with Intel NICs to the release note.
> 
> Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
> ---
>  doc/guides/rel_notes/release_18_11.rst | 70
> ++++++++++++++++++++++++++++++++++
>  1 file changed, 70 insertions(+)
> 

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH V3] doc: add tested Intel platforms with Intel NICs
  2018-11-20 15:28 ` Kovacevic, Marko
@ 2018-11-23  2:16   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-11-23  2:16 UTC (permalink / raw)
  To: Tu, Lijuan; +Cc: dev, Kovacevic, Marko, Mcnamara, John

20/11/2018 16:28, Kovacevic, Marko:
> > 
> > Add tested Intel platforms with Intel NICs to the release note.
> > 
> > Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
> > ---
> >  doc/guides/rel_notes/release_18_11.rst | 70
> > ++++++++++++++++++++++++++++++++++
> >  1 file changed, 70 insertions(+)
> > 
> 
> Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-23  2:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-19 15:46 [PATCH V3] doc: add tested Intel platforms with Intel NICs Lijuan Tu
2018-11-20 15:28 ` Kovacevic, Marko
2018-11-23  2:16   ` Thomas Monjalon

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).