DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH v2] add aquantia devices to the list of supported nics
@ 2018-11-03 10:14 Igor Russkikh
  2018-11-21  0:11 ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
  0 siblings, 1 reply; 9+ messages in thread
From: Igor Russkikh @ 2018-11-03 10:14 UTC (permalink / raw)
  To: web; +Cc: alialnu, Igor Russkikh, Pavel Belous

Change sorting to "Name" to eliminate need for weights renumbering

Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: Pavel Belous <pavel.belous@aquantia.com>
---
 content/supported/NICs/aquantia.md | 8 ++++++++
 content/supported/_index.md        | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 100644 content/supported/NICs/aquantia.md

diff --git a/content/supported/NICs/aquantia.md b/content/supported/NICs/aquantia.md
new file mode 100644
index 000000000000..6f7983824841
--- /dev/null
+++ b/content/supported/NICs/aquantia.md
@@ -0,0 +1,8 @@
++++
+title = "Aquantia"
+categories = ["NICs"]
+hidden = true
+type = "nic"
++++
+
+- [atlantic](http://doc.dpdk.org/guides/nics/atlantic.html) (AQC100, AQC107, AQC108, AQC109)
diff --git a/content/supported/_index.md b/content/supported/_index.md
index f45ee9eee76d..8d261264f388 100644
--- a/content/supported/_index.md
+++ b/content/supported/_index.md
@@ -10,4 +10,4 @@ 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="NICs" depth="3" showhidden="true" sort="weight" description="true" %}}
+{{% children style="card" page="NICs" depth="3" showhidden="true" sort="Name" description="true" %}}
-- 
2.7.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia
  2018-11-03 10:14 [dpdk-web] [PATCH v2] add aquantia devices to the list of supported nics Igor Russkikh
@ 2018-11-21  0:11 ` Thomas Monjalon
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 1/5] remove useless metadata Thomas Monjalon
                     ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Thomas Monjalon @ 2018-11-21  0:11 UTC (permalink / raw)
  To: web

When trying to add a new vendor (Aquantia) to the NICs list,
it has been discussed to sort by name instead of renumbering weights.

This v3 is doing more cleanups and fix the messed output of the list.


Igor Russkikh (1):
  add Aquantia devices to supported NICs

Thomas Monjalon (4):
  remove useless metadata
  rename NICs directory
  simplify NICs list
  add driver names in NICs list

 content/_index.md                               | 4 ++--
 content/supported/_index.md                     | 3 ++-
 content/supported/nics/_index.md                | 4 ++++
 content/supported/{NICs => nics}/amazon.md      | 4 +---
 content/supported/nics/aquantia.md              | 7 +++++++
 content/supported/{NICs => nics}/atomicrules.md | 4 +---
 content/supported/{NICs => nics}/broadcom.md    | 4 +---
 content/supported/{NICs => nics}/cavium.md      | 4 +---
 content/supported/{NICs => nics}/chelsio.md     | 4 +---
 content/supported/{NICs => nics}/cisco.md       | 4 +---
 content/supported/{NICs => nics}/intel.md       | 4 +---
 content/supported/{NICs => nics}/marvell.md     | 4 +---
 content/supported/{NICs => nics}/mellanox.md    | 4 +---
 content/supported/{NICs => nics}/netcope.md     | 4 +---
 content/supported/{NICs => nics}/netronome.md   | 4 +---
 content/supported/{NICs => nics}/nxp.md         | 4 +---
 content/supported/{NICs => nics}/solarflare.md  | 4 +---
 content/supported/others.md                     | 5 ++---
 content/supported/paravirtualization.md         | 3 +--
 19 files changed, 31 insertions(+), 47 deletions(-)
 create mode 100644 content/supported/nics/_index.md
 rename content/supported/{NICs => nics}/amazon.md (70%)
 create mode 100644 content/supported/nics/aquantia.md
 rename content/supported/{NICs => nics}/atomicrules.md (73%)
 rename content/supported/{NICs => nics}/broadcom.md (73%)
 rename content/supported/{NICs => nics}/cavium.md (88%)
 rename content/supported/{NICs => nics}/chelsio.md (72%)
 rename content/supported/{NICs => nics}/cisco.md (71%)
 rename content/supported/{NICs => nics}/intel.md (93%)
 rename content/supported/{NICs => nics}/marvell.md (80%)
 rename content/supported/{NICs => nics}/mellanox.md (82%)
 rename content/supported/{NICs => nics}/netcope.md (71%)
 rename content/supported/{NICs => nics}/netronome.md (69%)
 rename content/supported/{NICs => nics}/nxp.md (80%)
 rename content/supported/{NICs => nics}/solarflare.md (73%)

-- 
2.19.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [dpdk-web] [PATCH v3 1/5] remove useless metadata
  2018-11-21  0:11 ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
@ 2018-11-21  0:11   ` Thomas Monjalon
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 2/5] rename NICs directory Thomas Monjalon
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2018-11-21  0:11 UTC (permalink / raw)
  To: web

---
 content/_index.md                     | 4 ++--
 content/supported/NICs/amazon.md      | 2 --
 content/supported/NICs/atomicrules.md | 2 --
 content/supported/NICs/broadcom.md    | 2 --
 content/supported/NICs/cavium.md      | 2 --
 content/supported/NICs/chelsio.md     | 2 --
 content/supported/NICs/cisco.md       | 2 --
 content/supported/NICs/intel.md       | 2 --
 content/supported/NICs/marvell.md     | 2 --
 content/supported/NICs/mellanox.md    | 2 --
 content/supported/NICs/netcope.md     | 2 --
 content/supported/NICs/netronome.md   | 2 --
 content/supported/NICs/nxp.md         | 2 --
 content/supported/NICs/solarflare.md  | 2 --
 content/supported/_index.md           | 2 +-
 15 files changed, 3 insertions(+), 29 deletions(-)

diff --git a/content/_index.md b/content/_index.md
index b552623..fdf5c51 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,6 +1,6 @@
 +++
-identifier = "home"
-weight="1"
+title = "Overview"
+weight = "1"
 +++
 
 <p style="text-align:right; color:grey;">
diff --git a/content/supported/NICs/amazon.md b/content/supported/NICs/amazon.md
index 231d2d2..fe91484 100644
--- a/content/supported/NICs/amazon.md
+++ b/content/supported/NICs/amazon.md
@@ -1,8 +1,6 @@
 +++
 title = "Amazon"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "1"
 +++
 
diff --git a/content/supported/NICs/atomicrules.md b/content/supported/NICs/atomicrules.md
index 858fd13..b261719 100644
--- a/content/supported/NICs/atomicrules.md
+++ b/content/supported/NICs/atomicrules.md
@@ -1,8 +1,6 @@
 +++
 title = "Atomic Rules"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "2"
 +++
 
diff --git a/content/supported/NICs/broadcom.md b/content/supported/NICs/broadcom.md
index ab50dd7..dbfae3d 100644
--- a/content/supported/NICs/broadcom.md
+++ b/content/supported/NICs/broadcom.md
@@ -1,8 +1,6 @@
 +++
 title = "Broadcom"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "3"
 +++
 
diff --git a/content/supported/NICs/cavium.md b/content/supported/NICs/cavium.md
index 0af603c..462f967 100644
--- a/content/supported/NICs/cavium.md
+++ b/content/supported/NICs/cavium.md
@@ -1,8 +1,6 @@
 +++
 title = "Cavium"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "4"
 +++
 
diff --git a/content/supported/NICs/chelsio.md b/content/supported/NICs/chelsio.md
index 897e210..27f368c 100644
--- a/content/supported/NICs/chelsio.md
+++ b/content/supported/NICs/chelsio.md
@@ -1,8 +1,6 @@
 +++
 title = "Chelsio"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "5"
 +++
 
diff --git a/content/supported/NICs/cisco.md b/content/supported/NICs/cisco.md
index fb905bb..6b310fd 100644
--- a/content/supported/NICs/cisco.md
+++ b/content/supported/NICs/cisco.md
@@ -1,8 +1,6 @@
 +++
 title = "Cisco"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "6"
 +++
 
diff --git a/content/supported/NICs/intel.md b/content/supported/NICs/intel.md
index 2981458..111dfa6 100644
--- a/content/supported/NICs/intel.md
+++ b/content/supported/NICs/intel.md
@@ -1,8 +1,6 @@
 +++
 title = "Intel"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "7"
 +++
 
diff --git a/content/supported/NICs/marvell.md b/content/supported/NICs/marvell.md
index 37bc504..d2605fd 100644
--- a/content/supported/NICs/marvell.md
+++ b/content/supported/NICs/marvell.md
@@ -1,8 +1,6 @@
 +++
 title = "Marvell"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "8"
 +++
 
diff --git a/content/supported/NICs/mellanox.md b/content/supported/NICs/mellanox.md
index 84b5e62..0d6a9d5 100644
--- a/content/supported/NICs/mellanox.md
+++ b/content/supported/NICs/mellanox.md
@@ -1,8 +1,6 @@
 +++
 title = "Mellanox"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "9"
 +++
 
diff --git a/content/supported/NICs/netcope.md b/content/supported/NICs/netcope.md
index 0be618c..5beefa8 100644
--- a/content/supported/NICs/netcope.md
+++ b/content/supported/NICs/netcope.md
@@ -1,8 +1,6 @@
 +++
 title = "Netcope"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "10"
 +++
 
diff --git a/content/supported/NICs/netronome.md b/content/supported/NICs/netronome.md
index 15cb9cf..e12f00d 100644
--- a/content/supported/NICs/netronome.md
+++ b/content/supported/NICs/netronome.md
@@ -1,8 +1,6 @@
 +++
 title = "Netronome"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "11"
 +++
 
diff --git a/content/supported/NICs/nxp.md b/content/supported/NICs/nxp.md
index 922e112..28bb8aa 100644
--- a/content/supported/NICs/nxp.md
+++ b/content/supported/NICs/nxp.md
@@ -1,8 +1,6 @@
 +++
 title = "NXP"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "12"
 +++
 
diff --git a/content/supported/NICs/solarflare.md b/content/supported/NICs/solarflare.md
index ca2acae..8e20cf6 100644
--- a/content/supported/NICs/solarflare.md
+++ b/content/supported/NICs/solarflare.md
@@ -1,8 +1,6 @@
 +++
 title = "Solarflare"
-categories = ["NICs"]
 hidden = true
-type = "nic"
 weight = "13"
 +++
 
diff --git a/content/supported/_index.md b/content/supported/_index.md
index f45ee9e..cdc7ff8 100644
--- a/content/supported/_index.md
+++ b/content/supported/_index.md
@@ -10,4 +10,4 @@ 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="NICs" depth="3" showhidden="true" sort="weight" description="true" %}}
+{{% children style="card" showhidden="true" sort="weight" description="true" %}}
-- 
2.19.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [dpdk-web] [PATCH v3 2/5] rename NICs directory
  2018-11-21  0:11 ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 1/5] remove useless metadata Thomas Monjalon
@ 2018-11-21  0:11   ` Thomas Monjalon
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 3/5] simplify NICs list Thomas Monjalon
                     ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2018-11-21  0:11 UTC (permalink / raw)
  To: web

Lowercase is more common for directories.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/supported/{NICs => nics}/amazon.md      | 0
 content/supported/{NICs => nics}/atomicrules.md | 0
 content/supported/{NICs => nics}/broadcom.md    | 0
 content/supported/{NICs => nics}/cavium.md      | 0
 content/supported/{NICs => nics}/chelsio.md     | 0
 content/supported/{NICs => nics}/cisco.md       | 0
 content/supported/{NICs => nics}/intel.md       | 0
 content/supported/{NICs => nics}/marvell.md     | 0
 content/supported/{NICs => nics}/mellanox.md    | 0
 content/supported/{NICs => nics}/netcope.md     | 0
 content/supported/{NICs => nics}/netronome.md   | 0
 content/supported/{NICs => nics}/nxp.md         | 0
 content/supported/{NICs => nics}/solarflare.md  | 0
 13 files changed, 0 insertions(+), 0 deletions(-)
 rename content/supported/{NICs => nics}/amazon.md (100%)
 rename content/supported/{NICs => nics}/atomicrules.md (100%)
 rename content/supported/{NICs => nics}/broadcom.md (100%)
 rename content/supported/{NICs => nics}/cavium.md (100%)
 rename content/supported/{NICs => nics}/chelsio.md (100%)
 rename content/supported/{NICs => nics}/cisco.md (100%)
 rename content/supported/{NICs => nics}/intel.md (100%)
 rename content/supported/{NICs => nics}/marvell.md (100%)
 rename content/supported/{NICs => nics}/mellanox.md (100%)
 rename content/supported/{NICs => nics}/netcope.md (100%)
 rename content/supported/{NICs => nics}/netronome.md (100%)
 rename content/supported/{NICs => nics}/nxp.md (100%)
 rename content/supported/{NICs => nics}/solarflare.md (100%)

diff --git a/content/supported/NICs/amazon.md b/content/supported/nics/amazon.md
similarity index 100%
rename from content/supported/NICs/amazon.md
rename to content/supported/nics/amazon.md
diff --git a/content/supported/NICs/atomicrules.md b/content/supported/nics/atomicrules.md
similarity index 100%
rename from content/supported/NICs/atomicrules.md
rename to content/supported/nics/atomicrules.md
diff --git a/content/supported/NICs/broadcom.md b/content/supported/nics/broadcom.md
similarity index 100%
rename from content/supported/NICs/broadcom.md
rename to content/supported/nics/broadcom.md
diff --git a/content/supported/NICs/cavium.md b/content/supported/nics/cavium.md
similarity index 100%
rename from content/supported/NICs/cavium.md
rename to content/supported/nics/cavium.md
diff --git a/content/supported/NICs/chelsio.md b/content/supported/nics/chelsio.md
similarity index 100%
rename from content/supported/NICs/chelsio.md
rename to content/supported/nics/chelsio.md
diff --git a/content/supported/NICs/cisco.md b/content/supported/nics/cisco.md
similarity index 100%
rename from content/supported/NICs/cisco.md
rename to content/supported/nics/cisco.md
diff --git a/content/supported/NICs/intel.md b/content/supported/nics/intel.md
similarity index 100%
rename from content/supported/NICs/intel.md
rename to content/supported/nics/intel.md
diff --git a/content/supported/NICs/marvell.md b/content/supported/nics/marvell.md
similarity index 100%
rename from content/supported/NICs/marvell.md
rename to content/supported/nics/marvell.md
diff --git a/content/supported/NICs/mellanox.md b/content/supported/nics/mellanox.md
similarity index 100%
rename from content/supported/NICs/mellanox.md
rename to content/supported/nics/mellanox.md
diff --git a/content/supported/NICs/netcope.md b/content/supported/nics/netcope.md
similarity index 100%
rename from content/supported/NICs/netcope.md
rename to content/supported/nics/netcope.md
diff --git a/content/supported/NICs/netronome.md b/content/supported/nics/netronome.md
similarity index 100%
rename from content/supported/NICs/netronome.md
rename to content/supported/nics/netronome.md
diff --git a/content/supported/NICs/nxp.md b/content/supported/nics/nxp.md
similarity index 100%
rename from content/supported/NICs/nxp.md
rename to content/supported/nics/nxp.md
diff --git a/content/supported/NICs/solarflare.md b/content/supported/nics/solarflare.md
similarity index 100%
rename from content/supported/NICs/solarflare.md
rename to content/supported/nics/solarflare.md
-- 
2.19.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [dpdk-web] [PATCH v3 3/5] simplify NICs list
  2018-11-21  0:11 ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 1/5] remove useless metadata Thomas Monjalon
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 2/5] rename NICs directory Thomas Monjalon
@ 2018-11-21  0:11   ` Thomas Monjalon
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 4/5] add driver names in " Thomas Monjalon
                     ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2018-11-21  0:11 UTC (permalink / raw)
  To: web

The weight metadata is replaced by sorting by name,
with hardware devices first.
An index is added in NICs directory in order to list them separately.

The software devices (including paravirtualization) are now visible
in the menu.

The description (details of each vendor) is removed
because it was not formatted and looked messy.

Doc about the shortcode "children":
	https://docdock.netlify.com/shortcodes/children/

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/supported/_index.md             | 3 ++-
 content/supported/nics/_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             | 4 +---
 content/supported/paravirtualization.md | 2 --
 17 files changed, 7 insertions(+), 19 deletions(-)
 create mode 100644 content/supported/nics/_index.md

diff --git a/content/supported/_index.md b/content/supported/_index.md
index cdc7ff8..4046c18 100644
--- a/content/supported/_index.md
+++ b/content/supported/_index.md
@@ -10,4 +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" showhidden="true" sort="weight" description="true" %}}
+{{% children style="card" page="supported/nics" showhidden="true" sort="name" %}}
+{{% children style="card" sort="name" %}}
diff --git a/content/supported/nics/_index.md b/content/supported/nics/_index.md
new file mode 100644
index 0000000..d4d49bd
--- /dev/null
+++ b/content/supported/nics/_index.md
@@ -0,0 +1,4 @@
++++
+title = "Hardware NICs"
+hidden = true
++++
diff --git a/content/supported/nics/amazon.md b/content/supported/nics/amazon.md
index fe91484..0715c47 100644
--- a/content/supported/nics/amazon.md
+++ b/content/supported/nics/amazon.md
@@ -1,7 +1,6 @@
 +++
 title = "Amazon"
 hidden = true
-weight = "1"
 +++
 
 - [ena (Elastic Network Adapter)](http://doc.dpdk.org/guides/nics/ena.html)
diff --git a/content/supported/nics/atomicrules.md b/content/supported/nics/atomicrules.md
index b261719..470a6ba 100644
--- a/content/supported/nics/atomicrules.md
+++ b/content/supported/nics/atomicrules.md
@@ -1,7 +1,6 @@
 +++
 title = "Atomic Rules"
 hidden = true
-weight = "2"
 +++
 
 - [ark](http://doc.dpdk.org/guides/nics/ark.html) (Arkville Packet Conduit FX0/FX1)
diff --git a/content/supported/nics/broadcom.md b/content/supported/nics/broadcom.md
index dbfae3d..f4c4b8d 100644
--- a/content/supported/nics/broadcom.md
+++ b/content/supported/nics/broadcom.md
@@ -1,7 +1,6 @@
 +++
 title = "Broadcom"
 hidden = true
-weight = "3"
 +++
 
 - [bnxt](http://doc.dpdk.org/guides/nics/bnxt.html) (NetXtreme-C, NetXtreme-E, StrataGX)
diff --git a/content/supported/nics/cavium.md b/content/supported/nics/cavium.md
index 462f967..0c1714c 100644
--- a/content/supported/nics/cavium.md
+++ b/content/supported/nics/cavium.md
@@ -1,7 +1,6 @@
 +++
 title = "Cavium"
 hidden = true
-weight = "4"
 +++
 
 - [thunderx](http://doc.dpdk.org/guides/nics/thunderx.html) (CN88XX)
diff --git a/content/supported/nics/chelsio.md b/content/supported/nics/chelsio.md
index 27f368c..67973bd 100644
--- a/content/supported/nics/chelsio.md
+++ b/content/supported/nics/chelsio.md
@@ -1,7 +1,6 @@
 +++
 title = "Chelsio"
 hidden = true
-weight = "5"
 +++
 
 - [cxgbe](http://doc.dpdk.org/guides/nics/cxgbe.html) (Terminator 5, Terminator 6)
diff --git a/content/supported/nics/cisco.md b/content/supported/nics/cisco.md
index 6b310fd..bcd5557 100644
--- a/content/supported/nics/cisco.md
+++ b/content/supported/nics/cisco.md
@@ -1,7 +1,6 @@
 +++
 title = "Cisco"
 hidden = true
-weight = "6"
 +++
 
 - [enic](http://doc.dpdk.org/guides/nics/enic.html) (UCS Virtual Interface Card)
diff --git a/content/supported/nics/intel.md b/content/supported/nics/intel.md
index 111dfa6..e0baf1d 100644
--- a/content/supported/nics/intel.md
+++ b/content/supported/nics/intel.md
@@ -1,7 +1,6 @@
 +++
 title = "Intel"
 hidden = true
-weight = "7"
 +++
 
 - [e1000](http://doc.dpdk.org/guides/nics/e1000em.html) (82540, 82545, 82546)
diff --git a/content/supported/nics/marvell.md b/content/supported/nics/marvell.md
index d2605fd..1cbf14d 100644
--- a/content/supported/nics/marvell.md
+++ b/content/supported/nics/marvell.md
@@ -1,7 +1,6 @@
 +++
 title = "Marvell"
 hidden = true
-weight = "8"
 +++
 
 - [mvpp2](http://doc.dpdk.org/guides/nics/mvpp2.html) (Marvell Packet Processor v2)
diff --git a/content/supported/nics/mellanox.md b/content/supported/nics/mellanox.md
index 0d6a9d5..8030149 100644
--- a/content/supported/nics/mellanox.md
+++ b/content/supported/nics/mellanox.md
@@ -1,7 +1,6 @@
 +++
 title = "Mellanox"
 hidden = true
-weight = "9"
 +++
 
 - [mlx4](http://doc.dpdk.org/guides/nics/mlx4.html) (ConnectX-3, ConnectX-3 Pro)
diff --git a/content/supported/nics/netcope.md b/content/supported/nics/netcope.md
index 5beefa8..25a8e8d 100644
--- a/content/supported/nics/netcope.md
+++ b/content/supported/nics/netcope.md
@@ -1,7 +1,6 @@
 +++
 title = "Netcope"
 hidden = true
-weight = "10"
 +++
 
 - [szedata2](http://doc.dpdk.org/guides/nics/szedata2.html) (NFB-*, NPC-*, NSF-*)
diff --git a/content/supported/nics/netronome.md b/content/supported/nics/netronome.md
index e12f00d..118b502 100644
--- a/content/supported/nics/netronome.md
+++ b/content/supported/nics/netronome.md
@@ -1,7 +1,6 @@
 +++
 title = "Netronome"
 hidden = true
-weight = "11"
 +++
 
 - [nfp](http://doc.dpdk.org/guides/nics/nfp.html) (NFP-4xxx, NFP-6xxx)
diff --git a/content/supported/nics/nxp.md b/content/supported/nics/nxp.md
index 28bb8aa..c12bb7d 100644
--- a/content/supported/nics/nxp.md
+++ b/content/supported/nics/nxp.md
@@ -1,7 +1,6 @@
 +++
 title = "NXP"
 hidden = true
-weight = "12"
 +++
 
 - [dpaa](http://doc.dpdk.org/guides/nics/dpaa.html) (LS102x, LS1043, LS1046)
diff --git a/content/supported/nics/solarflare.md b/content/supported/nics/solarflare.md
index 8e20cf6..fab8374 100644
--- a/content/supported/nics/solarflare.md
+++ b/content/supported/nics/solarflare.md
@@ -1,7 +1,6 @@
 +++
 title = "Solarflare"
 hidden = true
-weight = "13"
 +++
 
 - [sfc_efx](http://doc.dpdk.org/guides/nics/sfc_efx.html) (SFN7xxx, SFN8xxx, XtremeScale X2)
diff --git a/content/supported/others.md b/content/supported/others.md
index 9347efb..c73cfdc 100644
--- a/content/supported/others.md
+++ b/content/supported/others.md
@@ -1,7 +1,5 @@
 +++
-title = "Software Devices"
-weight = "15"
-hidden = "true"
+title = "Software NICs"
 +++
 
 - [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 0272995..3b95f2a 100644
--- a/content/supported/paravirtualization.md
+++ b/content/supported/paravirtualization.md
@@ -1,7 +1,5 @@
 +++
 title = "Paravirtualization"
-weight = "14"
-hidden = "true"
 +++
 
 - [avp](http://doc.dpdk.org/guides/nics/avp.html) (Wind River Accelerated Virtual Port)
-- 
2.19.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [dpdk-web] [PATCH v3 4/5] add driver names in NICs list
  2018-11-21  0:11 ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
                     ` (2 preceding siblings ...)
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 3/5] simplify NICs list Thomas Monjalon
@ 2018-11-21  0:11   ` Thomas Monjalon
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 5/5] add Aquantia devices to supported NICs Thomas Monjalon
  2018-11-22 13:55   ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
  5 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2018-11-21  0:11 UTC (permalink / raw)
  To: web

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@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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [dpdk-web] [PATCH v3 5/5] add Aquantia devices to supported NICs
  2018-11-21  0:11 ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
                     ` (3 preceding siblings ...)
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 4/5] add driver names in " Thomas Monjalon
@ 2018-11-21  0:11   ` Thomas Monjalon
  2018-11-22 13:55   ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
  5 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2018-11-21  0:11 UTC (permalink / raw)
  To: web; +Cc: Igor Russkikh, Igor Russkikh, Pavel Belous

From: Igor Russkikh <Igor.Russkikh@aquantia.com>

Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: Pavel Belous <pavel.belous@aquantia.com>
---
 content/supported/nics/aquantia.md | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 content/supported/nics/aquantia.md

diff --git a/content/supported/nics/aquantia.md b/content/supported/nics/aquantia.md
new file mode 100644
index 0000000..18d5fd1
--- /dev/null
+++ b/content/supported/nics/aquantia.md
@@ -0,0 +1,7 @@
++++
+title = "Aquantia"
+description = "atlantic"
+hidden = true
++++
+
+- [atlantic](http://doc.dpdk.org/guides/nics/atlantic.html) (AQC100, AQC107, AQC108, AQC109)
-- 
2.19.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia
  2018-11-21  0:11 ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
                     ` (4 preceding siblings ...)
  2018-11-21  0:11   ` [dpdk-web] [PATCH v3 5/5] add Aquantia devices to supported NICs Thomas Monjalon
@ 2018-11-22 13:55   ` Thomas Monjalon
  2018-11-22 14:38     ` Ferruh Yigit
  5 siblings, 1 reply; 9+ messages in thread
From: Thomas Monjalon @ 2018-11-22 13:55 UTC (permalink / raw)
  To: web

21/11/2018 01:11, Thomas Monjalon:
> When trying to add a new vendor (Aquantia) to the NICs list,
> it has been discussed to sort by name instead of renumbering weights.
> 
> This v3 is doing more cleanups and fix the messed output of the list.
> 
> 
> Igor Russkikh (1):
>   add Aquantia devices to supported NICs
> 
> Thomas Monjalon (4):
>   remove useless metadata
>   rename NICs directory
>   simplify NICs list
>   add driver names in NICs list

Applied

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia
  2018-11-22 13:55   ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
@ 2018-11-22 14:38     ` Ferruh Yigit
  0 siblings, 0 replies; 9+ messages in thread
From: Ferruh Yigit @ 2018-11-22 14:38 UTC (permalink / raw)
  To: Thomas Monjalon, web

On 11/22/2018 1:55 PM, Thomas Monjalon wrote:
> 21/11/2018 01:11, Thomas Monjalon:
>> When trying to add a new vendor (Aquantia) to the NICs list,
>> it has been discussed to sort by name instead of renumbering weights.
>>
>> This v3 is doing more cleanups and fix the messed output of the list.
>>
>>
>> Igor Russkikh (1):
>>   add Aquantia devices to supported NICs
>>
>> Thomas Monjalon (4):
>>   remove useless metadata
>>   rename NICs directory
>>   simplify NICs list
>>   add driver names in NICs list
> 
> Applied
> 

Seems was late for ack, but for record +1 to change, there a was a need to clean
up in that page, thanks.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-11-22 14:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-03 10:14 [dpdk-web] [PATCH v2] add aquantia devices to the list of supported nics Igor Russkikh
2018-11-21  0:11 ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
2018-11-21  0:11   ` [dpdk-web] [PATCH v3 1/5] remove useless metadata Thomas Monjalon
2018-11-21  0:11   ` [dpdk-web] [PATCH v3 2/5] rename NICs directory Thomas Monjalon
2018-11-21  0:11   ` [dpdk-web] [PATCH v3 3/5] simplify NICs list Thomas Monjalon
2018-11-21  0:11   ` [dpdk-web] [PATCH v3 4/5] add driver names in " Thomas Monjalon
2018-11-21  0:11   ` [dpdk-web] [PATCH v3 5/5] add Aquantia devices to supported NICs Thomas Monjalon
2018-11-22 13:55   ` [dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia Thomas Monjalon
2018-11-22 14:38     ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).