add supported DMA engines
Commit Message
The supported DMA engines (added in DPDK 21.11) are listed.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
content/supported/_index.md | 4 ++++
content/supported/baseband/_index.md | 2 +-
content/supported/cryptos/_index.md | 2 +-
content/supported/{baseband => dma}/_index.md | 4 ++--
content/supported/dma/hisilicon.md | 7 +++++++
content/supported/dma/intel.md | 8 ++++++++
content/supported/dma/marvell.md | 7 +++++++
content/supported/dma/nxp.md | 7 +++++++
content/supported/nics/_index.md | 2 +-
9 files changed, 38 insertions(+), 5 deletions(-)
copy content/supported/{baseband => dma}/_index.md (67%)
create mode 100644 content/supported/dma/hisilicon.md
create mode 100644 content/supported/dma/intel.md
create mode 100644 content/supported/dma/marvell.md
create mode 100644 content/supported/dma/nxp.md
@@ -7,6 +7,10 @@ weight = "6"
{{% children style="card" page="supported/cpus" showhidden="true" sort="name" description="true" %}}
+## DMA Engines
+
+{{% children style="card" page="supported/dma" showhidden="true" sort="name" description="true" %}}
+
## NICs
{{% children style="card" page="supported/nics" showhidden="true" sort="name" description="true" %}}
@@ -1,6 +1,6 @@
+++
title = "Baseband Accelerators"
-weight = 4
+weight = 5
+++
{{% children style="card" showhidden="true" sort="name" description="true" %}}
@@ -1,6 +1,6 @@
+++
title = "Crypto Engines"
-weight = 3
+weight = 4
+++
{{% notice info %}}
similarity index 67%
copy from content/supported/baseband/_index.md
copy to content/supported/dma/_index.md
@@ -1,6 +1,6 @@
+++
-title = "Baseband Accelerators"
-weight = 4
+title = "DMA Engines"
+weight = 2
+++
{{% children style="card" showhidden="true" sort="name" description="true" %}}
new file mode 100644
@@ -0,0 +1,7 @@
++++
+title = "HiSilicon"
+description = "hisilicon DMA"
+hidden = true
++++
+
+- [hisilicon (Kunpeng)](//doc.dpdk.org/guides/dmadevs/hisilicon.html)
new file mode 100644
@@ -0,0 +1,8 @@
++++
+title = "Intel"
+description = "ioat, idxd"
+hidden = true
++++
+
+- [ioat (Intel QuickData Technology)](//doc.dpdk.org/guides/dmadevs/ioat.html)
+- [idxd (Intel Data Streaming Accelerator)](//doc.dpdk.org/guides/dmadevs/idxd.html)
new file mode 100644
@@ -0,0 +1,7 @@
++++
+title = "Marvell"
+description = "cnxk DMA"
+hidden = true
++++
+
+- [cnxk](//doc.dpdk.org/guides/dmadevs/cnxk.html)
new file mode 100644
@@ -0,0 +1,7 @@
++++
+title = "NXP"
+description = "dpaa DMA"
+hidden = true
++++
+
+- [dpaa](//doc.dpdk.org/guides/dmadevs/dpaa.html)
@@ -1,6 +1,6 @@
+++
title = "NICs"
-weight = 2
+weight = 3
+++
{{% notice info %}}