[02/13] doc: initial commit for dmadevs section
Checks
Commit Message
Add new section to the programmer's guide for dmadev devices.
Signed-off-by: Kevin Laatz <kevin.laatz@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
new file mode 100644
@@ -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
@@ -19,6 +19,7 @@ DPDK documentation
bbdevs/index
cryptodevs/index
compressdevs/index
+ dmadevs/index
vdpadevs/index
regexdevs/index
eventdevs/index