DPDK website maintenance
 help / color / mirror / Atom feed
* [PATCH 0/4] update 24.11 roadmap
@ 2024-10-18 19:41 Thomas Monjalon
  2024-10-18 19:41 ` [PATCH 1/4] update Amazon roadmap for 24.11 Thomas Monjalon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thomas Monjalon @ 2024-10-18 19:41 UTC (permalink / raw)
  To: web

Based on emails sent in August/September.

Thomas Monjalon (4):
  update Amazon roadmap for 24.11
  update NVIDIA roadmap for 24.11
  update NXP roadmap for 24.11
  update Yunsilicon roadmap for 24.11

 content/roadmap/_index.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

-- 
2.46.0


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

* [PATCH 1/4] update Amazon roadmap for 24.11
  2024-10-18 19:41 [PATCH 0/4] update 24.11 roadmap Thomas Monjalon
@ 2024-10-18 19:41 ` Thomas Monjalon
  2024-10-18 19:41 ` [PATCH 2/4] update NVIDIA " Thomas Monjalon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2024-10-18 19:41 UTC (permalink / raw)
  To: web

Was announced in the dpdk-dev mailing list:
https://mails.dpdk.org/archives/dev/2024-August/299751.html

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/roadmap/_index.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index d4cad40..95c59ca 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -24,6 +24,9 @@ This list is obviously neither complete nor guaranteed.
 <!-- Network drivers -->
 - axgbe TSO
 - cpfl flow offload with P4
+- ena LLQ policy refactor
+- ena dynamic HRSS size
+- ena asynchronous reset request from device
 - i40e/ice/iavf MDD debug
 - idpf AVX2
 - rnp driver from Mucse
-- 
2.46.0


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

* [PATCH 2/4] update NVIDIA roadmap for 24.11
  2024-10-18 19:41 [PATCH 0/4] update 24.11 roadmap Thomas Monjalon
  2024-10-18 19:41 ` [PATCH 1/4] update Amazon roadmap for 24.11 Thomas Monjalon
@ 2024-10-18 19:41 ` Thomas Monjalon
  2024-10-18 19:41 ` [PATCH 3/4] update NXP " Thomas Monjalon
  2024-10-18 19:41 ` [PATCH 4/4] update Yunsilicon " Thomas Monjalon
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2024-10-18 19:41 UTC (permalink / raw)
  To: web

Was announced in the dpdk-dev mailing list:
https://mails.dpdk.org/archives/dev/2024-August/299911.html

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/roadmap/_index.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 95c59ca..67cefcf 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -21,6 +21,7 @@ This list is obviously neither complete nor guaranteed.
 - VFIO cdev/iommufd
 <!-- DMA -->
 <!-- Networking -->
+- ethdev flow action jump to table index
 <!-- Network drivers -->
 - axgbe TSO
 - cpfl flow offload with P4
@@ -29,6 +30,8 @@ This list is obviously neither complete nor guaranteed.
 - ena asynchronous reset request from device
 - i40e/ice/iavf MDD debug
 - idpf AVX2
+- mlx5 hairpin statistics
+- mlx5 non-template flow using template async engine
 - rnp driver from Mucse
 - sssnic driver from 3SNIC
 <!-- Virtualisation -->
-- 
2.46.0


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

* [PATCH 3/4] update NXP roadmap for 24.11
  2024-10-18 19:41 [PATCH 0/4] update 24.11 roadmap Thomas Monjalon
  2024-10-18 19:41 ` [PATCH 1/4] update Amazon roadmap for 24.11 Thomas Monjalon
  2024-10-18 19:41 ` [PATCH 2/4] update NVIDIA " Thomas Monjalon
@ 2024-10-18 19:41 ` Thomas Monjalon
  2024-10-18 19:41 ` [PATCH 4/4] update Yunsilicon " Thomas Monjalon
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2024-10-18 19:41 UTC (permalink / raw)
  To: web

Was announced in the dpdk-dev mailing list:
https://mails.dpdk.org/archives/dev/2024-August/299958.html

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/roadmap/_index.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 67cefcf..9fcae22 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -25,9 +25,14 @@ This list is obviously neither complete nor guaranteed.
 <!-- Network drivers -->
 - axgbe TSO
 - cpfl flow offload with P4
+- dpaa IEEE 1588 PTP
+- dpaa offline (O/H) port
+- dpaa2 flow offload enhancements
 - ena LLQ policy refactor
 - ena dynamic HRSS size
 - ena asynchronous reset request from device
+- enetc NXP driver version 4
+- eqos NXP driver
 - i40e/ice/iavf MDD debug
 - idpf AVX2
 - mlx5 hairpin statistics
-- 
2.46.0


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

* [PATCH 4/4] update Yunsilicon roadmap for 24.11
  2024-10-18 19:41 [PATCH 0/4] update 24.11 roadmap Thomas Monjalon
                   ` (2 preceding siblings ...)
  2024-10-18 19:41 ` [PATCH 3/4] update NXP " Thomas Monjalon
@ 2024-10-18 19:41 ` Thomas Monjalon
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2024-10-18 19:41 UTC (permalink / raw)
  To: web

Was announced in the dpdk-dev mailing list:
https://mails.dpdk.org/archives/dev/2024-September/300523.html

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/roadmap/_index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 9fcae22..b9c9a2b 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -39,6 +39,7 @@ This list is obviously neither complete nor guaranteed.
 - mlx5 non-template flow using template async engine
 - rnp driver from Mucse
 - sssnic driver from 3SNIC
+- xsc Yunsilicon driver
 <!-- Virtualisation -->
 - virtio hash reporting
 - vhost small copy with CPU in DSA-accelerated vhost
-- 
2.46.0


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

end of thread, other threads:[~2024-10-18 19:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-18 19:41 [PATCH 0/4] update 24.11 roadmap Thomas Monjalon
2024-10-18 19:41 ` [PATCH 1/4] update Amazon roadmap for 24.11 Thomas Monjalon
2024-10-18 19:41 ` [PATCH 2/4] update NVIDIA " Thomas Monjalon
2024-10-18 19:41 ` [PATCH 3/4] update NXP " Thomas Monjalon
2024-10-18 19:41 ` [PATCH 4/4] update Yunsilicon " 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).