Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-09 Thread Ferruh Yigit
On 10/8/2020 10:10 AM, Kevin Traynor wrote: On 07/10/2020 22:48, Thomas Monjalon wrote: As described in doc/guides/prog_guide/poll_mode_drv.rst, the naming scheme for the xstats is parts separated with underscore: * direction * detail 1 * detail 2 * detail n

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-09 Thread Ferruh Yigit
xstat name of basic stats per queue On 07/10/2020 22:48, Thomas Monjalon wrote: As described in doc/guides/prog_guide/poll_mode_drv.rst, the naming scheme for the xstats is parts separated with underscore: * direction * detail 1 * detail 2 * detail n * unit

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-09 Thread Ferruh Yigit
On 10/9/2020 5:53 PM, Kevin Laatz wrote: On 08/10/2020 16:41, Ferruh Yigit wrote: On 10/7/2020 10:48 PM, Thomas Monjalon wrote: As described in doc/guides/prog_guide/poll_mode_drv.rst, the naming scheme for the xstats is parts separated with underscore: * direction * detail 1 * det

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-09 Thread Kevin Laatz
On 08/10/2020 16:41, Ferruh Yigit wrote: On 10/7/2020 10:48 PM, Thomas Monjalon wrote: As described in doc/guides/prog_guide/poll_mode_drv.rst, the naming scheme for the xstats is parts separated with underscore: * direction * detail 1 * detail 2 * detail n * unit where det

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-09 Thread Pattan, Reshma
> -Original Message- > From: David Marchand > Subject: Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per > queue > > On Fri, Oct 9, 2020 at 10:36 AM Pattan, Reshma > wrote: > > > >> +* ethdev: Renamed basic statistics per queue.

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-09 Thread David Marchand
On Fri, Oct 9, 2020 at 10:36 AM Pattan, Reshma wrote: > > >> +* ethdev: Renamed basic statistics per queue. An underscore is > > >> +inserted > > >> + between the queue number and the rest of the xstat name: > > >> + > > >> + * ``rx_qN*`` -> ``rx_qN_*`` > > >> + * ``tx_qN*`` -> ``tx_qN_*`` > >

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-09 Thread Pattan, Reshma
> -Original Message- > From: Power, Ciara > Sent: Friday, October 9, 2020 9:33 AM > To: Yigit, Ferruh ; Thomas Monjalon > ; dev@dpdk.org; Van Haaren, Harry > ; Laatz, Kevin > Cc: arybche...@solarflare.com; Pattan, Reshma > Subject: RE: [PATCH] ethdev: fix xstat name of basic stats per

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-09 Thread Power, Ciara
Hi Ferruh, Thomas, >-Original Message- >From: Ferruh Yigit >Sent: Thursday 8 October 2020 16:42 >To: Thomas Monjalon ; dev@dpdk.org; Van Haaren, >Harry ; Power, Ciara ; >Laatz, Kevin >Cc: arybche...@solarflare.com >Subject: Re: [PATCH] ethdev: fix xstat name of basic stats per queue > >

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-08 Thread Ferruh Yigit
On 10/7/2020 10:48 PM, Thomas Monjalon wrote: As described in doc/guides/prog_guide/poll_mode_drv.rst, the naming scheme for the xstats is parts separated with underscore: * direction * detail 1 * detail 2 * detail n * unit where detail 1 can be "q" followe

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-08 Thread Asaf Penso
>-Original Message- >From: dev On Behalf Of Kevin Traynor >Sent: Thursday, October 8, 2020 12:10 PM >To: NBU-Contact-Thomas Monjalon ; dev@dpdk.org >Cc: ferruh.yi...@intel.com; arybche...@solarflare.com >Subject: Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basi

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-08 Thread Kevin Traynor
On 07/10/2020 22:48, Thomas Monjalon wrote: > As described in doc/guides/prog_guide/poll_mode_drv.rst, > the naming scheme for the xstats is parts separated with underscore: > * direction > * detail 1 > * detail 2 > * detail n > * unit > where detail 1 can be "q" follo

Re: [dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-08 Thread Bruce Richardson
On Wed, Oct 07, 2020 at 11:48:48PM +0200, Thomas Monjalon wrote: > As described in doc/guides/prog_guide/poll_mode_drv.rst, > the naming scheme for the xstats is parts separated with underscore: > * direction > * detail 1 > * detail 2 > * detail n > * unit > where deta

[dpdk-dev] [PATCH] ethdev: fix xstat name of basic stats per queue

2020-10-07 Thread Thomas Monjalon
As described in doc/guides/prog_guide/poll_mode_drv.rst, the naming scheme for the xstats is parts separated with underscore: * direction * detail 1 * detail 2 * detail n * unit where detail 1 can be "q" followed with a queue number. It means the name of the