update supported crypto devices

Message ID 20220105222451.113558-1-thomas@monjalon.net (mailing list archive)
State Accepted
Headers
Series update supported crypto devices |

Commit Message

Thomas Monjalon Jan. 5, 2022, 10:24 p.m. UTC
  bcmfs was added in DPDK 20.11.
cnxk crypto was added in DPDK 21.08.
mlx5 crypto was added in DPDK 21.08.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/supported/cryptos/broadcom.md | 7 +++++++
 content/supported/cryptos/marvell.md  | 5 +++--
 content/supported/cryptos/mellanox.md | 7 +++++++
 3 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 content/supported/cryptos/broadcom.md
 create mode 100644 content/supported/cryptos/mellanox.md
  

Patch

diff --git a/content/supported/cryptos/broadcom.md b/content/supported/cryptos/broadcom.md
new file mode 100644
index 0000000..55e2325
--- /dev/null
+++ b/content/supported/cryptos/broadcom.md
@@ -0,0 +1,7 @@ 
++++
+title = "Broadcom"
+description = "bcmfs"
+hidden = true
++++
+
+- [bcmfs](//doc.dpdk.org/guides/cryptodevs/bcmfs.html) (FlexSparc)
diff --git a/content/supported/cryptos/marvell.md b/content/supported/cryptos/marvell.md
index 53ef825..9656a9f 100644
--- a/content/supported/cryptos/marvell.md
+++ b/content/supported/cryptos/marvell.md
@@ -1,10 +1,11 @@ 
 +++
 title = "Marvell"
-description = "mvsam, nitrox, octeontx, octeontx2"
+description = "mvsam, nitrox, octeontx, octeontx2, cnxk"
 hidden = true
 +++
 
-- [mvsam](//doc.dpdk.org/guides/cryptodevs/mvsam.html)
+- [mvsam](//doc.dpdk.org/guides/cryptodevs/mvsam.html) (Armada)
 - [nitrox](//doc.dpdk.org/guides/cryptodevs/nitrox.html) (NITROX V)
 - [octeontx](//doc.dpdk.org/guides/cryptodevs/octeontx.html) (CN8XXX)
 - [octeontx2](//doc.dpdk.org/guides/cryptodevs/octeontx2.html) (CN9XXX)
+- [cnxk](//doc.dpdk.org/guides/cryptodevs/cnxk.html) (CN9K, CN10K)
diff --git a/content/supported/cryptos/mellanox.md b/content/supported/cryptos/mellanox.md
new file mode 100644
index 0000000..f1d6b35
--- /dev/null
+++ b/content/supported/cryptos/mellanox.md
@@ -0,0 +1,7 @@ 
++++
+title = "Mellanox"
+description = "mlx5"
+hidden = true
++++
+
+- [mlx5 crypto](//doc.dpdk.org/guides/cryptodevs/mlx5.html) (ConnectX-6, ConnectX-6 Dx, BlueField-2)