DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1] net/ice: updated latest recommended matching list
@ 2025-07-17  6:16 hailinx
  2025-07-17  6:16 ` [PATCH v1] net/i40e: " hailinx
  2025-07-17  6:16 ` [PATCH v1] net/ixgbe: add nic and updated " hailinx
  0 siblings, 2 replies; 8+ messages in thread
From: hailinx @ 2025-07-17  6:16 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, rajesh.t.puttaswamy, john.mcnamara, hailinx

Signed-off-by: hailinx <hailinx.xu@intel.com>
---
 doc/guides/nics/ice.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index c6531d5684..90dc3220c7 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -85,6 +85,8 @@ are listed in the Tested Platforms section of the Release Notes for each release
    +-----------+---------------+-----------------+-----------+--------------+-----------+
    |    25.03  |     1.16.3    |      1.3.39     |  1.3.53   |    1.3.14    |    4.7    |
    +-----------+---------------+-----------------+-----------+--------------+-----------+
+   |    25.07  |     2.2.8     |      1.3.43     |  1.3.55   |    1.3.23    |    4.8    |
+   +-----------+---------------+-----------------+-----------+--------------+-----------+
 
 Dynamic Device Personalization (DDP) package loading
 ----------------------------------------------------
-- 
2.25.1


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

* [PATCH v1] net/i40e: updated latest recommended matching list
  2025-07-17  6:16 [PATCH v1] net/ice: updated latest recommended matching list hailinx
@ 2025-07-17  6:16 ` hailinx
  2025-07-17  6:16 ` [PATCH v1] net/ixgbe: add nic and updated " hailinx
  1 sibling, 0 replies; 8+ messages in thread
From: hailinx @ 2025-07-17  6:16 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, rajesh.t.puttaswamy, john.mcnamara, hailinx

Signed-off-by: hailinx <hailinx.xu@intel.com>
---
 doc/guides/nics/i40e.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index 234757cd7a..e7db6f2416 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -104,6 +104,8 @@ For X710/XL710/XXV710,
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
+   |    25.07     |         2.28.7        |       9.54       |
+   +--------------+-----------------------+------------------+
    |    25.03     |         2.27.8        |       9.53       |
    +--------------+-----------------------+------------------+
    |    24.11     |         2.26.8        |       9.52       |
@@ -177,6 +179,8 @@ For X722,
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
+   |    25.07     |         2.28.7        |       6.50       |
+   +--------------+-----------------------+------------------+
    |    25.03     |         2.27.8        |       6.50       |
    +--------------+-----------------------+------------------+
    |    24.11     |         2.26.8        |       6.50       |
-- 
2.25.1


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

* [PATCH v1] net/ixgbe: add nic and updated recommended matching list
  2025-07-17  6:16 [PATCH v1] net/ice: updated latest recommended matching list hailinx
  2025-07-17  6:16 ` [PATCH v1] net/i40e: " hailinx
@ 2025-07-17  6:16 ` hailinx
  1 sibling, 0 replies; 8+ messages in thread
From: hailinx @ 2025-07-17  6:16 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, rajesh.t.puttaswamy, john.mcnamara, hailinx

Signed-off-by: hailinx <hailinx.xu@intel.com>
---
 doc/guides/nics/ixgbe.rst | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst
index a03ec7a7e8..6380e18feb 100644
--- a/doc/guides/nics/ixgbe.rst
+++ b/doc/guides/nics/ixgbe.rst
@@ -36,6 +36,8 @@ Supported Chipsets and NICs
 - Intel Ethernet Converged Network Adapter X540-T2
 - Intel Ethernet Converged Network Adapter X550-T1
 - Intel Ethernet Converged Network Adapter X550-T2
+- Intel Ethernet Network Adapter E610-XT2
+- Intel Ethernet Network Adapter E610-XT4
 
 Vector PMD for IXGBE
 --------------------
@@ -93,6 +95,25 @@ Windows Prerequisites and Pre-conditions
 - Loading of private Dynamic Device Personalization (DDP) package
   is not supported on Windows.
 
+Kernel driver and Firmware Matching List
+----------------------------------------
+
+It is highly recommended to upgrade the ixgbe kernel driver and firmware
+to avoid the compatibility issues with ixgbe PMD.
+The table below shows a summary of the DPDK versions
+with corresponding out-of-tree Linux kernel drivers and firmware.
+The full list of in-tree and out-of-tree Linux kernel drivers from kernel.org
+and Linux distributions that were tested and verified
+are listed in the Tested Platforms section of the Release Notes for each release.
+
+For E610,
+
+   +--------------+-----------------------+------------------+
+   | DPDK version | Kernel driver version | Firmware version |
+   +==============+=======================+==================+
+   |     25.07    |         6.1.5         |        1.0       |
+   +--------------+-----------------------+------------------+
+
 
 Feature not Supported by RX Vector PMD
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- 
2.25.1


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

* Re: [PATCH v1] net/ice: updated latest recommended matching list
  2025-03-21  0:36 [PATCH v1] net/ice: updated latest " hailinx
@ 2025-03-23 12:35 ` Thomas Monjalon
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2025-03-23 12:35 UTC (permalink / raw)
  To: hailinx; +Cc: dev, bruce.richardson, rajesh.t.puttaswamy, john.mcnamara

21/03/2025 01:36, hailinx:
> Signed-off-by: hailinx <hailinx.xu@intel.com>
> ---
> +   |    25.03  |     1.16.3    |      1.3.39     |  1.3.53   |    1.3.14    |    4.7    |

Applied, thanks.



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

* [PATCH v1] net/ice: updated latest recommended matching list
@ 2025-03-21  0:36 hailinx
  2025-03-23 12:35 ` Thomas Monjalon
  0 siblings, 1 reply; 8+ messages in thread
From: hailinx @ 2025-03-21  0:36 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, rajesh.t.puttaswamy, john.mcnamara, hailinx

Signed-off-by: hailinx <hailinx.xu@intel.com>
---
 doc/guides/nics/ice.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index 2603ef42d6..77985ae5a2 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -83,6 +83,8 @@ are listed in the Tested Platforms section of the Release Notes for each release
    +-----------+---------------+-----------------+-----------+--------------+-----------+
    |    24.11  |     1.15.4    |      1.3.36     |  1.3.46   |    1.3.14    |    4.6    |
    +-----------+---------------+-----------------+-----------+--------------+-----------+
+   |    25.03  |     1.16.3    |      1.3.39     |  1.3.53   |    1.3.14    |    4.7    |
+   +-----------+---------------+-----------------+-----------+--------------+-----------+
 
 Dynamic Device Personalization (DDP) package loading
 ----------------------------------------------------
-- 
2.25.1


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

* Re: [PATCH v1] net/ice: updated latest recommended matching list
  2024-11-25  2:52 hailinx
@ 2024-11-26 15:28 ` Bruce Richardson
  0 siblings, 0 replies; 8+ messages in thread
From: Bruce Richardson @ 2024-11-26 15:28 UTC (permalink / raw)
  To: hailinx; +Cc: dev, rajesh.t.puttaswamy

On Mon, Nov 25, 2024 at 10:52:20AM +0800, hailinx wrote:
> Signed-off-by: hailinx <hailinx.xu@intel.com>
> ---
>  doc/guides/nics/ice.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
Applied to dpdk-next-net-intel.

Thanks,
/Bruce

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

* [PATCH v1] net/ice: updated latest recommended matching list
@ 2024-11-25  2:52 hailinx
  2024-11-26 15:28 ` Bruce Richardson
  0 siblings, 1 reply; 8+ messages in thread
From: hailinx @ 2024-11-25  2:52 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, rajesh.t.puttaswamy, hailinx

Signed-off-by: hailinx <hailinx.xu@intel.com>
---
 doc/guides/nics/ice.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index eac1f2627b..a32fb27b24 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -79,6 +79,10 @@ are listed in the Tested Platforms section of the Release Notes for each release
    +-----------+---------------+-----------------+-----------+--------------+-----------+
    |    24.03  |     1.13.7    |      1.3.35     |  1.3.45   |    1.3.13    |    4.4    |
    +-----------+---------------+-----------------+-----------+--------------+-----------+
+   |    24.07  |     1.14.11   |      1.3.36     |  1.3.46   |    1.3.14    |    4.5    |
+   +-----------+---------------+-----------------+-----------+--------------+-----------+
+   |    24.11  |     1.15.4    |      1.3.36     |  1.3.46   |    1.3.14    |    4.6    |
+   +-----------+---------------+-----------------+-----------+--------------+-----------+
 
 Dynamic Device Personalization (DDP) package loading
 ----------------------------------------------------
-- 
2.25.1


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

* [PATCH v1] net/ice: updated latest recommended matching list
@ 2024-11-25  2:45 hailinx
  0 siblings, 0 replies; 8+ messages in thread
From: hailinx @ 2024-11-25  2:45 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, rajesh.t.puttaswamy, hailinx

Signed-off-by: hailinx <hailinx.xu@intel.com>
---
 doc/guides/nics/ice.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index eac1f2627b..a32fb27b24 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -79,6 +79,10 @@ are listed in the Tested Platforms section of the Release Notes for each release
    +-----------+---------------+-----------------+-----------+--------------+-----------+
    |    24.03  |     1.13.7    |      1.3.35     |  1.3.45   |    1.3.13    |    4.4    |
    +-----------+---------------+-----------------+-----------+--------------+-----------+
+   |    24.07  |     1.14.11   |      1.3.36     |  1.3.46   |    1.3.14    |    4.5    |
+   +-----------+---------------+-----------------+-----------+--------------+-----------+
+   |    24.07  |     1.15.4    |      1.3.36     |  1.3.46   |    1.3.14    |    4.6    |
+   +-----------+---------------+-----------------+-----------+--------------+-----------+
 
 Dynamic Device Personalization (DDP) package loading
 ----------------------------------------------------
-- 
2.25.1


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

end of thread, other threads:[~2025-07-17  6:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-17  6:16 [PATCH v1] net/ice: updated latest recommended matching list hailinx
2025-07-17  6:16 ` [PATCH v1] net/i40e: " hailinx
2025-07-17  6:16 ` [PATCH v1] net/ixgbe: add nic and updated " hailinx
  -- strict thread matches above, loose matches on Subject: below --
2025-03-21  0:36 [PATCH v1] net/ice: updated latest " hailinx
2025-03-23 12:35 ` Thomas Monjalon
2024-11-25  2:52 hailinx
2024-11-26 15:28 ` Bruce Richardson
2024-11-25  2:45 hailinx

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