DPDK website maintenance
 help / color / mirror / Atom feed
* [PATCH] swap software and CPU-based crypto categories
@ 2022-01-06 14:32 Thomas Monjalon
  0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2022-01-06 14:32 UTC (permalink / raw)
  To: web; +Cc: gakhil

The CPU-based drivers armv8 and ipsec_mb were listed in sw.md,
while openssl one was in cpu.md.
Swap them to better reflect their nature.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/supported/cryptos/cpu.md | 11 ++++++++---
 content/supported/cryptos/sw.md  | 11 +++--------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/content/supported/cryptos/cpu.md b/content/supported/cryptos/cpu.md
index 1d67200..efa5d70 100644
--- a/content/supported/cryptos/cpu.md
+++ b/content/supported/cryptos/cpu.md
@@ -1,7 +1,12 @@
 +++
-title = "{ Software Crypto Engine }"
-description = "openssl"
+title = "{ CPU-based Crypto Engines }"
+description = "armv8, aesni_gcm, aesni_mb, kasumi, snow3g, zuc"
 hidden = true
 +++
 
-- [openssl](//doc.dpdk.org/guides/cryptodevs/openssl.html)
+- [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)
diff --git a/content/supported/cryptos/sw.md b/content/supported/cryptos/sw.md
index efa5d70..1d67200 100644
--- a/content/supported/cryptos/sw.md
+++ b/content/supported/cryptos/sw.md
@@ -1,12 +1,7 @@
 +++
-title = "{ CPU-based Crypto Engines }"
-description = "armv8, aesni_gcm, aesni_mb, kasumi, snow3g, zuc"
+title = "{ Software Crypto Engine }"
+description = "openssl"
 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)
+- [openssl](//doc.dpdk.org/guides/cryptodevs/openssl.html)
-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-06 14:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06 14:32 [PATCH] swap software and CPU-based crypto categories Thomas Monjalon

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