Re: [dpdk-dev] [PATCH v2 1/3] app/testpmd: add profiling flags set command

2020-04-14 Thread Ferruh Yigit
On 4/13/2020 8:56 AM, Slava Ovsiienko wrote: > Hi, Ferruh > >> -Original Message- >> From: Ferruh Yigit >> Sent: Thursday, April 9, 2020 14:56 >> To: Slava Ovsiienko ; dev@dpdk.org >> Cc: Thomas Monjalon ; >> bernard.iremon...@intel.com >> Subject: Re: [PATCH v2 1/3] app/testpmd: add prof

Re: [dpdk-dev] [PATCH v2 1/3] app/testpmd: add profiling flags set command

2020-04-13 Thread Thomas Monjalon
13/04/2020 09:56, Slava Ovsiienko: > From: Ferruh Yigit > > > +set fwdprof > > > +~~~ > > > + > > > +Set the flags controlling the datapath profiling statistics:: > > > + > > > + testpmd> set fwdprof (flags) > > > > What do you think a little longer command 'fwdprofile", which is more c

Re: [dpdk-dev] [PATCH v2 1/3] app/testpmd: add profiling flags set command

2020-04-13 Thread Slava Ovsiienko
Hi, Ferruh > -Original Message- > From: Ferruh Yigit > Sent: Thursday, April 9, 2020 14:56 > To: Slava Ovsiienko ; dev@dpdk.org > Cc: Thomas Monjalon ; > bernard.iremon...@intel.com > Subject: Re: [PATCH v2 1/3] app/testpmd: add profiling flags set command > > On 3/19/2020 1:50 PM, Viach

Re: [dpdk-dev] [PATCH v2 1/3] app/testpmd: add profiling flags set command

2020-04-09 Thread Ferruh Yigit
On 3/19/2020 1:50 PM, Viacheslav Ovsiienko wrote: > This commit is preparation step before adding the separated profiling > of Rx and Tx burst routines. The new testpmd command is introduced: > > set fwdprof (flags) > > This command controls which profiling statistics is being gathered > in run

Re: [dpdk-dev] [PATCH v2 1/3] app/testpmd: add profiling flags set command

2020-04-02 Thread Thomas Monjalon
19/03/2020 14:50, Viacheslav Ovsiienko: > +set fwdprof > +~~~ > + > +Set the flags controlling the datapath profiling statistics:: > + > + testpmd> set fwdprof (flags) > + > +This command is available only if ``CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES`` > is > +configured to Y, enabling th

[dpdk-dev] [PATCH v2 1/3] app/testpmd: add profiling flags set command

2020-03-19 Thread Viacheslav Ovsiienko
This commit is preparation step before adding the separated profiling of Rx and Tx burst routines. The new testpmd command is introduced: set fwdprof (flags) This command controls which profiling statistics is being gathered in runtime: - bit 0 - enables profiling the entire forward routine, c