From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 2DA3F1B6E2 for ; Fri, 8 Feb 2019 10:18:17 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4190089AD9; Fri, 8 Feb 2019 09:18:16 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id DA6B817D64; Fri, 8 Feb 2019 09:18:09 +0000 (UTC) From: Maxime Coquelin To: web@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com, stephen@networkplumber.org Cc: Maxime Coquelin Date: Fri, 8 Feb 2019 10:18:07 +0100 Message-Id: <20190208091807.1569-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Fri, 08 Feb 2019 09:18:16 +0000 (UTC) Subject: [dpdk-web] [PATCH] Add section in roadmap for internship topics X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2019 09:18:17 -0000 The patch also adds two topics I have in mind: - Vhost & Virtio testing - Monitor socket for testpmd Signed-off-by: Maxime Coquelin --- 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 + - 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