From cb21730561585598f139d256ffc0218869f14f74 Mon Sep 17 00:00:00 2001 From: Anatoly Burakov Date: Wed, 3 Mar 2021 12:35:13 +0000 Subject: [PATCH] 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: cda57d9388c0 ("eal: add power management intrinsics") Fixes: 682a645438c5 ("power: add ethdev power management") Cc: stable@dpdk.org Signed-off-by: Anatoly Burakov --- doc/api/doxy-api-index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index 8a48af1042..a2f0706b9b 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -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), -- 2.20.1