[dpdk-web] [PATCH v2] add aquantia devices to the list of supported nics

Igor Russkikh Igor.Russkikh at aquantia.com
Sat Nov 3 11:14:04 CET 2018


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

Signed-off-by: Igor Russkikh <igor.russkikh at aquantia.com>
Signed-off-by: Pavel Belous <pavel.belous at 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



More information about the web mailing list