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 CFE6FA0352 for ; Mon, 16 Dec 2019 01:40:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C3A601BFC9; Mon, 16 Dec 2019 01:40:38 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 9EBC51BFC9 for ; Mon, 16 Dec 2019 01:40:37 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id D05484B5; Sun, 15 Dec 2019 19:40:36 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 15 Dec 2019 19:40:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=mesmtp; bh=Wzt5E9p3/E Cy7M1yO8Kp/bSZhSJkBzEEp1ZTqvEHhTQ=; b=kRu/3zeRPeB7IBNGcVYdgJZuDh GNw77CYIUz84oIND7G35EiqIuIowQyMyfTunugbspAEqwYpX12yjPmJRlKhCsPa5 PoolAN3LHgyqGBPRMGlppWn9HrcDJ95SHnF57ydgfXz8rBIwFONz/f+94Y7fxRHk +zc8ZzBzLd7WAA5wQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding: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=Wzt5E9p3/ECy7M1yO8Kp/bSZhSJkBzEEp1ZTqvEHhTQ=; b=ox00+tj+ /FE0IBynxmIuvLpzLnJWDRaAZwCFM0hgn0sg6O2326fyjWMZx1OYo3i1riOGA11e QPQnTaXW9vKplve8dw4d6CGrV+5+cXBT6ixw0yuhe20M2dvcN9XIdD+p9kj/KcyP o6YIMDN0OCyJn7kW/pCYIK7/FgYv9mdjtkCzqLL6OuEktGtGyAKspS0gE503l8Jb QeLJPf4ZHdsAZ/H2q8ZXZddRxGPC02FVsg4gOtS4zatwoQeYUAoWgOqyUzMy6Ymt 7uqq8ZxhJ/gRgPMzPjBGWbLEeoway7VpbGlUn6Q5lm4GDmePPcFpbSfCpVBvfp4r SrycH7gXhMSgpg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvddtgedgvdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrdhorhhgnecukfhppe ejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0C70A30600D4 for ; Sun, 15 Dec 2019 19:40:35 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Date: Mon, 16 Dec 2019 01:40:17 +0100 Message-Id: <20191216004022.1530059-3-thomas@monjalon.net> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191216004022.1530059-1-thomas@monjalon.net> References: <20191216004022.1530059-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH 2/7] add virtio-crypto to paravirtualization 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" The virtio-crypto PMD was added in DPDK 18.05. Signed-off-by: Thomas Monjalon --- content/supported/paravirtualization.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/supported/paravirtualization.md b/content/supported/paravirtualization.md index c90550f..2ec6c3e 100644 --- a/content/supported/paravirtualization.md +++ b/content/supported/paravirtualization.md @@ -5,5 +5,6 @@ description = "avp, netvsc, virtio, vmxnet3" - [avp](//doc.dpdk.org/guides/nics/avp.html) (Wind River Accelerated Virtual Port) - [netvsc](//doc.dpdk.org/guides/nics/netvsc.html) (Microsoft Hyper-V/Azure NetVSC) -- [virtio-net](//doc.dpdk.org/guides/nics/virtio.html) (QEMU) +- [virtio-net](//doc.dpdk.org/guides/nics/virtio.html), + [virtio-crypto](//doc.dpdk.org/guides/cryptodevs/virtio.html) (QEMU) - [vmxnet3](//doc.dpdk.org/guides/nics/vmxnet3.html) (VMware ESXi) -- 2.24.0