DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH V2] doc: add tested Intel platforms with Intel NICs
@ 2019-11-27  7:03 Chen, Zhaoyan
  0 siblings, 0 replies; 9+ messages in thread
From: Chen, Zhaoyan @ 2019-11-27  7:03 UTC (permalink / raw)
  To: dev; +Cc: Wenjie Li

From: Wenjie Li <wenjiex.a.li@intel.com>

V2:
Fix some typos.

V1:
Add tested Intel platforms with Intel NICs to v19.11 release note.

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 doc/guides/rel_notes/release_19_11.rst | 89 ++++++++++++++++++++++++++
 1 file changed, 89 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index 48c80e5da..b15e4bc4a 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -603,3 +603,92 @@ Tested Platforms
    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) Atom(TM) CPU C3858 @ 2.00GHz
+     * Intel(R) Atom(TM) CPU C3958 @ 2.00GHz
+     * Intel(R) Xeon(R) CPU D-1541 @ 2.10GHz
+     * Intel(R) Xeon(R) CPU D-1553N @ 2.30GHz
+     * Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz
+     * 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) Gold 6139 CPU @ 2.30GHz
+     * Intel(R) Xeon(R) Gold 6252N CPU @ 2.30GHz
+     * Intel(R) Xeon(R) Platinum 8180 CPU @ 2.50GHz
+     * Intel(R) Xeon(R) Platinum 8280M CPU @ 2.70GHz
+
+   * OS:
+
+     * CentOS 7.6
+     * Fedora 30
+     * FreeBSD 12.0
+     * Red Hat Enterprise Linux Server release 8.0
+     * Red Hat Enterprise Linux Server release 7.6
+     * Suse12SP3
+     * Ubuntu 14.04
+     * Ubuntu 16.04
+     * Ubuntu 16.10
+     * Ubuntu 18.04
+     * Ubuntu 19.04
+
+   * NICs:
+
+     * Intel(R) 82599ES 10 Gigabit Ethernet Controller
+
+       * Firmware version: 0x61bf0001
+       * Device id (pf/vf): 8086:10fb / 8086:10ed
+       * Driver version: 5.6.1 (ixgbe)
+
+     * Intel(R) Corporation Ethernet Connection X552/X557-AT 10GBASE-T
+
+       * Firmware version: 0x800003e7
+       * Device id (pf/vf): 8086:15ad / 8086:15a8
+       * Driver version: 5.1.0 (ixgbe)
+
+     * Intel(R) Corporation Ethernet Controller 10G X550T
+
+       * Firmware version: 0x80000482
+       * Device id (pf): 8086:1563
+       * Driver version: 5.6.1 (ixgbe)
+
+     * Intel(R) Ethernet Converged Network Adapter X710-DA4 (4x10G)
+
+       * Firmware version: 7.00 0x80004cdb
+       * Device id (pf/vf): 8086:1572 / 8086:154c
+       * Driver version: 2.9.21 (i40e)
+
+     * Intel(R) Corporation Ethernet Connection X722 for 10GbE SFP+ (4x10G)
+
+       * Firmware version: 4.10 0x80001a3c
+       * Device id (pf/vf): 8086:37d0 / 8086:37cd
+       * Driver version: 2.9.21 (i40e)
+
+     * Intel(R) Ethernet Converged Network Adapter XXV710-DA2 (2x25G)
+
+       * Firmware version: 7.00 0x80004cf8
+       * Device id (pf/vf): 8086:158b / 8086:154c
+       * Driver version: 2.9.21 (i40e)
+
+     * Intel(R) Ethernet Converged Network Adapter XL710-QDA2 (2X40G)
+
+       * Firmware version: 7.00 0x80004c97
+       * Device id (pf/vf): 8086:1583 / 8086:154c
+       * Driver version: 2.9.21 (i40e)
+
+     * Intel(R) Corporation I350 Gigabit Network Connection
+
+       * Firmware version: 1.63, 0x80000cbc
+       * Device id (pf/vf): 8086:1521 / 8086:1520
+       * Driver version: 5.4.0-k (igb)
+
+     * Intel(R) Corporation I210 Gigabit Network Connection
+
+       * Firmware version: 3.25, 0x800006eb
+       * Device id (pf): 8086:1533
+       * Driver version: 5.4.0-k(igb)
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH V2] doc: add tested Intel platforms with Intel NICs
  2021-02-08  7:10 ChenBo
@ 2021-02-09  2:46 ` Lin, Xueqin
  0 siblings, 0 replies; 9+ messages in thread
From: Lin, Xueqin @ 2021-02-09  2:46 UTC (permalink / raw)
  To: Chen, BoX C, maintainers, Yu, PingX; +Cc: dev, Chen, BoX C



> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of ChenBo
> Sent: Monday, February 8, 2021 3:10 PM
> To: maintainers@intel.org
> Cc: dev@dpdk.org; Chen, BoX C <box.c.chen@intel.com>
> Subject: [dpdk-dev] [PATCH V2] doc: add tested Intel platforms with Intel
> NICs
> 
> Add tested Intel platforms with Intel NICs to v21.02 release note.
> Update ice driver information.
> 
> Signed-off-by: ChenBo <box.c.chen@intel.com>
> ---
>  doc/guides/rel_notes/release_21_02.rst | 124 +++++++++++++++++++++++++
>  1 file changed, 124 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_21_02.rst
> b/doc/guides/rel_notes/release_21_02.rst
> index baf32151f..9d39a7bf7 100644
> --- a/doc/guides/rel_notes/release_21_02.rst
> +++ b/doc/guides/rel_notes/release_21_02.rst
> @@ -300,3 +300,127 @@ 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\ |reg| platforms with Intel\ |reg| NICs combinations
> +
> +  * CPU
> +
> +    * Intel\ |reg| Atom\ |trade| CPU C3758 @ 2.20GHz
> +    * Intel\ |reg| Atom\ |trade| CPU C3858 @ 2.00GHz
> +    * Intel\ |reg| Atom\ |trade| CPU C3958 @ 2.00GHz
> +    * Intel\ |reg| Xeon\ |reg| CPU D-1541 @ 2.10GHz
> +    * Intel\ |reg| Xeon\ |reg| CPU D-1553N @ 2.30GHz
> +    * Intel\ |reg| Xeon\ |reg| CPU E5-2680 0 @ 2.70GHz
> +    * Intel\ |reg| Xeon\ |reg| CPU E5-2680 v2 @ 2.80GHz
> +    * Intel\ |reg| Xeon\ |reg| CPU E5-2699 v3 @ 2.30GHz
> +    * Intel\ |reg| Xeon\ |reg| CPU E5-2699 v4 @ 2.20GHz
> +    * Intel\ |reg| Xeon\ |reg| Gold 5218N CPU @ 2.30GHz
> +    * Intel\ |reg| Xeon\ |reg| Gold 6139 CPU @ 2.30GHz
> +    * Intel\ |reg| Xeon\ |reg| Gold 6252N CPU @ 2.30GHz
> +    * Intel\ |reg| Xeon\ |reg| Platinum 8180 CPU @ 2.50GHz
> +    * Intel\ |reg| Xeon\ |reg| Platinum 8280M CPU @ 2.70GHz
> +
> +  * OS:
> +
> +    * CentOS 8.3
> +    * CentOS Stream 8
> +    * Fedora 33
> +    * FreeBSD 12.1
> +    * OpenWRT 19.07.4
> +    * Red Hat Enterprise Linux Server release 8.3
> +    * Suse 15 SP2
> +    * Ubuntu 20.04
> +    * Ubuntu 20.10
> +
> +  * NICs:
> +
> +    * Intel\ |reg| Ethernet Controller E810-C for SFP (4x25G)
> +
> +      * Firmware version: 2.30 0x80004dcf 1.2839.0
Firmware version is 2.4, not 2.3. 

> +      * Device id (pf/vf): 8086:1593 / 8086:1889
> +      * Driver version: 1.4.5 (ice)
> +      * OS Default DDP: 1.3.21.0
> +      * COMMS DDP: 1.3.25.0
> +      * Wireless Edge DDP: 1.3.1.0
> +
> +    * Intel\ |reg| Ethernet Controller E810-C for QSFP (2x100G)
> +
> +      * Firmware version: 2.30 0x80004dd0 1.2839.0
Firmware version is 2.4, not 2.3.
> +      * Device id (pf/vf): 8086:1592 / 8086:1889
> +      * Driver version: 1.4.5 (ice)
> +      * OS Default DDP: 1.3.21.0
> +      * COMMS DDP: 1.3.25.0
> +      * Wireless Edge DDP: 1.3.1.0
> +
> +    * Intel\ |reg| 82599ES 10 Gigabit Ethernet Controller
> +
> +      * Firmware version: 0x61bf0001
> +      * Device id (pf/vf): 8086:10fb / 8086:10ed
> +      * Driver version: 5.10.2 (ixgbe)
> +
> +    * Intel\ |reg| Corporation Ethernet Connection X552/X557-AT 10GBASE-T
> +
> +      * Firmware version: 0x800003e7
> +      * Device id (pf/vf): 8086:15ad / 8086:15a8
> +      * Driver version: 5.1.0-k (ixgbe)
> +
> +    * Intel\ |reg| Corporation Ethernet Controller 10G X550T
> +
> +      * Firmware version: 0x80000482
> +      * Device id (pf): 8086:1563
> +      * Driver version: 5.10.2 (ixgbe)
> +
> +    * Intel\ |reg| Ethernet Converged Network Adapter X710-DA4 (4x10G)
> +
> +      * Firmware version: 8.00 0x80008b82 1.2766.0
> +      * Device id (pf/vf): 8086:1572 / 8086:154c
> +      * Driver version: 2.14.13 (i40e)
> +
> +    * Intel\ |reg| Corporation Ethernet Connection X722 for 10GbE SFP+
> (4x10G)
> +
> +      * Firmware version: 5.00 0x800023c3 1.2766.0
> +      * Device id (pf/vf): 8086:37d0 / 8086:37cd
> +      * Driver version: 2.14.13 (i40e)
> +
> +    * Intel\ |reg| Corporation Ethernet Connection X722 for 10GBASE-T
> (2x10G)
> +
> +      * Firmware version: 4.10 0x80001a7a
> +      * Device id (pf/vf): 8086:37d2 / 8086:37cd
> +      * Driver version: 2.14.13 (i40e)
> +
> +    * Intel\ |reg| Ethernet Converged Network Adapter XXV710-DA2 (2x25G)
> +
> +      * Firmware version: 8.00 0x80008c1a 1.2766.0
> +      * Device id (pf/vf): 8086:158b / 8086:154c
> +      * Driver version: 2.14.13 (i40e)
> +
> +    * Intel\ |reg| Ethernet Converged Network Adapter XL710-QDA2 (2X40G)
> +
> +      * Firmware version: 8.00 0x80008b82 1.2766.0
> +      * Device id (pf/vf): 8086:1583 / 8086:154c
> +      * Driver version: 2.14.13 (i40e)
> +
> +    * Intel\ |reg| Corporation I350 Gigabit Network Connection
> +
> +      * Firmware version: 1.63, 0x80000cbc
> +      * Device id (pf/vf): 8086:1521 / 8086:1520
> +      * Driver version: 5.6.0-k (igb)
> +
> +    * Intel\ |reg| Corporation I210 Gigabit Network Connection
> +
> +      * Firmware version: 3.25, 0x800006eb
> +      * Device id (pf): 8086:1533
> +      * Driver version: 5.6.0-k (igb)
> +
> +    * Intel\ |reg| Ethernet Controller 10-Gigabit X540-AT2
> +
> +      * Firmware version: 0x800005f9
> +      * Device id (pf): 8086:1528
> +      * Driver version: 5.1.0-k (ixgbe)
> +
> +    * Intel\ |reg| Ethernet Converged Network Adapter X710-T2L
> +
> +      * Firmware version: 8.00 0x80008d10 1.2766.0
> +      * Device id (pf): 8086:15ff
> +      * Driver version: 2.14.13 (i40e)
> +
> --
> 2.17.1


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

* [dpdk-dev] [PATCH V2] doc: add tested Intel platforms with Intel NICs
@ 2021-02-08  7:10 ChenBo
  2021-02-09  2:46 ` Lin, Xueqin
  0 siblings, 1 reply; 9+ messages in thread
From: ChenBo @ 2021-02-08  7:10 UTC (permalink / raw)
  To: maintainers; +Cc: dev, ChenBo

Add tested Intel platforms with Intel NICs to v21.02 release note.
Update ice driver information.

Signed-off-by: ChenBo <box.c.chen@intel.com>
---
 doc/guides/rel_notes/release_21_02.rst | 124 +++++++++++++++++++++++++
 1 file changed, 124 insertions(+)

diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
index baf32151f..9d39a7bf7 100644
--- a/doc/guides/rel_notes/release_21_02.rst
+++ b/doc/guides/rel_notes/release_21_02.rst
@@ -300,3 +300,127 @@ 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\ |reg| platforms with Intel\ |reg| NICs combinations
+
+  * CPU
+
+    * Intel\ |reg| Atom\ |trade| CPU C3758 @ 2.20GHz
+    * Intel\ |reg| Atom\ |trade| CPU C3858 @ 2.00GHz
+    * Intel\ |reg| Atom\ |trade| CPU C3958 @ 2.00GHz
+    * Intel\ |reg| Xeon\ |reg| CPU D-1541 @ 2.10GHz
+    * Intel\ |reg| Xeon\ |reg| CPU D-1553N @ 2.30GHz
+    * Intel\ |reg| Xeon\ |reg| CPU E5-2680 0 @ 2.70GHz
+    * Intel\ |reg| Xeon\ |reg| CPU E5-2680 v2 @ 2.80GHz
+    * Intel\ |reg| Xeon\ |reg| CPU E5-2699 v3 @ 2.30GHz
+    * Intel\ |reg| Xeon\ |reg| CPU E5-2699 v4 @ 2.20GHz
+    * Intel\ |reg| Xeon\ |reg| Gold 5218N CPU @ 2.30GHz
+    * Intel\ |reg| Xeon\ |reg| Gold 6139 CPU @ 2.30GHz
+    * Intel\ |reg| Xeon\ |reg| Gold 6252N CPU @ 2.30GHz
+    * Intel\ |reg| Xeon\ |reg| Platinum 8180 CPU @ 2.50GHz
+    * Intel\ |reg| Xeon\ |reg| Platinum 8280M CPU @ 2.70GHz
+
+  * OS:
+
+    * CentOS 8.3
+    * CentOS Stream 8
+    * Fedora 33
+    * FreeBSD 12.1
+    * OpenWRT 19.07.4
+    * Red Hat Enterprise Linux Server release 8.3
+    * Suse 15 SP2
+    * Ubuntu 20.04
+    * Ubuntu 20.10
+
+  * NICs:
+
+    * Intel\ |reg| Ethernet Controller E810-C for SFP (4x25G)
+
+      * Firmware version: 2.30 0x80004dcf 1.2839.0
+      * Device id (pf/vf): 8086:1593 / 8086:1889
+      * Driver version: 1.4.5 (ice)
+      * OS Default DDP: 1.3.21.0
+      * COMMS DDP: 1.3.25.0
+      * Wireless Edge DDP: 1.3.1.0
+
+    * Intel\ |reg| Ethernet Controller E810-C for QSFP (2x100G)
+
+      * Firmware version: 2.30 0x80004dd0 1.2839.0
+      * Device id (pf/vf): 8086:1592 / 8086:1889
+      * Driver version: 1.4.5 (ice)
+      * OS Default DDP: 1.3.21.0
+      * COMMS DDP: 1.3.25.0
+      * Wireless Edge DDP: 1.3.1.0
+
+    * Intel\ |reg| 82599ES 10 Gigabit Ethernet Controller
+
+      * Firmware version: 0x61bf0001
+      * Device id (pf/vf): 8086:10fb / 8086:10ed
+      * Driver version: 5.10.2 (ixgbe)
+
+    * Intel\ |reg| Corporation Ethernet Connection X552/X557-AT 10GBASE-T
+
+      * Firmware version: 0x800003e7
+      * Device id (pf/vf): 8086:15ad / 8086:15a8
+      * Driver version: 5.1.0-k (ixgbe)
+
+    * Intel\ |reg| Corporation Ethernet Controller 10G X550T
+
+      * Firmware version: 0x80000482
+      * Device id (pf): 8086:1563
+      * Driver version: 5.10.2 (ixgbe)
+
+    * Intel\ |reg| Ethernet Converged Network Adapter X710-DA4 (4x10G)
+
+      * Firmware version: 8.00 0x80008b82 1.2766.0
+      * Device id (pf/vf): 8086:1572 / 8086:154c
+      * Driver version: 2.14.13 (i40e)
+
+    * Intel\ |reg| Corporation Ethernet Connection X722 for 10GbE SFP+ (4x10G)
+
+      * Firmware version: 5.00 0x800023c3 1.2766.0
+      * Device id (pf/vf): 8086:37d0 / 8086:37cd
+      * Driver version: 2.14.13 (i40e)
+
+    * Intel\ |reg| Corporation Ethernet Connection X722 for 10GBASE-T (2x10G)
+
+      * Firmware version: 4.10 0x80001a7a
+      * Device id (pf/vf): 8086:37d2 / 8086:37cd
+      * Driver version: 2.14.13 (i40e)
+
+    * Intel\ |reg| Ethernet Converged Network Adapter XXV710-DA2 (2x25G)
+
+      * Firmware version: 8.00 0x80008c1a 1.2766.0
+      * Device id (pf/vf): 8086:158b / 8086:154c
+      * Driver version: 2.14.13 (i40e)
+
+    * Intel\ |reg| Ethernet Converged Network Adapter XL710-QDA2 (2X40G)
+
+      * Firmware version: 8.00 0x80008b82 1.2766.0
+      * Device id (pf/vf): 8086:1583 / 8086:154c
+      * Driver version: 2.14.13 (i40e)
+
+    * Intel\ |reg| Corporation I350 Gigabit Network Connection
+
+      * Firmware version: 1.63, 0x80000cbc
+      * Device id (pf/vf): 8086:1521 / 8086:1520
+      * Driver version: 5.6.0-k (igb)
+
+    * Intel\ |reg| Corporation I210 Gigabit Network Connection
+
+      * Firmware version: 3.25, 0x800006eb
+      * Device id (pf): 8086:1533
+      * Driver version: 5.6.0-k (igb)
+
+    * Intel\ |reg| Ethernet Controller 10-Gigabit X540-AT2
+
+      * Firmware version: 0x800005f9
+      * Device id (pf): 8086:1528
+      * Driver version: 5.1.0-k (ixgbe)
+
+    * Intel\ |reg| Ethernet Converged Network Adapter X710-T2L
+
+      * Firmware version: 8.00 0x80008d10 1.2766.0
+      * Device id (pf): 8086:15ff
+      * Driver version: 2.14.13 (i40e)
+
-- 
2.17.1


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

* Re: [dpdk-dev] [PATCH v2] doc: add tested Intel platforms with Intel NICs
  2020-11-20 20:46 [dpdk-dev] [PATCH v2] " Xueqin Lin
@ 2020-11-27  9:24 ` Thomas Monjalon
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2020-11-27  9:24 UTC (permalink / raw)
  To: Chen Bo, Xueqin Lin; +Cc: dev

20/11/2020 21:46, Xueqin Lin:
> From: Chen Bo <box.c.chen@intel.com>
> 
> Add tested Intel platforms with Intel NICs to v20.11 release note.
> 
> Signed-off-by: Chen Bo <box.c.chen@intel.com>

Applied, thanks




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

* [dpdk-dev] [PATCH v2] doc: add tested Intel platforms with Intel NICs
@ 2020-11-20 20:46 Xueqin Lin
  2020-11-27  9:24 ` Thomas Monjalon
  0 siblings, 1 reply; 9+ messages in thread
From: Xueqin Lin @ 2020-11-20 20:46 UTC (permalink / raw)
  To: dev; +Cc: Chen Bo

From: Chen Bo <box.c.chen@intel.com>

Add tested Intel platforms with Intel NICs to v20.11 release note.

Signed-off-by: Chen Bo <box.c.chen@intel.com>
---
 doc/guides/rel_notes/release_20_11.rst | 122 +++++++++++++++++++++++++
 1 file changed, 122 insertions(+)

diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst
index 24cedba16..c7ba9d197 100644
--- a/doc/guides/rel_notes/release_20_11.rst
+++ b/doc/guides/rel_notes/release_20_11.rst
@@ -752,3 +752,125 @@ 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\ |reg| platforms with Intel\ |reg| NICs combinations
+
+  * CPU
+
+    * Intel\ |reg| Atom\ |trade| CPU C3758 @ 2.20GHz
+    * Intel\ |reg| Atom\ |trade| CPU C3858 @ 2.00GHz
+    * Intel\ |reg| Atom\ |trade| CPU C3958 @ 2.00GHz
+    * Intel\ |reg| Xeon\ |reg| CPU D-1541 @ 2.10GHz
+    * Intel\ |reg| Xeon\ |reg| CPU D-1553N @ 2.30GHz
+    * Intel\ |reg| Xeon\ |reg| CPU E5-2680 0 @ 2.70GHz
+    * Intel\ |reg| Xeon\ |reg| CPU E5-2680 v2 @ 2.80GHz
+    * Intel\ |reg| Xeon\ |reg| CPU E5-2699 v3 @ 2.30GHz
+    * Intel\ |reg| Xeon\ |reg| CPU E5-2699 v4 @ 2.20GHz
+    * Intel\ |reg| Xeon\ |reg| Gold 5218N CPU @ 2.30GHz
+    * Intel\ |reg| Xeon\ |reg| Gold 6139 CPU @ 2.30GHz
+    * Intel\ |reg| Xeon\ |reg| Gold 6252N CPU @ 2.30GHz
+    * Intel\ |reg| Xeon\ |reg| Platinum 8180 CPU @ 2.50GHz
+    * Intel\ |reg| Xeon\ |reg| Platinum 8280M CPU @ 2.70GHz
+
+  * OS:
+
+    * CentOS 8.2
+    * Fedora 33
+    * FreeBSD 12.1
+    * OpenWRT 19.07.3
+    * Red Hat Enterprise Linux Server release 8.2
+    * Suse15 SP1
+    * Ubuntu 18.04
+    * Ubuntu 20.04
+    * Ubuntu 20.10
+
+  * NICs:
+
+    * Intel\ |reg| Ethernet Controller E810-C for SFP (4x25G)
+
+      * Firmware version: 2.30 0x80004dcf 1.2839.0
+      * Device id (pf/vf): 8086:1593 / 8086:1889
+      * Driver version: 1.3.0 (ice)
+      * OS Default DDP: 1.3.20.0
+      * COMMS DDP: 1.3.24.0
+
+    * Intel\ |reg| Ethernet Controller E810-C for QSFP (2x100G)
+
+      * Firmware version: 2.30 0x80004dd0 1.2839.0
+      * Device id (pf/vf): 8086:1592 / 8086:1889
+      * Driver version: 1.3.0 (ice)
+      * OS Default DDP: 1.3.20.0
+      * COMMS DDP: 1.3.24.0
+
+    * Intel\ |reg| 82599ES 10 Gigabit Ethernet Controller
+
+      * Firmware version: 0x61bf0001
+      * Device id (pf/vf): 8086:10fb / 8086:10ed
+      * Driver version: 5.7.1 (ixgbe)
+
+    * Intel\ |reg| Corporation Ethernet Connection X552/X557-AT 10GBASE-T
+
+      * Firmware version: 0x800003e7
+      * Device id (pf/vf): 8086:15ad / 8086:15a8
+      * Driver version: 5.1.0-k (ixgbe)
+
+    * Intel\ |reg| Corporation Ethernet Controller 10G X550T
+
+      * Firmware version: 0x80000482
+      * Device id (pf): 8086:1563
+      * Driver version: 5.7.1 (ixgbe)
+
+    * Intel\ |reg| Ethernet Converged Network Adapter X710-DA4 (4x10G)
+
+      * Firmware version: 8.00 0x80008b82 1.2766.0
+      * Device id (pf/vf): 8086:1572 / 8086:154c
+      * Driver version: 2.13.10 (i40e)
+
+    * Intel\ |reg| Corporation Ethernet Connection X722 for 10GbE SFP+ (4x10G)
+
+      * Firmware version: 5.00 0x800023c3 1.2766.0
+      * Device id (pf/vf): 8086:37d0 / 8086:37cd
+      * Driver version: 2.13.10 (i40e)
+
+    * Intel\ |reg| Corporation Ethernet Connection X722 for 10GBASE-T (2x10G)
+
+      * Firmware version: 4.10 0x80001a7a
+      * Device id (pf/vf): 8086:37d2 / 8086:37cd
+      * Driver version: 2.13.10 (i40e)
+
+    * Intel\ |reg| Ethernet Converged Network Adapter XXV710-DA2 (2x25G)
+
+      * Firmware version: 8.00 0x80008c1a 1.2766.0
+      * Device id (pf/vf): 8086:158b / 8086:154c
+      * Driver version: 2.13.10 (i40e)
+
+    * Intel\ |reg| Ethernet Converged Network Adapter XL710-QDA2 (2X40G)
+
+      * Firmware version: 8.00 0x80008b82 1.2766.0
+      * Device id (pf/vf): 8086:1583 / 8086:154c
+      * Driver version: 2.13.10 (i40e)
+
+    * Intel\ |reg| Corporation I350 Gigabit Network Connection
+
+      * Firmware version: 1.63, 0x80000cbc
+      * Device id (pf/vf): 8086:1521 / 8086:1520
+      * Driver version: 5.4.0-k (igb)
+
+    * Intel\ |reg| Corporation I210 Gigabit Network Connection
+
+      * Firmware version: 3.25, 0x800006eb
+      * Device id (pf): 8086:1533
+      * Driver version: 5.4.0-k (igb)
+
+    * Intel\ |reg| Ethernet Controller 10-Gigabit X540-AT2
+
+      * Firmware version: 0x800005f9
+      * Device id (pf): 8086:1528
+      * Driver version: 5.1.0-k (ixgbe)
+
+    * Intel\ |reg| Ethernet Converged Network Adapter X710-T2L
+
+      * Firmware version: 8.00 0x80008d10 1.2766.0
+      * Device id (pf): 8086:15ff
+      * Driver version: 2.13.10 (i40e)
+
--
2.17.1


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

* Re: [dpdk-dev] [PATCH V2] doc: add tested Intel platforms with Intel NICs
  2019-07-30  9:31 ` Mcnamara, John
@ 2019-07-30 21:17   ` Thomas Monjalon
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2019-07-30 21:17 UTC (permalink / raw)
  To: Chen, Zhaoyan, Li, WenjieX A; +Cc: dev, Mcnamara, John, Kovacevic, Marko

> > From: Wenjie Li <wenjiex.a.li@intel.com>
> > 
> > Add tested Intel platforms with Intel NICs to v19.08 release note.
> > 
> > Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks



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

* Re: [dpdk-dev] [PATCH V2] doc: add tested Intel platforms with Intel NICs
  2019-07-29  5:29 [dpdk-dev] [PATCH V2] " Chen, Zhaoyan
@ 2019-07-30  9:31 ` Mcnamara, John
  2019-07-30 21:17   ` Thomas Monjalon
  0 siblings, 1 reply; 9+ messages in thread
From: Mcnamara, John @ 2019-07-30  9:31 UTC (permalink / raw)
  To: Chen, Zhaoyan, dev; +Cc: Kovacevic, Marko, Li, WenjieX A



> -----Original Message-----
> From: Chen, Zhaoyan
> Sent: Monday, July 29, 2019 6:29 AM
> To: dev@dpdk.org
> Cc: Kovacevic, Marko <marko.kovacevic@intel.com>; Mcnamara, John
> <john.mcnamara@intel.com>; Li, WenjieX A <wenjiex.a.li@intel.com>
> Subject: [PATCH V2] doc: add tested Intel platforms with Intel NICs
> 
> From: Wenjie Li <wenjiex.a.li@intel.com>
> 
> Add tested Intel platforms with Intel NICs to v19.08 release note.
> 
> Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>


Acked-by: John McNamara <john.mcnamara@intel.com>


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

* [dpdk-dev] [PATCH V2] doc: add tested Intel platforms with Intel NICs
@ 2019-07-29  5:29 Chen, Zhaoyan
  2019-07-30  9:31 ` Mcnamara, John
  0 siblings, 1 reply; 9+ messages in thread
From: Chen, Zhaoyan @ 2019-07-29  5:29 UTC (permalink / raw)
  To: dev; +Cc: marko.kovacevic, john.mcnamara, Wenjie Li

From: Wenjie Li <wenjiex.a.li@intel.com>

Add tested Intel platforms with Intel NICs to v19.08 release note.

Signed-off-by: Wenjie Li <wenjiex.a.li@intel.com>
---
 doc/guides/rel_notes/release_19_08.rst | 84 ++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)

diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst
index c9bd3ce18..6361d472a 100644
--- a/doc/guides/rel_notes/release_19_08.rst
+++ b/doc/guides/rel_notes/release_19_08.rst
@@ -455,3 +455,87 @@ Tested Platforms
    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 D-1553N @ 2.30GHz
+     * 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) Gold 6139 CPU @ 2.30GHz
+     * Intel(R) Xeon(R) Platinum 8180 CPU @ 2.50GHz
+     * Intel(R) Xeon(R) Platinum 8280M CPU @ 2.70GHz
+
+   * OS:
+
+     * CentOS 7.6
+     * Fedora 30
+     * FreeBSD 12.0
+     * Red Hat Enterprise Linux Server release 8.0
+     * Red Hat Enterprise Linux Server release 7.6
+     * Suse12SP3
+     * Ubuntu 16.04
+     * Ubuntu 16.10
+     * Ubuntu 18.04
+     * Ubuntu 19.04
+
+
+   * NICs:
+
+     * Intel(R) 82599ES 10 Gigabit Ethernet Controller
+
+       * Firmware version: 0x61bf0001
+       * Device id (pf/vf): 8086:10fb / 8086:10ed
+       * Driver version: 5.6.1 (ixgbe)
+
+     * Intel(R) Corporation Ethernet Connection X552/X557-AT 10GBASE-T
+
+       * Firmware version: 0x800003e7
+       * Device id (pf/vf): 8086:15ad / 8086:15a8
+       * Driver version: 5.1.0 (ixgbe)
+
+     * Intel Corporation Ethernet Controller 10G X550T
+
+       * Firmware version: 0x80000482
+       * Device id (pf): 8086:1563
+       * Driver version: 5.6.1 (ixgbe)
+
+     * Intel(R) Ethernet Converged Network Adapter X710-DA4 (4x10G)
+
+       * Firmware version: 7.00 0x80004cdb
+       * Device id (pf/vf): 8086:1572 / 8086:154c
+       * Driver version: 2.9.21 (i40e)
+
+     * Intel(R) Corporation Ethernet Connection X722 for 10GbE SFP+ (4x10G)
+
+       * Firmware version: 4.10 0x80001a3c
+       * Device id (pf/vf): 8086:37d0 / 8086:37cd
+       * Driver version: 2.9.21 (i40e)
+
+     * Intel(R) Ethernet Converged Network Adapter XXV710-DA2 (2x25G)
+
+       * Firmware version: 7.00 0x80004cf8
+       * Device id (pf/vf): 8086:158b / 8086:154c
+       * Driver version: 2.9.21 (i40e)
+
+     * Intel(R) Ethernet Converged Network Adapter XL710-QDA2 (2X40G)
+
+       * Firmware version: 7.00 0x80004c97
+       * Device id (pf/vf): 8086:1583 / 8086:154c
+       * Driver version: 2.9.21 (i40e)
+
+     * Intel(R) Corporation I350 Gigabit Network Connection
+
+       * Firmware version: 1.63, 0x80000cbc
+       * Device id (pf/vf): 8086:1521 / 8086:1520
+       * Driver version: 5.4.0-k (igb)
+
+     * Intel Corporation I210 Gigabit Network Connection
+
+       * Firmware version: 3.25, 0x800006eb
+       * Device id (pf): 8086:1533
+       * Driver version: 5.4.0-k(igb)
+
--
2.22.0


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

* [dpdk-dev] [PATCH V2] doc: add tested Intel platforms with Intel NICs
@ 2018-11-19 15:40 Lijuan Tu
  0 siblings, 0 replies; 9+ messages in thread
From: Lijuan Tu @ 2018-11-19 15:40 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.1
+     * Red Hat Enterprise Linux Server release 7.5
+     * SUSE Enterprise Linux 12
+     * 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	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-02-09  2:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27  7:03 [dpdk-dev] [PATCH V2] doc: add tested Intel platforms with Intel NICs Chen, Zhaoyan
  -- strict thread matches above, loose matches on Subject: below --
2021-02-08  7:10 ChenBo
2021-02-09  2:46 ` Lin, Xueqin
2020-11-20 20:46 [dpdk-dev] [PATCH v2] " Xueqin Lin
2020-11-27  9:24 ` Thomas Monjalon
2019-07-29  5:29 [dpdk-dev] [PATCH V2] " Chen, Zhaoyan
2019-07-30  9:31 ` Mcnamara, John
2019-07-30 21:17   ` Thomas Monjalon
2018-11-19 15:40 Lijuan Tu

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