From: Thomas Monjalon <thomas@monjalon.net>
To: web@dpdk.org
Subject: [dpdk-web] [PATCH 7/7] add supported crypto category
Date: Mon, 16 Dec 2019 01:40:22 +0100 [thread overview]
Message-ID: <20191216004022.1530059-8-thomas@monjalon.net> (raw)
In-Reply-To: <20191216004022.1530059-1-thomas@monjalon.net>
The supported crypto engines are listed.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
content/supported/_index.md | 4 ++++
content/supported/cryptos/_index.md | 11 +++++++++++
content/supported/cryptos/amd.md | 7 +++++++
content/supported/cryptos/cpu.md | 7 +++++++
content/supported/cryptos/intel.md | 7 +++++++
content/supported/cryptos/marvell.md | 10 ++++++++++
content/supported/cryptos/nxp.md | 9 +++++++++
content/supported/cryptos/sw.md | 12 ++++++++++++
8 files changed, 67 insertions(+)
create mode 100644 content/supported/cryptos/_index.md
create mode 100644 content/supported/cryptos/amd.md
create mode 100644 content/supported/cryptos/cpu.md
create mode 100644 content/supported/cryptos/intel.md
create mode 100644 content/supported/cryptos/marvell.md
create mode 100644 content/supported/cryptos/nxp.md
create mode 100644 content/supported/cryptos/sw.md
diff --git a/content/supported/_index.md b/content/supported/_index.md
index 3e96e76..b68a5c6 100644
--- a/content/supported/_index.md
+++ b/content/supported/_index.md
@@ -10,3 +10,7 @@ weight = "6"
## NICs
{{% children style="card" page="supported/nics" showhidden="true" sort="name" description="true" %}}
+
+## Crypto Engines
+
+{{% children style="card" page="supported/cryptos" showhidden="true" sort="name" description="true" %}}
diff --git a/content/supported/cryptos/_index.md b/content/supported/cryptos/_index.md
new file mode 100644
index 0000000..ad8044d
--- /dev/null
+++ b/content/supported/cryptos/_index.md
@@ -0,0 +1,11 @@
++++
+title = "Crypto Engines"
+weight = 3
++++
+
+{{% notice info %}}
+Features supported by the drivers can be checked in the
+[crypto drivers matrices](//doc.dpdk.org/guides/nics/overview.html).
+{{% /notice %}}
+
+{{% children style="card" showhidden="true" sort="name" description="true" %}}
diff --git a/content/supported/cryptos/amd.md b/content/supported/cryptos/amd.md
new file mode 100644
index 0000000..a3ab051
--- /dev/null
+++ b/content/supported/cryptos/amd.md
@@ -0,0 +1,7 @@
++++
+title = "AMD"
+description = "ccp"
+hidden = true
++++
+
+- [ccp (cryptographic co-processor)](//doc.dpdk.org/guides/cryptodevs/ccp.html)
diff --git a/content/supported/cryptos/cpu.md b/content/supported/cryptos/cpu.md
new file mode 100644
index 0000000..1d67200
--- /dev/null
+++ b/content/supported/cryptos/cpu.md
@@ -0,0 +1,7 @@
++++
+title = "{ Software Crypto Engine }"
+description = "openssl"
+hidden = true
++++
+
+- [openssl](//doc.dpdk.org/guides/cryptodevs/openssl.html)
diff --git a/content/supported/cryptos/intel.md b/content/supported/cryptos/intel.md
new file mode 100644
index 0000000..477b9df
--- /dev/null
+++ b/content/supported/cryptos/intel.md
@@ -0,0 +1,7 @@
++++
+title = "Intel"
+description = "qat"
+hidden = true
++++
+
+- [qat (QuickAssist)](//doc.dpdk.org/guides/cryptodevs/qat.html)
diff --git a/content/supported/cryptos/marvell.md b/content/supported/cryptos/marvell.md
new file mode 100644
index 0000000..53ef825
--- /dev/null
+++ b/content/supported/cryptos/marvell.md
@@ -0,0 +1,10 @@
++++
+title = "Marvell"
+description = "mvsam, nitrox, octeontx, octeontx2"
+hidden = true
++++
+
+- [mvsam](//doc.dpdk.org/guides/cryptodevs/mvsam.html)
+- [nitrox](//doc.dpdk.org/guides/cryptodevs/nitrox.html) (NITROX V)
+- [octeontx](//doc.dpdk.org/guides/cryptodevs/octeontx.html) (CN8XXX)
+- [octeontx2](//doc.dpdk.org/guides/cryptodevs/octeontx2.html) (CN9XXX)
diff --git a/content/supported/cryptos/nxp.md b/content/supported/cryptos/nxp.md
new file mode 100644
index 0000000..0fac481
--- /dev/null
+++ b/content/supported/cryptos/nxp.md
@@ -0,0 +1,9 @@
++++
+title = "NXP"
+description = "caam_jr, dpaa_sec, dpaa2_sec"
+hidden = true
++++
+
+- [caam_jr](//doc.dpdk.org/guides/cryptodevs/caam_jr.html)
+- [dpaa_sec](//doc.dpdk.org/guides/cryptodevs/dpaa_sec.html)
+- [dpaa2_sec](//doc.dpdk.org/guides/cryptodevs/dpaa2_sec.html)
diff --git a/content/supported/cryptos/sw.md b/content/supported/cryptos/sw.md
new file mode 100644
index 0000000..efa5d70
--- /dev/null
+++ b/content/supported/cryptos/sw.md
@@ -0,0 +1,12 @@
++++
+title = "{ CPU-based Crypto Engines }"
+description = "armv8, aesni_gcm, aesni_mb, kasumi, snow3g, zuc"
+hidden = true
++++
+
+- [armv8](//doc.dpdk.org/guides/cryptodevs/armv8.html)
+- [aesni_gcm](//doc.dpdk.org/guides/cryptodevs/aesni_gcm.html)
+- [aesni_mb](//doc.dpdk.org/guides/cryptodevs/aesni_mb.html)
+- [kasumi](//doc.dpdk.org/guides/cryptodevs/kasumi.html)
+- [snow3g](//doc.dpdk.org/guides/cryptodevs/snow3g.html)
+- [zuc](//doc.dpdk.org/guides/cryptodevs/zuc.html)
--
2.24.0
next prev 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 ` [dpdk-web] [PATCH 6/7] add supported CPU category Thomas Monjalon
2019-12-16 0:40 ` Thomas Monjalon [this message]
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-8-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).