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

* Re: [dpdk-web] [PATCH] add aquantia devices to the list of supported nics
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Ali Alnubani @ 2018-10-30  8:32 UTC (permalink / raw)
  To: Igor Russkikh, web; +Cc: Pavel Belous

Hi Igor,

The sort method in http://git.dpdk.org/tools/dpdk-web/tree/content/supported/_index.md:13 can be changed to "name" instead of "weight".

I think it would be a better approach of sorting than having to change weights every time a page is added. 

Regards,
Ali

> -----Original Message-----
> From: web <web-bounces@dpdk.org> On Behalf Of Igor Russkikh
> Sent: Tuesday, October 30, 2018 10:16 AM
> To: web@dpdk.org
> Cc: Igor Russkikh <Igor.Russkikh@aquantia.com>; Pavel Belous
> <Pavel.Belous@aquantia.com>
> Subject: [dpdk-web] [PATCH] add aquantia devices to the list of supported
> nics
> 
> 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](https://emea01.safelinks.protection.outlook.com/?url=http%3A
> +%2F%2Fdoc.dpdk.org%2Fguides%2Fnics%2Fatlantic.html&amp;data=02%7C
> 01%7Ca
> +lialnu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca65297
> 1c7d2e
> +4d9ba6a4d149256f461b%7C0%7C0%7C636764841829422715&amp;sdata=LQ
> CY7IBq9h4
> +81Xpu3dS1xkwI1oHBL8Dh94gtsHPhqgM%3D&amp;reserved=0) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2
> Fdoc.dpdk.org%2Fguides%2Fnics%2Fark.html&amp;data=02%7C01%7Calialn
> u%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca652971c7d2
> e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829422715&amp;sdata=zlt
> o2EHJVptA78%2BCas1uXYraLHGPmld4mMKGP%2BmbqxY%3D&amp;reserve
> d=0) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F
> %2Fdoc.dpdk.org%2Fguides%2Fnics%2Fbnxt.html&amp;data=02%7C01%7Cal
> ialnu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca652971c
> 7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829422715&amp;sdata
> =4BgqZA0gsTnfZ2Wsq2x4OwdOik7df0UxORuyla67I4I%3D&amp;reserved=0)
> (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A
> %2F%2Fdoc.dpdk.org%2Fguides%2Fnics%2Fthunderx.html&amp;data=02%7
> C01%7Calialnu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7C
> a652971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829422715&a
> mp;sdata=IVaztjmNbnU2PINs1biT2cCt2dFqm1dzkKuWk6Z%2BDCE%3D&amp
> ;reserved=0) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F
> %2Fdoc.dpdk.org%2Fguides%2Fnics%2Fcxgbe.html&amp;data=02%7C01%7C
> alialnu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca65297
> 1c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829422715&amp;sdat
> a=naF8bUsxldJUJhgDi6jC1d13RGTktB%2FaIXVBNWIQnR8%3D&amp;reserved
> =0) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%
> 2Fdoc.dpdk.org%2Fguides%2Fnics%2Fenic.html&amp;data=02%7C01%7Calial
> nu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca652971c7d
> 2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829422715&amp;sdata=y
> eX28Xdg7bvDgUy2PfUasuV19sw1Sgijot%2ByXdkGBPQ%3D&amp;reserved=0
> ) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F
> %2Fdoc.dpdk.org%2Fguides%2Fnics%2Fe1000em.html&amp;data=02%7C01
> %7Calialnu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca65
> 2971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829432724&amp;
> sdata=kM2uNS7SB64gLvwyVCl5%2FqGsEuQOF4ewpy1ohzidmmM%3D&amp
> ;reserved=0) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A%2
> F%2Fdoc.dpdk.org%2Fguides%2Fnics%2Fmvpp2.html&amp;data=02%7C01%
> 7Calialnu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca652
> 971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829432724&amp;s
> data=g0tMub%2FvZsUILVXM%2Bc7I0GCOYtN%2Be%2BIazPVBOjUCxbc%3D&
> amp;reserved=0) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F
> %2Fdoc.dpdk.org%2Fguides%2Fnics%2Fmlx4.html&amp;data=02%7C01%7Ca
> lialnu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca652971c
> 7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829432724&amp;sdata
> =37YGeGqFGM1Tb0FBsPNV61gySX7%2B3dxB6xWQEAHVZGM%3D&amp;res
> erved=0) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A
> %2F%2Fdoc.dpdk.org%2Fguides%2Fnics%2Fszedata2.html&amp;data=02%7
> C01%7Calialnu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7C
> a652971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829432724&a
> mp;sdata=ySn1UF5H3EIELRhsFHzN3PbNGuNAhuUUp9J%2FskegpTU%3D&a
> mp;reserved=0) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%
> 2Fdoc.dpdk.org%2Fguides%2Fnics%2Fnfp.html&amp;data=02%7C01%7Calial
> nu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca652971c7d
> 2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829432724&amp;sdata=3J
> m6yMB55FlpdWWWzDil3EsKt4Z%2BVDIfq4sJOzToMyY%3D&amp;reserved=0
> ) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F
> %2Fdoc.dpdk.org%2Fguides%2Fnics%2Fdpaa.html&amp;data=02%7C01%7Ca
> lialnu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca652971c
> 7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829432724&amp;sdata
> =z4%2B%2BEMf%2BlS%2FnPM5l%2Bi%2FU1uAILdpu9y1hoY4C3cfQxLY%3D&
> amp;reserved=0) (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](https://emea01.safelinks.protection.outlook.com/?url=http%3A%
> 2F%2Fdoc.dpdk.org%2Fguides%2Fnics%2Fsfc_efx.html&amp;data=02%7C01
> %7Calialnu%40mellanox.com%7Ca6cf0bf4c75d426419b808d63e3ff9b5%7Ca65
> 2971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C636764841829432724&amp;
> sdata=jhNZcc0t%2BCzcdi%2Fl%2FnINQrQz%2FeUH%2BJhPe7m17Dc8MHw%3
> D&amp;reserved=0) (SFN7xxx, SFN8xxx, XtremeScale X2)
> --
> 2.7.4

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

* Re: [dpdk-web] [PATCH] add aquantia devices to the list of supported nics
  2018-10-30  8:32 ` Ali Alnubani
@ 2018-10-30  8:34   ` Igor Russkikh
  0 siblings, 0 replies; 3+ messages in thread
From: Igor Russkikh @ 2018-10-30  8:34 UTC (permalink / raw)
  To: Ali Alnubani, web; +Cc: Pavel Belous

Hi Ali,

> The sort method in http://git.dpdk.org/tools/dpdk-
> web/tree/content/supported/_index.md:13 can be changed to "name"
> instead of "weight".
> 
> I think it would be a better approach of sorting than having to change weights
> every time a page is added.

Thanks for the suggestion, we'll try that out.

Regards,
  Igor

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