Hi Thomas,
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Thursday, April 7, 2016 3:38 PM
> To: Lu, Wenzhuo
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v2] doc: update overview
>
> 2016-04-07 01:34, Lu, Wenzhuo:
> > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> > > > stats per queue X
> > > > X
> > >
> > > You have not filled stats per queue. Is it because of an issue with
> > > queue_stats_mapping?
> > I didn't know it means this function. I'll create a patch to update it.
> > Thanks.
>
> Excuse me, I'm confusing you.
> The "stats per queue" features means the function rte_eth_stats_get() fills
> the
> arrays q_*.
NP. I missed this part, because I assumed it is a specific API like
rte_eth_queue_stats_get. Did not notice the stats are included in
rte_eth_stats_get.
I've sent another patch for this mistake.