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.thak...@arm.com> > Reviewed-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > Reviewed-by: Phil Yang <phil.y...@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.