DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] add roadmap for Windows
@ 2020-02-19 21:26 Thomas Monjalon
  2020-02-25  9:16 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2020-02-19 21:26 UTC (permalink / raw)
  To: web, harini.ramakrishnan
  Cc: eilong, pallavi.kadam, ranjit.menon, ocardona, shshaikh,
	nareshkumar.pbs, ravianan, talshn, hgani, rksaripa,
	narcisa.vasile, dmitry.kozliuk, u9012063, ophirmu, thasreef

Initial DPDK PMD support is planned for LTS release 20.11.

Broadcom, Chelsio, Cisco, Intel, Marvell, Mellanox, Microsoft,
and all volunteers are welcomed joining this effort.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---

This page will appear at http://core.dpdk.org/roadmap/windows/
If no comment by the end of this week, it will be published.

Please do not hesitate to suggest rewords or additions,
especially for vendor-specific steps for a PMD.

---
 content/roadmap/windows.md | 103 +++++++++++++++++++++++++++++++++++++
 1 file changed, 103 insertions(+)
 create mode 100644 content/roadmap/windows.md

diff --git a/content/roadmap/windows.md b/content/roadmap/windows.md
new file mode 100644
index 0000000..03bef68
--- /dev/null
+++ b/content/roadmap/windows.md
@@ -0,0 +1,103 @@
++++
+title = "Windows Plan"
++++
+
+## DPDK porting on Windows
+
+The preparation work is hosted in the
+[Windows draft repository](//git.dpdk.org/draft/dpdk-draft-windows/).
+
+The upstream work is being merged in two repositories,
+splitting userspace and kernel code:
+
+- [dpdk](//git.dpdk.org/dpdk/)
+- [dpdk-kmods](//git.dpdk.org/dpdk-kmods/)
+
+The [DPDK documentation for Windows](//doc.dpdk.org/guides/windows_gsg/)
+is updated along with upstream progress.
+
+The PMD-specific documentation should be updated in the common
+[NIC drivers guide](//doc.dpdk.org/guides/nics/index.html).
+
+### Roadmap for Windows Support {#roadmap}
+----
+
+{{% notice info %}}
+Features and milestones may be noted here.
+This is not a commitment but plan of work.
+This list is obviously neither complete nor guaranteed.
+{{% /notice %}}
+
+#### Background Tasks (compilers issues) {#background}
+
+✅ meson with clang + msvc linker: <https://github.com/mesonbuild/meson/pull/6483>
+- linking and performance of per-lcore variables with shared libraries
+- 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>
+
+#### 2019-05-01
+
+✅ helloworld application with meson+clang
+
+#### 2020-03-01
+
+- MinGW integration
+- EAL common directory split
+
+#### 2020-04-01
+
+- 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
+
+#### 2020-06-01
+
+- mbuf
+- ethdev
+- Mellanox glue layer
+
+#### 2020-07-01
+
+- testpmd
+- ring PMD
+- pcap or other vdev PMD
+- optionnally virtio PMD
+
+#### 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
+
+#### 2020-10-01
+
+- only bug fixing after this point
+
+#### 2020-11-01
+
+- DPDK 20.11 LTS release
+
+#### Future {#future}
+
+- Intel ice PMD
+- multi-process support
-- 
2.25.0


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

end of thread, other threads:[~2020-02-25  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-19 21:26 [dpdk-web] [PATCH] add roadmap for Windows Thomas Monjalon
2020-02-25  9:16 ` 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).