DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] add aquantia devices to the list of supported nics
@ 2018-10-30  8:16 Igor Russkikh
  2018-10-30  8:32 ` Ali Alnubani
  0 siblings, 1 reply; 3+ messages in thread
From: Igor Russkikh @ 2018-10-30  8:16 UTC (permalink / raw)
  To: web; +Cc: Igor Russkikh, Pavel Belous

From: Pavel Belous <Pavel.Belous@aquantia.com>

renumber weights to keep the list alphabetically sorted

Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: Pavel Belous <pavel.belous@aquantia.com>
---
 content/supported/NICs/aquantia.md    | 9 +++++++++
 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 +-
 13 files changed, 21 insertions(+), 12 deletions(-)
 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..46f13686886c
--- /dev/null
+++ b/content/supported/NICs/aquantia.md
@@ -0,0 +1,9 @@
++++
+title = "Aquantia"
+categories = ["NICs"]
+hidden = true
+type = "nic"
+weight = "2"
++++
+
+- [atlantic](http://doc.dpdk.org/guides/nics/atlantic.html) (AQC100, AQC107, AQC108, AQC109)
diff --git a/content/supported/NICs/atomicrules.md b/content/supported/NICs/atomicrules.md
index 858fd1381abc..ac5f2a70b31a 100644
--- a/content/supported/NICs/atomicrules.md
+++ b/content/supported/NICs/atomicrules.md
@@ -3,7 +3,7 @@ title = "Atomic Rules"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "2"
+weight = "3"
 +++
 
 - [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 ab50dd7c8f45..be5318de9f89 100644
--- a/content/supported/NICs/broadcom.md
+++ b/content/supported/NICs/broadcom.md
@@ -3,7 +3,7 @@ title = "Broadcom"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "3"
+weight = "4"
 +++
 
 - [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 0af603c1b63b..3276a368b564 100644
--- a/content/supported/NICs/cavium.md
+++ b/content/supported/NICs/cavium.md
@@ -3,7 +3,7 @@ title = "Cavium"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "4"
+weight = "5"
 +++
 
 - [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 897e21087149..b8e898660c3e 100644
--- a/content/supported/NICs/chelsio.md
+++ b/content/supported/NICs/chelsio.md
@@ -3,7 +3,7 @@ title = "Chelsio"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "5"
+weight = "6"
 +++
 
 - [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 fb905bb2544e..8e0782c1513d 100644
--- a/content/supported/NICs/cisco.md
+++ b/content/supported/NICs/cisco.md
@@ -3,7 +3,7 @@ title = "Cisco"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "6"
+weight = "7"
 +++
 
 - [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 298145801f66..ed0728fce418 100644
--- a/content/supported/NICs/intel.md
+++ b/content/supported/NICs/intel.md
@@ -3,7 +3,7 @@ title = "Intel"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "7"
+weight = "8"
 +++
 
 - [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 28c2dd4b96d2..c93339f24cca 100644
--- a/content/supported/NICs/marvell.md
+++ b/content/supported/NICs/marvell.md
@@ -3,7 +3,7 @@ title = "Marvell"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "8"
+weight = "9"
 +++
 
 - [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 84b5e62c12a6..1ea3ea019262 100644
--- a/content/supported/NICs/mellanox.md
+++ b/content/supported/NICs/mellanox.md
@@ -3,7 +3,7 @@ title = "Mellanox"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "9"
+weight = "10"
 +++
 
 - [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 0be618c280e9..e63e174e2f17 100644
--- a/content/supported/NICs/netcope.md
+++ b/content/supported/NICs/netcope.md
@@ -3,7 +3,7 @@ title = "Netcope"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "10"
+weight = "11"
 +++
 
 - [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 15cb9cf89d9b..5d2497966d67 100644
--- a/content/supported/NICs/netronome.md
+++ b/content/supported/NICs/netronome.md
@@ -3,7 +3,7 @@ title = "Netronome"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "11"
+weight = "12"
 +++
 
 - [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 922e11285ef5..a2b6f39c1d63 100644
--- a/content/supported/NICs/nxp.md
+++ b/content/supported/NICs/nxp.md
@@ -3,7 +3,7 @@ title = "NXP"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "12"
+weight = "13"
 +++
 
 - [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 ca2acaeb4613..df4d0e685225 100644
--- a/content/supported/NICs/solarflare.md
+++ b/content/supported/NICs/solarflare.md
@@ -3,7 +3,7 @@ title = "Solarflare"
 categories = ["NICs"]
 hidden = true
 type = "nic"
-weight = "13"
+weight = "14"
 +++
 
 - [sfc_efx](http://doc.dpdk.org/guides/nics/sfc_efx.html) (SFN7xxx, SFN8xxx, XtremeScale X2)
-- 
2.7.4

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

end of thread, other threads:[~2018-10-30  8:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-30  8:16 [dpdk-web] [PATCH] add aquantia devices to the list of supported nics Igor Russkikh
2018-10-30  8:32 ` Ali Alnubani
2018-10-30  8:34   ` Igor Russkikh

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).