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 A98B3A04F3 for ; Thu, 19 Dec 2019 21:36:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A067F1B9BF; Thu, 19 Dec 2019 21:36:03 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 7B4711B9BF for ; Thu, 19 Dec 2019 21:36:02 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 638967CD; Thu, 19 Dec 2019 15:36:01 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 19 Dec 2019 15:36:01 -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:content-type; s=mesmtp; bh=We/grunMmUvFgetc+ur+Kh/oPLf5Amw7ftBHXjSTroY=; b=i3SCai5Uznsc HZHk5XqYnq8vPPfojwg/uaAXYWh+6hiMfRmUUXewc2Y3aqXPYwTFrQacf5yoQj3S U3WSy3sxNcS/SpMP/pxHfb5dMyewba5M7PX7AFGD6WeRqfJsVJVZLekSA7SYmySl f1H8x/5PnZ+AaQ3bh5ZkDgnI2//OO1I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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=We/grunMmUvFgetc+ur+Kh/oPLf5Amw7ftBHXjSTr oY=; b=XRP4dBdCAjz0iVHmVKQlvIPac3zAh6eCjw9tWnBgJQeMsLg9/YIyYp4/m 9jyGP6SWifA+WvnVHX1HhXmn1LzXLRPq3JUvVsaAX7X+2JaDTXTvmIimaPbwxd+q mE9Xe6FBnIe3Kvnwu+rSsmzYJS5gYiuScV9iCta4nsYJGWP7dkf+hA5psA5j6JHX D7cK/Rg+nkmza8ZY2wdp8jYxO8wkSDnWhK6yUIB0QpJbaUpdtRYdbtSWj911o8aA ccjJY6Uw3y5NUSMIKVjCtLk2YySJMp8lizzhzC2b3c5HELhjanQoUXliDCztiO3j Q6i/mFv+SoZJK15fAi+PpSmdtVcmg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvdduuddgudefjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtuf ertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghs sehmohhnjhgrlhhonhdrnhgvtheqnecuffhomhgrihhnpeguphgukhdrohhrghenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgepud 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 AD1803060A0E for ; Thu, 19 Dec 2019 15:36:00 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Date: Thu, 19 Dec 2019 21:35:58 +0100 Message-ID: <4107044.uX32akCje1@xps> In-Reply-To: <20191216004022.1530059-1-thomas@monjalon.net> References: <20191216004022.1530059-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [PATCH 0/7] update supported hardware 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" 16/12/2019 01:40, Thomas Monjalon: > The goal is to replace https://www.dpdk.org/ecosystem/#hardware > and https://www.dpdk.org/ecosystem/#drivers with some links > to the more complete and up-to-date list on http://core.dpdk.org/supported/ > > > Thomas Monjalon (7): > remove protocol from driver doc URLs > add virtio-crypto to paravirtualization > add memif to software NICs > move software NICs in NICs > unhide supported NIC category > add supported CPU category > add supported crypto category Applied