[PATCH v1 1/4] sched: Cleanup qos scheduler defines from rte_config

Stephen Hemminger stephen at networkplumber.org
Fri Feb 18 17:23:58 CET 2022


On Fri, 18 Feb 2022 07:41:45 +0000
Megha Ajmera <megha.ajmera at intel.com> wrote:

> diff --git a/doc/guides/sample_app_ug/qos_scheduler.rst b/doc/guides/sample_app_ug/qos_scheduler.rst
> index 49c14a00da..7016ca4078 100644
> --- a/doc/guides/sample_app_ug/qos_scheduler.rst
> +++ b/doc/guides/sample_app_ug/qos_scheduler.rst
> @@ -42,8 +42,7 @@ The application is located in the ``qos_sched`` sub-directory.
>  .. note::
>  
>      To get statistics on the sample app using the command line interface as described in the next section,
> -    DPDK must be compiled defining *RTE_SCHED_COLLECT_STATS*, which can be done by changing the relevant
> -    entry in the ``config/rte_config.h`` file.
> +    DPDK must be compiled after defining *RTE_SCHED_COLLECT_STATS* in the ``config/rte_config.h`` file.

Please don't have a process that requires users to edit rte_config.h
If necessary use meson options?


More information about the dev mailing list