DPDK website maintenance
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: web@dpdk.org
Cc: gakhil@marvell.com, matan@nvidia.com, roy.fan.zhang@intel.com,
	ashish.gupta@marvell.com, lee.daly@intel.com, ssahu@marvell.com
Subject: [PATCH] add supported compress devices
Date: Thu,  6 Jan 2022 16:00:07 +0100	[thread overview]
Message-ID: <20220106150007.134868-1-thomas@monjalon.net> (raw)

isa-l PMD was added in DPDK 18.05.
zlib PMD was added in DPDK 18.08.
octeontx compress was added in DPDK 18.08.
qat compress was added in DPDK 18.08.
mlx5 compress was added in DPDK 21.02.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/supported/_index.md                        | 6 +++++-
 content/supported/baseband/_index.md               | 2 +-
 content/supported/{baseband => compress}/_index.md | 4 ++--
 content/supported/compress/intel.md                | 7 +++++++
 content/supported/compress/marvell.md              | 7 +++++++
 content/supported/compress/mellanox.md             | 7 +++++++
 content/supported/compress/sw.md                   | 8 ++++++++
 7 files changed, 37 insertions(+), 4 deletions(-)
 copy content/supported/{baseband => compress}/_index.md (64%)
 create mode 100644 content/supported/compress/intel.md
 create mode 100644 content/supported/compress/marvell.md
 create mode 100644 content/supported/compress/mellanox.md
 create mode 100644 content/supported/compress/sw.md

diff --git a/content/supported/_index.md b/content/supported/_index.md
index 93edd7e..b3bf729 100644
--- a/content/supported/_index.md
+++ b/content/supported/_index.md
@@ -15,10 +15,14 @@ weight = "6"
 
 {{% children style="card" page="supported/nics" showhidden="true" sort="name" description="true" %}}
 
-## Crypto Engines
+## Cryptography Engines
 
 {{% children style="card" page="supported/cryptos" showhidden="true" sort="name" description="true" %}}
 
+## De/Compression Engines
+
+{{% children style="card" page="supported/compress" showhidden="true" sort="name" description="true" %}}
+
 ## Baseband Accelerators
 
 {{% children style="card" page="supported/baseband" showhidden="true" sort="name" description="true" %}}
diff --git a/content/supported/baseband/_index.md b/content/supported/baseband/_index.md
index 47ff9b1..9bc3ef3 100644
--- a/content/supported/baseband/_index.md
+++ b/content/supported/baseband/_index.md
@@ -1,6 +1,6 @@
 +++
 title = "Baseband Accelerators"
-weight = 5
+weight = 6
 +++
 
 {{% notice info %}}
diff --git a/content/supported/baseband/_index.md b/content/supported/compress/_index.md
similarity index 64%
copy from content/supported/baseband/_index.md
copy to content/supported/compress/_index.md
index 47ff9b1..8c51a6c 100644
--- a/content/supported/baseband/_index.md
+++ b/content/supported/compress/_index.md
@@ -1,11 +1,11 @@
 +++
-title = "Baseband Accelerators"
+title = "Compress Engines"
 weight = 5
 +++
 
 {{% notice info %}}
 Features supported by the drivers can be checked in the
-[baseband drivers matrix](//doc.dpdk.org/guides/bbdevs/overview.html).
+[compress drivers matrix](//doc.dpdk.org/guides/compressdevs/overview.html).
 {{% /notice %}}
 
 {{% children style="card" showhidden="true" sort="name" description="true" %}}
diff --git a/content/supported/compress/intel.md b/content/supported/compress/intel.md
new file mode 100644
index 0000000..c386a4f
--- /dev/null
+++ b/content/supported/compress/intel.md
@@ -0,0 +1,7 @@
++++
+title = "Intel"
+description = "qat"
+hidden = true
++++
+
+- [qat compress](//doc.dpdk.org/guides/cryptodevs/qat.html) (QuickAssist)
diff --git a/content/supported/compress/marvell.md b/content/supported/compress/marvell.md
new file mode 100644
index 0000000..6780de6
--- /dev/null
+++ b/content/supported/compress/marvell.md
@@ -0,0 +1,7 @@
++++
+title = "Marvell"
+description = "octeontx"
+hidden = true
++++
+
+- [octeontx compress](//doc.dpdk.org/guides/compressdevs/octeontx.html) (CN83XX)
diff --git a/content/supported/compress/mellanox.md b/content/supported/compress/mellanox.md
new file mode 100644
index 0000000..5f106d2
--- /dev/null
+++ b/content/supported/compress/mellanox.md
@@ -0,0 +1,7 @@
++++
+title = "Mellanox"
+description = "mlx5"
+hidden = true
++++
+
+- [mlx5 compress](//doc.dpdk.org/guides/compressdevs/mlx5.html) (BlueField-2)
diff --git a/content/supported/compress/sw.md b/content/supported/compress/sw.md
new file mode 100644
index 0000000..e2d8b69
--- /dev/null
+++ b/content/supported/compress/sw.md
@@ -0,0 +1,8 @@
++++
+title = "{ Software Compress Engines }"
+description = "isal, zlib"
+hidden = true
++++
+
+- [isal](//doc.dpdk.org/guides/compressdevs/isal.html)
+- [zlib](//doc.dpdk.org/guides/compressdevs/zlib.html)
-- 
2.34.1


                 reply	other threads:[~2022-01-06 15:00 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=20220106150007.134868-1-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=ashish.gupta@marvell.com \
    --cc=gakhil@marvell.com \
    --cc=lee.daly@intel.com \
    --cc=matan@nvidia.com \
    --cc=roy.fan.zhang@intel.com \
    --cc=ssahu@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).