From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 0FDA8322C for ; Wed, 21 Nov 2018 01:11:35 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8B268231E3; Tue, 20 Nov 2018 19:11:27 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 20 Nov 2018 19:11:27 -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=hz8O3c+a2b RKlSoy6fO8OW6P2bJjwkfDNTowjNd+RBQ=; b=UTNkH33LEYoC1zN8lPfj0FiNEu PEnDtnymNy68LErC2tgg74GvCqa02WY1ziK0UPwm26+zkDu9ANIPXEZqhjgjBJE2 mzDx4DlufjfYoD6Ev76PdZzlAWHh2smg1rZL1gabedtWPqjuoVi8YXND59HWR/aW rjs9GGzGNCtoBICHU= 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=hz8O3c+a2bRKlSoy6fO8OW6P2bJjwkfDNTowjNd+RBQ=; b=tRUMaGDL FIn+XZ2PP7Opxi0SxZtJQlKOKHAs8jeDocAWYtnagTIhtIz85nIgPwEr+tDcpVXe vxkdBBfvJ/wjpWOpGMsiFMWezFK99qLzndkZElp2Q/SAlPBw1qdAKVax2Po3PTnj oVXkr9G0Cji9OFAvTc5OYpbLTWCgVUYwwEzxLyRJHMkgSCWJwz09Ca7zz4k+SeZf DZd7g1C8niqNRZP/l1epedc51TA/c0YXXJk6fk4Jg83s93m3boS4TZWQ2uem2Dsm cnXEoTF23KwJhKyZ9zS3qKOvcC4XfB5ybGuq9MMQ2BED7I65ToWvr27JvP6DH7d+ y304Z/H+rvj+iw== X-ME-Sender: 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 DE028E451A for ; Tue, 20 Nov 2018 19:11:26 -0500 (EST) From: Thomas Monjalon To: web@dpdk.org Date: Wed, 21 Nov 2018 01:11:16 +0100 Message-Id: <20181121001117.24537-5-thomas@monjalon.net> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181121001117.24537-1-thomas@monjalon.net> References: <20181121001117.24537-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-web] [PATCH v3 4/5] add driver names in NICs list 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: Wed, 21 Nov 2018 00:11:35 -0000 The name of all supported ethdev drivers are added as description of the vendor pages, so it appears in the NICs list. Signed-off-by: Thomas Monjalon --- content/supported/_index.md | 4 ++-- content/supported/nics/amazon.md | 1 + content/supported/nics/atomicrules.md | 1 + content/supported/nics/broadcom.md | 1 + content/supported/nics/cavium.md | 1 + content/supported/nics/chelsio.md | 1 + content/supported/nics/cisco.md | 1 + content/supported/nics/intel.md | 1 + content/supported/nics/marvell.md | 1 + content/supported/nics/mellanox.md | 1 + content/supported/nics/netcope.md | 1 + content/supported/nics/netronome.md | 1 + content/supported/nics/nxp.md | 1 + content/supported/nics/solarflare.md | 1 + content/supported/others.md | 1 + content/supported/paravirtualization.md | 1 + 16 files changed, 17 insertions(+), 2 deletions(-) diff --git a/content/supported/_index.md b/content/supported/_index.md index 4046c18..a028432 100644 --- a/content/supported/_index.md +++ b/content/supported/_index.md @@ -10,5 +10,5 @@ Features supported by the drivers can be checked in the [networking drivers matrix](http://doc.dpdk.org/guides/nics/overview.html#id1). {{% /notice %}} -{{% children style="card" page="supported/nics" showhidden="true" sort="name" %}} -{{% children style="card" sort="name" %}} +{{% children style="card" page="supported/nics" showhidden="true" sort="name" description="true" %}} +{{% children style="card" sort="name" description="true" %}} diff --git a/content/supported/nics/amazon.md b/content/supported/nics/amazon.md index 0715c47..afdbfc1 100644 --- a/content/supported/nics/amazon.md +++ b/content/supported/nics/amazon.md @@ -1,5 +1,6 @@ +++ title = "Amazon" +description = "ena" hidden = true +++ diff --git a/content/supported/nics/atomicrules.md b/content/supported/nics/atomicrules.md index 470a6ba..d8de7f8 100644 --- a/content/supported/nics/atomicrules.md +++ b/content/supported/nics/atomicrules.md @@ -1,5 +1,6 @@ +++ title = "Atomic Rules" +description = "ark" hidden = true +++ diff --git a/content/supported/nics/broadcom.md b/content/supported/nics/broadcom.md index f4c4b8d..6c8c6b4 100644 --- a/content/supported/nics/broadcom.md +++ b/content/supported/nics/broadcom.md @@ -1,5 +1,6 @@ +++ title = "Broadcom" +description = "bnxt" hidden = true +++ diff --git a/content/supported/nics/cavium.md b/content/supported/nics/cavium.md index 0c1714c..438fde6 100644 --- a/content/supported/nics/cavium.md +++ b/content/supported/nics/cavium.md @@ -1,5 +1,6 @@ +++ title = "Cavium" +description = "thunderx, octeontx, liquidio, bnx2x, qede" hidden = true +++ diff --git a/content/supported/nics/chelsio.md b/content/supported/nics/chelsio.md index 67973bd..02c6c3e 100644 --- a/content/supported/nics/chelsio.md +++ b/content/supported/nics/chelsio.md @@ -1,5 +1,6 @@ +++ title = "Chelsio" +description = "cxgbe" hidden = true +++ diff --git a/content/supported/nics/cisco.md b/content/supported/nics/cisco.md index bcd5557..45e9fa3 100644 --- a/content/supported/nics/cisco.md +++ b/content/supported/nics/cisco.md @@ -1,5 +1,6 @@ +++ title = "Cisco" +description = "enic" hidden = true +++ diff --git a/content/supported/nics/intel.md b/content/supported/nics/intel.md index e0baf1d..1b0dc95 100644 --- a/content/supported/nics/intel.md +++ b/content/supported/nics/intel.md @@ -1,5 +1,6 @@ +++ title = "Intel" +description = "e1000, ixgbe, i40e, fm10k" hidden = true +++ diff --git a/content/supported/nics/marvell.md b/content/supported/nics/marvell.md index 1cbf14d..61c3f49 100644 --- a/content/supported/nics/marvell.md +++ b/content/supported/nics/marvell.md @@ -1,5 +1,6 @@ +++ title = "Marvell" +description = "mvpp2, mvneta" hidden = true +++ diff --git a/content/supported/nics/mellanox.md b/content/supported/nics/mellanox.md index 8030149..7b603c0 100644 --- a/content/supported/nics/mellanox.md +++ b/content/supported/nics/mellanox.md @@ -1,5 +1,6 @@ +++ title = "Mellanox" +description = "mlx4, mlx5" hidden = true +++ diff --git a/content/supported/nics/netcope.md b/content/supported/nics/netcope.md index 25a8e8d..6ca3920 100644 --- a/content/supported/nics/netcope.md +++ b/content/supported/nics/netcope.md @@ -1,5 +1,6 @@ +++ title = "Netcope" +description = "szedata2" hidden = true +++ diff --git a/content/supported/nics/netronome.md b/content/supported/nics/netronome.md index 118b502..1ea41a0 100644 --- a/content/supported/nics/netronome.md +++ b/content/supported/nics/netronome.md @@ -1,5 +1,6 @@ +++ title = "Netronome" +description = "nfp" hidden = true +++ diff --git a/content/supported/nics/nxp.md b/content/supported/nics/nxp.md index c12bb7d..3f54dae 100644 --- a/content/supported/nics/nxp.md +++ b/content/supported/nics/nxp.md @@ -1,5 +1,6 @@ +++ title = "NXP" +description = "dpaa, dpaa2" hidden = true +++ diff --git a/content/supported/nics/solarflare.md b/content/supported/nics/solarflare.md index fab8374..4d33b86 100644 --- a/content/supported/nics/solarflare.md +++ b/content/supported/nics/solarflare.md @@ -1,5 +1,6 @@ +++ title = "Solarflare" +description = "sfc" hidden = true +++ diff --git a/content/supported/others.md b/content/supported/others.md index c73cfdc..0f99b29 100644 --- a/content/supported/others.md +++ b/content/supported/others.md @@ -1,5 +1,6 @@ +++ title = "Software NICs" +description = "af_packet, tap, pcap, ring" +++ - [af_packet](http://git.dpdk.org/dpdk/tree/drivers/net/af_packet) (Linux AF_PACKET socket) diff --git a/content/supported/paravirtualization.md b/content/supported/paravirtualization.md index 3b95f2a..7d08d0b 100644 --- a/content/supported/paravirtualization.md +++ b/content/supported/paravirtualization.md @@ -1,5 +1,6 @@ +++ title = "Paravirtualization" +description = "avp, netvsc, virtio, vmxnet3" +++ - [avp](http://doc.dpdk.org/guides/nics/avp.html) (Wind River Accelerated Virtual Port) -- 2.19.0