From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 415FF1B202; Wed, 13 Feb 2019 21:24:09 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 21337348A; Wed, 13 Feb 2019 15:24:08 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 13 Feb 2019 15:24:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=mLffmMkQeg9ldk/4Dl8eWYjehN7K841eAKqrmObQZUE=; b=artizDv/0kP4 wOImMSWXzI76Hz/R9P/2DvZB0G/kCP5P29lSXdAib1MDG/y2flM+Xhc1cOAKtHoO Q0iDDac4WtUWz00LzNmVySa2sjq8MvGXkPCFM3xp6ls6b4UG0sQj9D1JufhQRTIK vl6oTlztlWvPPiVZhWuiIgS5XscE5Lk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=mLffmMkQeg9ldk/4Dl8eWYjehN7K841eAKqrmObQZ UE=; b=iXfcjx/mesgoypmDFzHarFJ0H8rBo19sABbOFYBOK0fWFgnq++qdl3Ntj 7YOPLEHBxzqam2dJ2p2tLY8kDNZXUrnwm+lVSgEti4Hty2tw4RTrIzOyK9WWb4md YGIhs6jdSH1HEcfw3utH5H3eZOuI+yXmVUx5IDX/Z/ZBVHNoOWF93unIcBr+VLVi QcO+Pq592bULegGsevHhqiaBsKKkHAnifZlcn4Ws6qJPhAGstAw+KN9UFXcaC5WY 6fU/4pAXOASF0SV5420Dvt9DFfc6BHp6DVK/zy5jcO5WjXsAO9LOZioZ9CmmMdeg Jwhh0FSR0ryGT7OFzv360JzDqhbbw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledruddtfedgudefjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkf gjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhn uceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvd dtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 48E86E44A1; Wed, 13 Feb 2019 15:24:06 -0500 (EST) From: Thomas Monjalon To: Maxime Coquelin , techboard@dpdk.org Cc: web@dpdk.org, ferruh.yigit@intel.com, stephen@networkplumber.org Date: Wed, 13 Feb 2019 21:24:03 +0100 Message-ID: <2144751.6UXPdAPkQh@xps> In-Reply-To: <20190208091807.1569-1-maxime.coquelin@redhat.com> References: <20190208091807.1569-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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: Wed, 13 Feb 2019 20:24:09 -0000 08/02/2019 10:18, Maxime Coquelin: > +### 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. Thanks for volunteering as a mentor. How would it be different of what vsperf and dts are offering? Would it be a separate project? > +- 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. Any mentor volunteering for this project?