On 28-Jun-21 8:10 AM, David Marchand wrote:
On Fri, Jun 25, 2021 at 4:01 PM Anatoly Burakov
<anatoly.bura...@intel.com> wrote:
diff --git a/doc/guides/prog_guide/power_man.rst
b/doc/guides/prog_guide/power_man.rst
index c70ae128ac..38f876466a 100644
--- a/doc/guides/prog_guide/power_man.rst
+++ b/doc/guides/prog_guide/power_man.rst
[snip]
+* Not all Ethernet devices support monitoring, even if the underlying
+ platform may support the necessary CPU instructions. Support for monitoring
is
+ currently implemented in the following DPDK drivers:
+
+ * net/ixgbe
+ * net/i40e
+ * net/ice
+ * net/iavf
+ * net/mlx5
+ * net/af_xdp
This list will get obsolete.
It looks like a driver capability, so can we have a ethdev feature added?
Then mark drivers that supports this feature.
And the power lib documentation will have a reference to
doc/guides/nics/features.rst.
Good idea, thanks for the suggestion! Will fix in v3.
--
Thanks,
Anatoly