[dpdk-dev] [PATCH v2 4/5] doc: include config options in testpmd user guide
Thomas Monjalon
thomas at monjalon.net
Tue May 19 09:45:57 CEST 2020
09/05/2020 00:38, Dharmik Thakkar:
> Update testpmd documentation to include RECORD configuration options,
> CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and
> CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS.
>
> Signed-off-by: Dharmik Thakkar <dharmik.thakkar at arm.com>
> Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli at arm.com>
> Reviewed-by: Phil Yang <phil.yang at arm.com>
> ---
> +#. If required, enable configuration options. For example:
> +
> + .. code-block:: console
> +
> + cd to the top-level DPDK directory
> + sed -i 's,\(CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES\)=n,\1=y,' config/common_base
> + sed -i 's,\(CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS\)=n,\1=y,' config/common_base
Changing source code is wrong.
Only the generated .config file should be changed.
Not even speaking about meson...
Why we don't have any review on documentation patches?
Patch dropped from next-net pulling.
More information about the dev
mailing list