doc: update power management in doxygen API index
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 3 Mar 2021 12:35:13 +0000 (12:35 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 17 Mar 2021 11:19:23 +0000 (12:19 +0100)
The headers rte_power_intrinsics.h and rte_power_pmd_mgmt.h
were missing from the doxygen API index.

Fixes: cda57d9388c0 ("eal: add power management intrinsics")
Fixes: 682a645438c5 ("power: add ethdev power management")
Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
doc/api/doxy-api-index.md

index 8a48af1..a2f0706 100644 (file)
@@ -86,7 +86,8 @@ The public API headers are grouped by topics:
   [byte order]         (@ref rte_byteorder.h),
   [CPU flags]          (@ref rte_cpuflags.h),
   [CPU pause]          (@ref rte_pause.h),
-  [I/O access]         (@ref rte_io.h)
+  [I/O access]         (@ref rte_io.h),
+  [power management]   (@ref rte_power_intrinsics.h)
 
 - **CPU multicore**:
   [interrupts]         (@ref rte_interrupts.h),
@@ -95,7 +96,8 @@ The public API headers are grouped by topics:
   [per-lcore]          (@ref rte_per_lcore.h),
   [service cores]      (@ref rte_service.h),
   [keepalive]          (@ref rte_keepalive.h),
-  [power/freq]         (@ref rte_power.h)
+  [power/freq]         (@ref rte_power.h),
+  [PMD power]          (@ref rte_power_pmd_mgmt.h)
 
 - **layers**:
   [ethernet]           (@ref rte_ether.h),