[dpdk-web] [PATCH 7/7] add supported crypto category
Thomas Monjalon
thomas at monjalon.net
Mon Dec 16 01:40:22 CET 2019
The supported crypto engines are listed.
Signed-off-by: Thomas Monjalon <thomas at 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
More information about the web
mailing list