[dpdk-web] [PATCH 6/7] add supported CPU category

Thomas Monjalon thomas at monjalon.net
Mon Dec 16 01:40:21 CET 2019


The supported CPUs (and platforms) are listed.

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 content/supported/_index.md      |  4 ++++
 content/supported/cpus/_index.md |  6 ++++++
 content/supported/cpus/arm.md    | 11 +++++++++++
 content/supported/cpus/ppc.md    |  7 +++++++
 content/supported/cpus/x86.md    |  8 ++++++++
 5 files changed, 36 insertions(+)
 create mode 100644 content/supported/cpus/_index.md
 create mode 100644 content/supported/cpus/arm.md
 create mode 100644 content/supported/cpus/ppc.md
 create mode 100644 content/supported/cpus/x86.md

diff --git a/content/supported/_index.md b/content/supported/_index.md
index dd67910..3e96e76 100644
--- a/content/supported/_index.md
+++ b/content/supported/_index.md
@@ -3,6 +3,10 @@ title = "Supported Hardware"
 weight = "6"
 +++
 
+## CPUs
+
+{{% children style="card" page="supported/cpus" showhidden="true" sort="name" description="true" %}}
+
 ## NICs
 
 {{% children style="card" page="supported/nics" showhidden="true" sort="name" description="true" %}}
diff --git a/content/supported/cpus/_index.md b/content/supported/cpus/_index.md
new file mode 100644
index 0000000..26c01a2
--- /dev/null
+++ b/content/supported/cpus/_index.md
@@ -0,0 +1,6 @@
++++
+title = "CPUs"
+weight = 1
++++
+
+{{% children style="card" showhidden="true" sort="name" description="true" %}}
diff --git a/content/supported/cpus/arm.md b/content/supported/cpus/arm.md
new file mode 100644
index 0000000..f75f7f0
--- /dev/null
+++ b/content/supported/cpus/arm.md
@@ -0,0 +1,11 @@
++++
+title = "arm"
+description = "BlueField, DPAA, DPAA2, OCTEON TX, OCTEON TX2"
+hidden = true
++++
+
+- [BlueField](//doc.dpdk.org/guides/platform/bluefield.html)
+- [DPAA](//doc.dpdk.org/guides/platform/dpaa.html)
+- [DPAA2](//doc.dpdk.org/guides/platform/dpaa2.html)
+- [OCTEON TX](//doc.dpdk.org/guides/platform/octeontx.html)
+- [OCTEON TX2](//doc.dpdk.org/guides/platform/octeontx2.html)
diff --git a/content/supported/cpus/ppc.md b/content/supported/cpus/ppc.md
new file mode 100644
index 0000000..360e504
--- /dev/null
+++ b/content/supported/cpus/ppc.md
@@ -0,0 +1,7 @@
++++
+title = "ppc"
+description = "POWER9"
+hidden = true
++++
+
+- POWER9
diff --git a/content/supported/cpus/x86.md b/content/supported/cpus/x86.md
new file mode 100644
index 0000000..95fe2a1
--- /dev/null
+++ b/content/supported/cpus/x86.md
@@ -0,0 +1,8 @@
++++
+title = "x86"
+description = "AMD, Intel"
+hidden = true
++++
+
+- AMD
+- Intel
-- 
2.24.0



More information about the web mailing list