[v2] doc: add removal note for power empty poll API
Checks
Commit Message
Add removal note for experimental empty poll API.
CC: David Hunt <david.hunt@intel.com>
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Acked-by: David Hunt <david.hunt@intel.com>
---
doc/guides/prog_guide/power_man.rst | 6 ++++++
1 file changed, 6 insertions(+)
Comments
05/10/2022 10:44, Reshma Pattan:
> Add removal note for experimental empty poll API.
>
> CC: David Hunt <david.hunt@intel.com>
>
> Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
> Acked-by: David Hunt <david.hunt@intel.com>
[...]
> --- a/doc/guides/prog_guide/power_man.rst
> +++ b/doc/guides/prog_guide/power_man.rst
> @@ -192,6 +192,12 @@ User Cases
> ----------
> The mechanism can applied to any device which is based on polling. e.g. NIC, FPGA.
>
> +Removal Note
> +------------
> +The experimental empty poll APIs will be removed from the library in a future
> +DPDK release.
It looks common in this file to forget the empty line after a title,
but please don't forget it.
I am surprised Sphinx is not complaining.
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
-- snip --
> > +Removal Note
> > +------------
> > +The experimental empty poll APIs will be removed from the library in
> > +a future DPDK release.
>
> It looks common in this file to forget the empty line after a title, but please
> don't forget it.
>
Good catch, this is addressed in v3 now .
@@ -192,6 +192,12 @@ User Cases
----------
The mechanism can applied to any device which is based on polling. e.g. NIC, FPGA.
+Removal Note
+------------
+The experimental empty poll APIs will be removed from the library in a future
+DPDK release.
+
+
Ethernet PMD Power Management API
---------------------------------