[dpdk-web] [PATCH v3 4/5] add driver names in NICs list

Thomas Monjalon thomas at monjalon.net
Wed Nov 21 01:11:16 CET 2018


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 <thomas at monjalon.net>
---
 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



More information about the web mailing list