[dpdk-dev] [PATCH v8 5/7] power: support callbacks for multiple Rx queues
David Marchand
david.marchand at redhat.com
Fri Jul 9 16:24:33 CEST 2021
On Thu, Jul 8, 2021 at 4:14 PM Anatoly Burakov
<anatoly.burakov at intel.com> wrote:
> diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst
> index 403c2b03a3..a96e12d155 100644
> --- a/doc/guides/nics/features.rst
> +++ b/doc/guides/nics/features.rst
> @@ -912,6 +912,16 @@ Supports to get Rx/Tx packet burst mode information.
> * **[implements] eth_dev_ops**: ``rx_burst_mode_get``, ``tx_burst_mode_get``.
> * **[related] API**: ``rte_eth_rx_burst_mode_get()``, ``rte_eth_tx_burst_mode_get()``.
>
> +.. _nic_features_get_monitor_addr:
> +
> +PMD power management using monitor addresses
> +--------------------------------------------
> +
> +Supports getting a monitoring condition to use together with Ethernet PMD power
> +management (see :doc:`../prog_guide/power_man` for more details).
> +
> +* **[implements] eth_dev_ops**: ``get_monitor_addr``
> +
- This new ethdev feature deserves its own commit.
- Adding ethdev maintainers.
We are missing a doc/guides/nics/features/default.ini.
The name of the features proposed here is rather long.
As far as I can see, features should be shorter than:
doc/guides/conf.py:feature_str_len = 30
I am not really inspired.. "Power mgmt address monitor"?
- pmd supporting this feature must have their .ini updated.
> .. _nic_features_other:
>
> Other dev ops not represented by a Feature
--
David Marchand
More information about the dev
mailing list