DPDK website maintenance
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: web@dpdk.org
Cc: kevin.laatz@intel.com, conor.walsh@intel.com,
	bruce.richardson@intel.com, fengchengwen@huawei.com,
	radhac@marvell.com, g.singh@nxp.com
Subject: [PATCH] add supported DMA engines
Date: Wed,  5 Jan 2022 19:29:07 +0100	[thread overview]
Message-ID: <20220105182907.105633-1-thomas@monjalon.net> (raw)

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


                 reply	other threads:[~2022-01-05 18:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220105182907.105633-1-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=bruce.richardson@intel.com \
    --cc=conor.walsh@intel.com \
    --cc=fengchengwen@huawei.com \
    --cc=g.singh@nxp.com \
    --cc=kevin.laatz@intel.com \
    --cc=radhac@marvell.com \
    --cc=web@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).