swap software and CPU-based crypto categories

Message ID 20220106143246.133188-1-thomas@monjalon.net (mailing list archive)
State Accepted
Headers
Series swap software and CPU-based crypto categories |

Commit Message

Thomas Monjalon Jan. 6, 2022, 2:32 p.m. UTC
  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(-)
  

Patch

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)