[dpdk-dev] [PATCH 1/2] doc: add power intrinsics to doxygen API index

Anatoly Burakov anatoly.burakov at intel.com
Wed Mar 3 13:35:13 CET 2021


Currently, the header `rte_power_intrinsics.h` is missing from the
doxygen API index. Add it.

Fixes: cda57d9388c0 ("eal: add power management intrinsics")
Cc: stable at dpdk.org

Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
---
 doc/api/doxy-api-index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md
index 748514e243..41eefb7b2d 100644
--- a/doc/api/doxy-api-index.md
+++ b/doc/api/doxy-api-index.md
@@ -86,6 +86,7 @@ The public API headers are grouped by topics:
   [CPU flags]          (@ref rte_cpuflags.h),
   [CPU pause]          (@ref rte_pause.h),
   [I/O access]         (@ref rte_io.h)
+  [power management]   (@ref rte_power_intrinsics.h)
 
 - **CPU multicore**:
   [interrupts]         (@ref rte_interrupts.h),
-- 
2.25.1


More information about the dev mailing list