On 02/08/2022 16:22, Reshma Pattan wrote:
Add removal note for experimental empty poll API.
CC: David Hunt <david.h...@intel.com>
Signed-off-by: Reshma Pattan <reshma.pat...@intel.com>
---
doc/guides/prog_guide/power_man.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/guides/prog_guide/power_man.rst
b/doc/guides/prog_guide/power_man.rst
index 98cfd3c1f3..2e47d87cbb 100644
--- 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.
+Suggest to use new lcore poll busyness APIs added in 22.11.
+
+
Ethernet PMD Power Management API
---------------------------------
Hi Reshma,
Yes, these APIs will be superseded by the newer poll busyness telemetry.
Acked-by: David Hunt <david.h...@intel.com>