DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1] net/i40e: updated latest recommended matching list
@ 2024-11-25  2:45 hailinx
  2024-11-26 14:47 ` Bruce Richardson
  2024-11-26 14:50 ` Bruce Richardson
  0 siblings, 2 replies; 3+ 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/i40e.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index ca6caa0cff..35585efc44 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -104,6 +104,10 @@ For X710/XL710/XXV710,
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
+   |    24.11     |         2.26.8        |       9.52       |
+   +--------------+-----------------------+------------------+
+   |    24.07     |         2.25.9        |       9.50       |
+   +--------------+-----------------------+------------------+
    |    24.03     |         2.24.6        |       9.40       |
    +--------------+-----------------------+------------------+
    |    23.11     |         2.23.17       |       9.30       |
@@ -171,6 +175,10 @@ For X722,
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
+   |    24.11     |         2.26.8        |       6.50       |
+   +--------------+-----------------------+------------------+
+   |    24.07     |         2.25.9        |       6.50       |
+   +--------------+-----------------------+------------------+
    |    24.03     |         2.24.6        |       6.20       |
    +--------------+-----------------------+------------------+
    |    23.11     |         2.23.17       |       6.20       |
-- 
2.25.1


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

* Re: [PATCH v1] net/i40e: updated latest recommended matching list
  2024-11-25  2:45 [PATCH v1] net/i40e: updated latest recommended matching list hailinx
@ 2024-11-26 14:47 ` Bruce Richardson
  2024-11-26 14:50 ` Bruce Richardson
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Richardson @ 2024-11-26 14:47 UTC (permalink / raw)
  To: hailinx; +Cc: dev, rajesh.t.puttaswamy

On Mon, Nov 25, 2024 at 10:45:53AM +0800, hailinx wrote:
> Signed-off-by: hailinx <hailinx.xu@intel.com>
> ---
>  doc/guides/nics/i40e.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
> index ca6caa0cff..35585efc44 100644
> --- a/doc/guides/nics/i40e.rst
> +++ b/doc/guides/nics/i40e.rst

Applied to dpdk-next-net-intel,

thanks,
/Bruce

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

* Re: [PATCH v1] net/i40e: updated latest recommended matching list
  2024-11-25  2:45 [PATCH v1] net/i40e: updated latest recommended matching list hailinx
  2024-11-26 14:47 ` Bruce Richardson
@ 2024-11-26 14:50 ` Bruce Richardson
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Richardson @ 2024-11-26 14:50 UTC (permalink / raw)
  To: hailinx; +Cc: dev, rajesh.t.puttaswamy

On Mon, Nov 25, 2024 at 10:45:53AM +0800, hailinx wrote:
> Signed-off-by: hailinx <hailinx.xu@intel.com>
> ---
>  doc/guides/nics/i40e.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
> index ca6caa0cff..35585efc44 100644
> --- a/doc/guides/nics/i40e.rst
> +++ b/doc/guides/nics/i40e.rst
> @@ -104,6 +104,10 @@ For X710/XL710/XXV710,
>     +--------------+-----------------------+------------------+
>     | DPDK version | Kernel driver version | Firmware version |
>     +==============+=======================+==================+
> +   |    24.11     |         2.26.8        |       9.52       |
> +   +--------------+-----------------------+------------------+
> +   |    24.07     |         2.25.9        |       9.50       |
> +   +--------------+-----------------------+------------------+
>     |    24.03     |         2.24.6        |       9.40       |
>     +--------------+-----------------------+------------------+
>     |    23.11     |         2.23.17       |       9.30       |
> @@ -171,6 +175,10 @@ For X722,
>     +--------------+-----------------------+------------------+
>     | DPDK version | Kernel driver version | Firmware version |
>     +==============+=======================+==================+
> +   |    24.11     |         2.26.8        |       6.50       |
> +   +--------------+-----------------------+------------------+
> +   |    24.07     |         2.25.9        |       6.50       |
> +   +--------------+-----------------------+------------------+
>     |    24.03     |         2.24.6        |       6.20       |
>     +--------------+-----------------------+------------------+
>     |    23.11     |         2.23.17       |       6.20       |

By the way, these lists are getting rather long. For next release, when
doing an update maybe trim the really old releases e.g. pre-21.11, which
would be the oldest supported LTS, from the tables.

/Bruce

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

end of thread, other threads:[~2024-11-26 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-25  2:45 [PATCH v1] net/i40e: updated latest recommended matching list hailinx
2024-11-26 14:47 ` Bruce Richardson
2024-11-26 14:50 ` Bruce Richardson

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