On Fri, 18 Feb 2022 07:41:45 +0000 Megha Ajmera <megha.ajm...@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?