* [dpdk-dev] [PATCH 1/2] doc: add power intrinsics to doxygen API index
@ 2021-03-03 12:35 Anatoly Burakov
2021-03-03 12:35 ` [dpdk-dev] [PATCH 2/2] doc: add PMD power management " Anatoly Burakov
0 siblings, 1 reply; 3+ messages in thread
From: Anatoly Burakov @ 2021-03-03 12:35 UTC (permalink / raw)
To: dev; +Cc: stable
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@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dpdk-dev] [PATCH 2/2] doc: add PMD power management to doxygen API index
2021-03-03 12:35 [dpdk-dev] [PATCH 1/2] doc: add power intrinsics to doxygen API index Anatoly Burakov
@ 2021-03-03 12:35 ` Anatoly Burakov
2021-03-17 11:12 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Anatoly Burakov @ 2021-03-03 12:35 UTC (permalink / raw)
To: dev
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")
Signed-off-by: Anatoly Burakov <anatoly.burakov@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 41eefb7b2d..6886b6f47d 100644
--- 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)
- **layers**:
[ethernet] (@ref rte_ether.h),
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] doc: add PMD power management to doxygen API index
2021-03-03 12:35 ` [dpdk-dev] [PATCH 2/2] doc: add PMD power management " Anatoly Burakov
@ 2021-03-17 11:12 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2021-03-17 11:12 UTC (permalink / raw)
To: Anatoly Burakov; +Cc: dev
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: stable@dpdk.org
> Signed-off-by: Anatoly Burakov <anatoly.burakov@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 ;)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-17 11:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 12:35 [dpdk-dev] [PATCH 1/2] doc: add power intrinsics to doxygen API index Anatoly Burakov
2021-03-03 12:35 ` [dpdk-dev] [PATCH 2/2] doc: add PMD power management " Anatoly Burakov
2021-03-17 11:12 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).