doc: update power management in doxygen API index

The headers rte_power_intrinsics.h and rte_power_pmd_mgmt.h
were missing from the doxygen API index.

Fixes: cda57d9388 ("eal: add power management intrinsics")
Fixes: 682a645438 ("power: add ethdev power management")
Cc: stable@dpdk.org

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
This commit is contained in:
Anatoly Burakov 2021-03-03 12:35:13 +00:00 committed by Thomas Monjalon
parent 6857cb6358
commit cb21730561

View 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),