Hi Slava,
> -----Original Message----- > From: Slava Ovsiienko [mailto:viachesl...@mellanox.com] > Sent: Monday, June 10, 2019 5:40 AM > To: Iremonger, Bernard <bernard.iremon...@intel.com>; dev@dpdk.org > Cc: Yigit, Ferruh <ferruh.yi...@intel.com> > Subject: RE: [dpdk-dev] [RFC] app/testpmd: add profiling for Rx/Tx burst > routines > <snip> > > > static void > > > diff --git a/config/common_base b/config/common_base index > > > 6b96e0e..6e84af4 100644 > > > --- a/config/common_base > > > +++ b/config/common_base > > > @@ -998,6 +998,8 @@ CONFIG_RTE_PROC_INFO=n # > > CONFIG_RTE_TEST_PMD=y > > > CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n > > > +CONFIG_RTE_TEST_PMD_RECORD_CORE_RX_CYCLES=n > > > +CONFIG_RTE_TEST_PMD_RECORD_CORE_TX_CYCLES=n > > > CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n > > > > Should the RECORD macros be documented in the run_app.rst file ? You missed the above comment in your reply. There seems to be no documentation on the RECORD macros at present, there probably should be some. Regards, Bernard.