DPDK website maintenance
 help / color / mirror / Atom feed
* [PATCH] add supported compress devices
@ 2022-01-06 15:00 Thomas Monjalon
  0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2022-01-06 15:00 UTC (permalink / raw)
  To: web; +Cc: gakhil, matan, roy.fan.zhang, ashish.gupta, lee.daly, ssahu

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


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06 15:00 [PATCH] add supported compress devices 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).