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 D4700A0352 for ; Mon, 16 Dec 2019 01:40:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A51851BFB5; Mon, 16 Dec 2019 01:40:32 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id BCA3F1BFB2 for ; Mon, 16 Dec 2019 01:40:31 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id C5D904A6; Sun, 15 Dec 2019 19:40:30 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 15 Dec 2019 19:40:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=Hv00iagQlBbb4A3f0E4hVqs mIGUzsOVVxZVqmmuZgxM=; b=Ovm/f3XHGzvQD6YC8zUVgP/ExzG14pRU9sGPPFc JLL4PZ/9j2Q7TYuk2oEzV4Hi8DnSvXXcEFPmqG5DVWllHJpirriGFhJbr/i9siQh /Sk9K4fT/Sl+UOV+akSSrrIgIIAeskse3whbBSrDxgZfZGRHn/pK5rCuBDifEsbf 1XxM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=Hv00iagQlBbb4A3f0 E4hVqsmIGUzsOVVxZVqmmuZgxM=; b=NaTg9+4ZG8HcC5P29MoyYj4gfO76jJN4a 4vmr3yRmHx69GxdBm3Uqp/CARootOw/iwcCbxb6qXF36tS+sM5AhcBZqMGZUeev/ DpRg825GTRoG6xkxC3uwFI+ogDEQpyrlIRmiQ4AgL3dWCfhbAmV/wqhcreuA+SW+ wu2MIGwgIgyQN20Oxs5CbXkFBjf08PIHH7qtpGUGOSeMFWMToum5OkdYXse1SU3v KPkqFvYDGJ+WwELWkOmKC9I/QmuOLoX1fPkZuFEplseUvjkuaSjiheJQP0AfbDWa b9Bi/QC00QkilEu34IO33NrO+KQvrefTmx5+euc8BkzkiAD1tnHNQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvddtgedgvdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhho nhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrdhorhhgnecukfhppeejje drudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghs sehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 D8D2D30600B1 for ; Sun, 15 Dec 2019 19:40:29 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Date: Mon, 16 Dec 2019 01:40:15 +0100 Message-Id: <20191216004022.1530059-1-thomas@monjalon.net> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" The main updates of this series are about adding CPU and crypto to supported hardware. Some recent device classes (baseband, compress) are not added yet. 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 content/supported/_index.md | 14 ++++++++------ content/supported/cpus/_index.md | 6 ++++++ content/supported/cpus/arm.md | 11 +++++++++++ content/supported/cpus/ppc.md | 7 +++++++ content/supported/cpus/x86.md | 8 ++++++++ content/supported/cryptos/_index.md | 11 +++++++++++ content/supported/cryptos/amd.md | 7 +++++++ content/supported/cryptos/cpu.md | 7 +++++++ content/supported/cryptos/intel.md | 7 +++++++ content/supported/cryptos/marvell.md | 10 ++++++++++ content/supported/cryptos/nxp.md | 9 +++++++++ content/supported/cryptos/sw.md | 12 ++++++++++++ content/supported/nics/_index.md | 11 +++++++++-- content/supported/nics/amazon.md | 2 +- content/supported/nics/amd.md | 2 +- content/supported/nics/aquantia.md | 2 +- content/supported/nics/atomicrules.md | 2 +- content/supported/nics/broadcom.md | 2 +- content/supported/nics/chelsio.md | 2 +- content/supported/nics/cisco.md | 2 +- content/supported/nics/hisilicon.md | 2 +- content/supported/nics/huawei.md | 2 +- content/supported/nics/intel.md | 18 +++++++++--------- content/supported/nics/marvell.md | 16 ++++++++-------- content/supported/nics/mellanox.md | 4 ++-- content/supported/nics/netcope.md | 4 ++-- content/supported/nics/netronome.md | 2 +- content/supported/nics/nxp.md | 8 ++++---- content/supported/nics/solarflare.md | 2 +- content/supported/nics/sw.md | 12 ++++++++++++ content/supported/others.md | 10 ---------- content/supported/paravirtualization.md | 9 +++++---- 32 files changed, 165 insertions(+), 58 deletions(-) create mode 100644 content/supported/cpus/_index.md create mode 100644 content/supported/cpus/arm.md create mode 100644 content/supported/cpus/ppc.md create mode 100644 content/supported/cpus/x86.md create mode 100644 content/supported/cryptos/_index.md create mode 100644 content/supported/cryptos/amd.md create mode 100644 content/supported/cryptos/cpu.md create mode 100644 content/supported/cryptos/intel.md create mode 100644 content/supported/cryptos/marvell.md create mode 100644 content/supported/cryptos/nxp.md create mode 100644 content/supported/cryptos/sw.md create mode 100644 content/supported/nics/sw.md delete mode 100644 content/supported/others.md -- 2.24.0