DPDK website maintenance
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: web@dpdk.org
Cc: gakhil@marvell.com
Subject: [PATCH] swap software and CPU-based crypto categories
Date: Thu,  6 Jan 2022 15:32:46 +0100	[thread overview]
Message-ID: <20220106143246.133188-1-thomas@monjalon.net> (raw)

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


                 reply	other threads:[~2022-01-06 14:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220106143246.133188-1-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=gakhil@marvell.com \
    --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).