03/03/2021 13:35, Anatoly Burakov: > Currently, the PMD power management API header is missing from the API > index generated by doxygen. Add it. > > Fixes: 682a645438c5 ("power: add ethdev power management")
Cc: sta...@dpdk.org > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> [...] > --- a/doc/api/doxy-api-index.md > +++ b/doc/api/doxy-api-index.md > @@ -96,6 +96,7 @@ The public API headers are grouped by topics: > [service cores] (@ref rte_service.h), > [keepalive] (@ref rte_keepalive.h), > [power/freq] (@ref rte_power.h) > + [PMD power] (@ref rte_power_pmd_mgmt.h) A comma is missing in previous item. Fixed, squashed with other patch and applied. Happy St-Patrick ;)