[dpdk-web] [PATCH] update roadmap for Windows

Thomas Monjalon thomas at monjalon.net
Wed Apr 29 16:38:58 CEST 2020


Some tasks are not complete on time so the schedule is shifted,
and the deadlines are made a bit less agressive.

virt2phys kmod was added in early April to mitigate the lack
of netuio availability.

The new tracing framework could be ported on Windows.

Advanced memory management looks to be a fuzzy target,
waiting for progress in Microsoft.

No update on compiler bugs so far, just adding an email about TLS issue.

Broadcom, Chelsio, Cisco and Marvell are neither participating,
nor giving any update, so their PMD support is moved in "future".

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 content/roadmap/windows.md | 45 ++++++++++++++++++++++----------------
 1 file changed, 26 insertions(+), 19 deletions(-)

diff --git a/content/roadmap/windows.md b/content/roadmap/windows.md
index 868d63c..0d6c987 100644
--- a/content/roadmap/windows.md
+++ b/content/roadmap/windows.md
@@ -32,7 +32,7 @@ This list is obviously neither complete nor guaranteed.
 
 ✅ meson with clang + msvc linker: <https://github.com/mesonbuild/meson/pull/6483>
 
-- linking and performance of per-lcore variables with shared libraries
+- linking and performance of [per-core variables with shared libraries](//mails.dpdk.org/archives/dev/2020-February/157933.html)
 - structure alignment: <https://bugs.llvm.org/show_bug.cgi?id=24383>
 - AVX bug in gcc: <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412>
 
@@ -48,29 +48,32 @@ This list is obviously neither complete nor guaranteed.
 
 #### 2020-04-01
 
+✅ virt2phys kmod
+
+#### 2020-05-01
+
+- EAL log option
+- EAL timer
 - EAL basic memory management
 - PCI general probing
 - PCI bifurcated model
-- netuio source code hosting
-- netuio binary hosting
-- netuio documentation
-
-#### 2020-05-01
-
-- EAL advanced memory management
-- PCI netuio model
-- mempool
 - cmdline
 - Mellanox DevX library linkage
 
 #### 2020-06-01
 
+- tracing
+- mempool
 - mbuf
-- ethdev
+- netuio source code hosting
+- netuio binary hosting
+- netuio documentation
+- PCI netuio model
 - Mellanox glue layer
 
 #### 2020-07-01
 
+- ethdev
 - testpmd
 - ring PMD
 - pcap or other vdev PMD
@@ -79,28 +82,32 @@ This list is obviously neither complete nor guaranteed.
 
 #### 2020-08-01
 
-- Broadcom bnxt PMD Rx/Tx
-- Chelsio cxgbe PMD Rx/Tx
-- Cisco enic PMD Rx/Tx
 - Intel i40e PMD Rx/Tx
-- Marvell qede PMD Rx/Tx
 - Mellanox mlx5 PMD Rx/Tx
-- Mellanox documentation
 
 #### 2020-09-01
 
-- Mellanox rte_flow features
 - Functional tests in CI
+- Mellanox documentation
 
 #### 2020-10-01
 
-- only bug fixing after this point
+- PMD bug fixing after this point
 
 #### 2020-11-01
 
 - DPDK 20.11 LTS release
 
+#### 2020-12-01
+
+- Mellanox rte_flow features
+
 #### Future {#future}
 
-- Intel ice PMD
+- advanced memory management
 - multi-process support
+- Broadcom bnxt PMD
+- Chelsio cxgbe PMD
+- Cisco enic PMD
+- Intel ice PMD
+- Marvell qede PMD
-- 
2.26.0



More information about the web mailing list