DPDK website maintenance
 help / color / mirror / Atom feed
* [PATCH] add supported DMA engines
@ 2022-01-05 18:29 Thomas Monjalon
  0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2022-01-05 18:29 UTC (permalink / raw)
  To: web
  Cc: kevin.laatz, conor.walsh, bruce.richardson, fengchengwen, radhac,
	g.singh

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

diff --git a/content/supported/_index.md b/content/supported/_index.md
index 38f23eb..93edd7e 100644
--- a/content/supported/_index.md
+++ b/content/supported/_index.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" %}}
diff --git a/content/supported/baseband/_index.md b/content/supported/baseband/_index.md
index b7a6c4b..458993a 100644
--- a/content/supported/baseband/_index.md
+++ b/content/supported/baseband/_index.md
@@ -1,6 +1,6 @@
 +++
 title = "Baseband Accelerators"
-weight = 4
+weight = 5
 +++
 
 {{% children style="card" showhidden="true" sort="name" description="true" %}}
diff --git a/content/supported/cryptos/_index.md b/content/supported/cryptos/_index.md
index 9d06cc2..658fa51 100644
--- a/content/supported/cryptos/_index.md
+++ b/content/supported/cryptos/_index.md
@@ -1,6 +1,6 @@
 +++
 title = "Crypto Engines"
-weight = 3
+weight = 4
 +++
 
 {{% notice info %}}
diff --git a/content/supported/baseband/_index.md b/content/supported/dma/_index.md
similarity index 67%
copy from content/supported/baseband/_index.md
copy to content/supported/dma/_index.md
index b7a6c4b..37e2d98 100644
--- a/content/supported/baseband/_index.md
+++ b/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" %}}
diff --git a/content/supported/dma/hisilicon.md b/content/supported/dma/hisilicon.md
new file mode 100644
index 0000000..49c99e9
--- /dev/null
+++ b/content/supported/dma/hisilicon.md
@@ -0,0 +1,7 @@
++++
+title = "HiSilicon"
+description = "hisilicon DMA"
+hidden = true
++++
+
+- [hisilicon (Kunpeng)](//doc.dpdk.org/guides/dmadevs/hisilicon.html)
diff --git a/content/supported/dma/intel.md b/content/supported/dma/intel.md
new file mode 100644
index 0000000..58f5b1b
--- /dev/null
+++ b/content/supported/dma/intel.md
@@ -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)
diff --git a/content/supported/dma/marvell.md b/content/supported/dma/marvell.md
new file mode 100644
index 0000000..b5767d7
--- /dev/null
+++ b/content/supported/dma/marvell.md
@@ -0,0 +1,7 @@
++++
+title = "Marvell"
+description = "cnxk DMA"
+hidden = true
++++
+
+- [cnxk](//doc.dpdk.org/guides/dmadevs/cnxk.html)
diff --git a/content/supported/dma/nxp.md b/content/supported/dma/nxp.md
new file mode 100644
index 0000000..b6a4b18
--- /dev/null
+++ b/content/supported/dma/nxp.md
@@ -0,0 +1,7 @@
++++
+title = "NXP"
+description = "dpaa DMA"
+hidden = true
++++
+
+- [dpaa](//doc.dpdk.org/guides/dmadevs/dpaa.html)
diff --git a/content/supported/nics/_index.md b/content/supported/nics/_index.md
index e08fb85..8d3e818 100644
--- a/content/supported/nics/_index.md
+++ b/content/supported/nics/_index.md
@@ -1,6 +1,6 @@
 +++
 title = "NICs"
-weight = 2
+weight = 3
 +++
 
 {{% notice info %}}
-- 
2.34.1


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

only message in thread, other threads:[~2022-01-05 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05 18:29 [PATCH] add supported DMA engines 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).