From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 98DE04C8F for ; Mon, 26 Feb 2018 15:17:24 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1D42921FD8; Mon, 26 Feb 2018 09:17:24 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 26 Feb 2018 09:17:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=I1m0trBnRL6z4AZf9ewoMTG5Rg vFkdHyfAbDD9Q2/7Y=; b=couQKXkDLGB09EplFEgvuPL9ouWixINQmkRoXmWW1A vYD/Cfj8HGN7325lbxTaUZmOuZZodr5nS3u1ZIYaq0YbB9d8t+tFDXOf218UGn70 4Q3rzh/IYGBQK8v2aW/0qyDXrlKmOgx9naBwpVRplQ/UXyILRP22vvmzCfnJiFCB U= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=I1m0tr BnRL6z4AZf9ewoMTG5RgvFkdHyfAbDD9Q2/7Y=; b=FpylOILxNIyXbbwki6VQKN df4SGuexPre0SavTb2lEquZQMgzMNn7gippNeMsvWYnujyM2VEmk7a96J87oP9eK C6x95HIArFNgwCwUcRcnjdURvq/TKbgOnOTXhUe8OEJ8BewJLxkFw40Bvt1HDvs8 yfStG+404zEBF3YI3drHImNfTMas9B9rX2aeoUM+2ei1TH1QOEpFx+/p02qm1ZfP EqQcaduSgDe+BfiOKJ9hgx/yrDmNjaeIe3WhWDIpLAxBR2D17Gi6zEKVUlcci11x oZ/Ju9JykiRVJS1fxGOTePuaHq84aTLztMuv6fS6qZ42+qZhXlIfLKgRN7fErIgQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 855A724591; Mon, 26 Feb 2018 09:17:23 -0500 (EST) From: Thomas Monjalon To: "Archbold, Brian" Cc: web@dpdk.org, "Mcnamara, John" Date: Mon, 26 Feb 2018 15:17:08 +0100 Message-ID: <1797710.39dlDx57BO@xps> In-Reply-To: References: <20180222072313.4370-1-brian.archbold@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [PATCH v1] update roadmap for 18.05 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: Mon, 26 Feb 2018 14:17:24 -0000 Hi, > > Update the 18.05 roadmap > > > > Signed-off-by: Brian Archbold > > Acked-by: John McNamara This patch is removing all from 18.02 and add Intel roadmap. I prefer applying my patch first which is selectively removing only what was implemented in 18.02. Please re-do your patch on top of it to add Intel roadmap. About uppercases, I am not sure about using uppercases for each words. They are just list item, not titles. I feel all lowercase is simpler. Let's try to keep the list simple. One example, you suggest: - Provide support for a selective datapath in the vhost-user library I suggest a shorter form: - selective datapath (vDPA) in vhost-user Thanks