From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 14F98A04F3 for ; Wed, 8 Jan 2020 23:13:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB9AA1DAED; Wed, 8 Jan 2020 23:13:28 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id B855B1DAE4; Wed, 8 Jan 2020 23:13:25 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 04F2521DFB; Wed, 8 Jan 2020 17:13:24 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 08 Jan 2020 17:13:25 -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=sjDqYxgGLTBxzEWu1igwwTBpYSliIcpZy506Q6BTWOU=; b=sPK115V8xhua faZ3tZOkXf/POvvhxvbDZdUGO1GBkihMMdpNnwSiK3gvYsaIQdR1yPKaa1gVi7xQ HrsKT3lnVdk0C7IwYh6Rt0UAn+CLxmbODIRT7D3ePogHFnVwW1rWcF98Hh+Z12BS erXHLMkCPkDfQWAlCLWWXBA7plQObwU= 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=fm1; bh=sjDqYxgGLTBxzEWu1igwwTBpYSliIcpZy506Q6BTW OU=; b=vPMFkrswAyNYJ4k8bdigC66Hi+ksTBiR1dLENnYF60OdTEqUHC+K49j92 1pmfC688d1T7wt4FDOQiDrPCBO0uS1k02mnumBefm3UkuWFL6xPIuijvAD4jHA+T tZtdNbTy5vOzLDzqWoSr+4Hk1bK/EUVmqfCApWXonBF3gURavA51kpj9MRMcDnCj sMtd2APKUt95OvPB6a5Fs+Q/4IXZ5EZOQSnEemPhWskleHkVSpVIYm9f1ccPlCzd 527LunXXlo0iHPuHji3ec+bccdYqrrVanuUJ8qG2RiaVUZszOIQzXxtS2veOMEaQ tanPHqvk6esbFx9cUGjbzhEWsl9ew== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvdehkedgudehjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 A560030607CD; Wed, 8 Jan 2020 17:13:23 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: David Marchand , dev@dpdk.org, web@dpdk.org, Tim O'Driscoll , John Mcnamara Date: Wed, 08 Jan 2020 23:13:22 +0100 Message-ID: <4221701.cEBGB3zze1@xps> In-Reply-To: <20191213110241.74371-1-ferruh.yigit@intel.com> References: <20191213110241.74371-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [dpdk-dev] [PATCH] update Intel roadmap for 20.02 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: , Errors-To: web-bounces@dpdk.org Sender: "web" 13/12/2019 12:02, Ferruh Yigit: > Signed-off-by: Ferruh Yigit > --- > Roadmap provided by: > Cc: Tim O'Driscoll > Cc: John Mcnamara > --- > --- a/content/roadmap/_index.md > +++ b/content/roadmap/_index.md > +- Add cryptodev support for chachapoly symmetric algorithm in Intel QAT devices > +- Flow API support for flow director rules based on Intel DDP profiles > +- Update AESNI-MB PMD and AESNI GCM PMDs to use the latest version of the IPsec multi-buffer library > +- Add virtio packed ring notification support > +- Add virtio 1.1 server mode support > +- Support crypto Rx and Tx operations on different cores > +- Validate and document basic support for OpenWRT > +- Additional Windows support for EAL functions Reordered with others and applied, thanks