Hi,
> Hi Vipin,
>
> >
> > Hi Konstantin,
> >
> > > >
> > > > If the operator is '|' what else except of 'OR' you expect it to be
> > > > remapped?
> >
> > Thanks for your correction. I have rerun with logical or
> >
> > if ((ret) || (!is_leaf))
> >9a512: 83 bd 3
Hi Vipin,
>
> Hi Konstantin,
>
> > >
> > > If the operator is '|' what else except of 'OR' you expect it to be
> > > remapped?
>
> Thanks for your correction. I have rerun with logical or
>
> if ((ret) || (!is_leaf))
>9a512: 83 bd 3c fd ff ff 00cmpD
Hi Konstantin,
> >
> > If the operator is '|' what else except of 'OR' you expect it to be
> > remapped?
Thanks for your correction. I have rerun with logical or
if ((ret) || (!is_leaf))
9a512: 83 bd 3c fd ff ff 00cmpDWORD PTR [rbp-0x2c4],0x0
9a519:
Byrne, Stephen1 ; Glynn, Michael J
> ; Patel, Amol
> Subject: Re: [dpdk-dev] [PATCH v4 5/9] app/procinfo: add support for show tm
>
>
>
> > -Original Message-
> > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Varghese, Vipin
> > Sent: Monday, No
Michael J
> ; Patel, Amol
> Subject: Re: [dpdk-dev] [PATCH v4 5/9] app/procinfo: add support for show tm
>
> Hi Stephen,
>
> snipped
>
> >
> > > > > > > > >
> > > > > > > > > >
> > > > > >
Hi Stephen,
snipped
>
> > > > > > > >
> > > > > > > > >
> > > > > > > > > > + if ((ret) | (!is_leaf))
> > > > > > > > > > +
> > > > > > > > >
> > > > > > > > > Is the operator here should be || ?
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > > Check is done
On Fri, 23 Nov 2018 15:05:07 +
"Varghese, Vipin" wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > > + if ((ret) | (!is_leaf))
> > > > > > > > > +
> > > > > > > >
> > > > > > > > Is the operator here should be || ?
> > > > > > > >
> > > > > > > >
> > > > > > >
>
> > > > > >
> > > > > > >
> > > > > > > > + if ((ret) | (!is_leaf))
> > > > > > > > +
> > > > > > >
> > > > > > > Is the operator here should be || ?
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > Check is done for 'if either ret is not 0 or if it ret is 0
> > > > > > but
> -Original Message-
> From: Varghese, Vipin
> Sent: Friday, November 23, 2018 1:56 PM
> To: Pattan, Reshma ; dev@dpdk.org;
> tho...@monjalon.net; step...@networkplumber.org; Mcnamara, John
>
> Cc: Byrne, Stephen1 ; Glynn, Michael J
> ; Patel, Amol
> Subject: RE: [PATCH v4 5/9] app/pro
> -Original Message-
> From: Pattan, Reshma
> Sent: Friday, November 23, 2018 7:04 PM
> To: Varghese, Vipin ; dev@dpdk.org;
> tho...@monjalon.net; step...@networkplumber.org; Mcnamara, John
>
> Cc: Byrne, Stephen1 ; Glynn, Michael J
> ; Patel, Amol
> Subject: RE: [PATCH v4 5/9] app/pro
> -Original Message-
> From: Varghese, Vipin
> Sent: Friday, November 23, 2018 1:29 PM
> To: Pattan, Reshma ; dev@dpdk.org;
> tho...@monjalon.net; step...@networkplumber.org; Mcnamara, John
>
> Cc: Byrne, Stephen1 ; Glynn, Michael J
> ; Patel, Amol
> Subject: RE: [PATCH v4 5/9] app/pro
> -Original Message-
> From: Pattan, Reshma
> Sent: Friday, November 23, 2018 5:21 PM
> To: Varghese, Vipin ; dev@dpdk.org;
> tho...@monjalon.net; step...@networkplumber.org; Mcnamara, John
>
> Cc: Byrne, Stephen1 ; Glynn, Michael J
> ; Patel, Amol
> Subject: RE: [PATCH v4 5/9] app/proc
> -Original Message-
> From: Varghese, Vipin
> Sent: Thursday, November 22, 2018 1:28 PM
> To: Pattan, Reshma ; dev@dpdk.org;
> tho...@monjalon.net; step...@networkplumber.org; Mcnamara, John
>
> Cc: Byrne, Stephen1 ; Glynn, Michael J
> ; Patel, Amol
> Subject: RE: [PATCH v4 5/9] app/p
Hi Reshma,
>
> > + if ((ret) | (!is_leaf))
> > +
>
> Is the operator here should be || ?
>
>
Check is done for 'if either ret is not 0 or if it ret is 0 but not leaf' we
skip leaf details print. If 'ret is 0 and is leaf' we skip continue to print
leaf details.
> -Original Message-
> From: Varghese, Vipin
> Sent: Tuesday, November 6, 2018 12:49 PM
> To: dev@dpdk.org; tho...@monjalon.net; Pattan, Reshma
> ; step...@networkplumber.org; Mcnamara, John
>
> Cc: Byrne, Stephen1 ; Glynn, Michael J
> ; Patel, Amol ; Varghese,
> Vipin
> Subject: [PATC
Function show_tm is used for displaying the tm PMD under the
primary process. This covers basic and per node|level details with
stats.
Signed-off-by: Vipin Varghese
---
V3:
- memset for struct elements - Vipin Varghese
- code cleanup for TM - Vipin Varghese
- fetch for leaf nodes if node exis
Function show_tm is used for displaying the tm PMD under the
primary process. This covers basic and per node|level details with
stats.
Signed-off-by: Vipin Varghese
---
V3:
- memset for struct elements - Vipin Varghese
- code cleanup for TM - Vipin Varghese
- fetch for leaf nodes if node exis
17 matches
Mail list logo