[dpdk-dev] [PATCH v2 5/7] power: support callbacks for multiple Rx queues

Burakov, Anatoly anatoly.burakov at intel.com
Mon Jun 28 11:25:55 CEST 2021


On 28-Jun-21 8:10 AM, David Marchand wrote:
> On Fri, Jun 25, 2021 at 4:01 PM Anatoly Burakov
> <anatoly.burakov at 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


More information about the dev mailing list