[dpdk-web] [PATCH] Add section in roadmap for internship topics
Maxime Coquelin
maxime.coquelin at redhat.com
Fri Feb 8 10:18:07 CET 2019
The patch also adds two topics I have in mind:
- Vhost & Virtio testing
- Monitor socket for testpmd
Signed-off-by: Maxime Coquelin <maxime.coquelin at redhat.com>
---
content/roadmap/_index.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 281002c..852e476 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -27,6 +27,22 @@ This list is obviously neither complete nor guaranteed.
- generic white/blacklisting
- libedit integration
+### Internship topic ideas
+----
+- Vhost & Virtio functionnal testing in DPDK CI
+ - Mentor: Maxime Coquelin <maxime.coquelin at redhat.com>
+ - Languages: C, Python, Bash
+ - The goal is to develop and integrate testing of Virtio and Vhost
+ in DPDK CI.
+- Monitor socket implementation in testpmd to ease CI integration
+ - Mentor: TBD
+ - Languages: C, Python
+ - Instead on controlling and querying testpmd over stdin/stdout,
+ the idea is to have a dedicated socket for that. A protocol would
+ have to be defined, and could e.g. use JSON format so that it is
+ human-readable. It could be also extended to be able to register
+ to asynchronous events like packets drop notification.
+
### Cycle model {#cycle}
----
A typical release should be done after 3 months.
--
2.20.1
More information about the web
mailing list