add supported compress devices
Commit Message
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
@@ -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" %}}
@@ -1,6 +1,6 @@
+++
title = "Baseband Accelerators"
-weight = 5
+weight = 6
+++
{{% notice info %}}
similarity index 64%
copy from content/supported/baseband/_index.md
copy to 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" %}}
new file mode 100644
@@ -0,0 +1,7 @@
++++
+title = "Intel"
+description = "qat"
+hidden = true
++++
+
+- [qat compress](//doc.dpdk.org/guides/cryptodevs/qat.html) (QuickAssist)
new file mode 100644
@@ -0,0 +1,7 @@
++++
+title = "Marvell"
+description = "octeontx"
+hidden = true
++++
+
+- [octeontx compress](//doc.dpdk.org/guides/compressdevs/octeontx.html) (CN83XX)
new file mode 100644
@@ -0,0 +1,7 @@
++++
+title = "Mellanox"
+description = "mlx5"
+hidden = true
++++
+
+- [mlx5 compress](//doc.dpdk.org/guides/compressdevs/mlx5.html) (BlueField-2)
new file mode 100644
@@ -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)