[dpdk-dev] [PATCH 02/13] doc: initial commit for dmadevs section

Kevin Laatz kevin.laatz at intel.com
Fri Aug 27 19:20:37 CEST 2021


Add new section to the programmer's guide for dmadev devices.

Signed-off-by: Kevin Laatz <kevin.laatz at intel.com>
---
 doc/guides/dmadevs/index.rst | 14 ++++++++++++++
 doc/guides/index.rst         |  1 +
 2 files changed, 15 insertions(+)
 create mode 100644 doc/guides/dmadevs/index.rst

diff --git a/doc/guides/dmadevs/index.rst b/doc/guides/dmadevs/index.rst
new file mode 100644
index 0000000000..b30004fd65
--- /dev/null
+++ b/doc/guides/dmadevs/index.rst
@@ -0,0 +1,14 @@
+..  SPDX-License-Identifier: BSD-3-Clause
+    Copyright(c) 2021 Intel Corporation.
+
+DMA Device Drivers
+==================
+
+The following are a list of DMA device PMDs, which can be used from an
+application through DMAdev API.
+
+.. toctree::
+    :maxdepth: 2
+    :numbered:
+
+    idxd
diff --git a/doc/guides/index.rst b/doc/guides/index.rst
index 857f0363d3..ccb71640dd 100644
--- a/doc/guides/index.rst
+++ b/doc/guides/index.rst
@@ -19,6 +19,7 @@ DPDK documentation
    bbdevs/index
    cryptodevs/index
    compressdevs/index
+   dmadevs/index
    vdpadevs/index
    regexdevs/index
    eventdevs/index
-- 
2.30.2



More information about the dev mailing list