Re: [dpdk-dev] [PATCH v2 5/7] power: support callbacks for multiple Rx queues
From: David Marchand <hidden>
Date: 2021-06-28 07:10:27
From: David Marchand <hidden>
Date: 2021-06-28 07:10:27
On Fri, Jun 25, 2021 at 4:01 PM Anatoly Burakov [off-list ref] 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. -- David Marchand