DPDK website maintenance
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: web@dpdk.org
Subject: [dpdk-web] [PATCH 6/7] add supported CPU category
Date: Mon, 16 Dec 2019 01:40:21 +0100	[thread overview]
Message-ID: <20191216004022.1530059-7-thomas@monjalon.net> (raw)
In-Reply-To: <20191216004022.1530059-1-thomas@monjalon.net>

The supported CPUs (and platforms) are listed.

Signed-off-by: Thomas Monjalon <thomas@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


  parent reply	other threads:[~2019-12-16  0:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-16  0:40 [dpdk-web] [PATCH 0/7] update supported hardware Thomas Monjalon
2019-12-16  0:40 ` [dpdk-web] [PATCH 1/7] remove protocol from driver doc URLs Thomas Monjalon
2019-12-16  0:40 ` [dpdk-web] [PATCH 2/7] add virtio-crypto to paravirtualization Thomas Monjalon
2019-12-16  0:40 ` [dpdk-web] [PATCH 3/7] add memif to software NICs Thomas Monjalon
2019-12-16  0:40 ` [dpdk-web] [PATCH 4/7] move software NICs in NICs Thomas Monjalon
2019-12-16  0:40 ` [dpdk-web] [PATCH 5/7] unhide supported NIC category Thomas Monjalon
2019-12-16  0:40 ` Thomas Monjalon [this message]
2019-12-16  0:40 ` [dpdk-web] [PATCH 7/7] add supported crypto category Thomas Monjalon
2019-12-19 20:35 ` [dpdk-web] [PATCH 0/7] update supported hardware Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191216004022.1530059-7-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=web@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).