[dpdk-dev] [PATCH v4 5/9] app/procinfo: add support for show tm

Varghese, Vipin vipin.varghese at intel.com
Thu Nov 22 14:28:14 CET 2018


Hi Reshma,

<snipped>

> 
> > +			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.


More information about the dev mailing list