Re: [dpdk-dev] [PATCH v2 5/7] power: support callbacks for multiple Rx queues
From: Burakov, Anatoly <hidden>
Date: 2021-06-28 09:26:04
From: Burakov, Anatoly <hidden>
Date: 2021-06-28 09:26:04
On 28-Jun-21 8:10 AM, David Marchand wrote:
On Fri, Jun 25, 2021 at 4:01 PM Anatoly Burakov [off-list ref] wrote:quoted
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]quoted
+* 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_xdpThis 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