Re: [dpdk-dev] [PATCH] doc: move metrics libs to device API section

2017-08-03 Thread Thomas Monjalon
> > The metrics headers were listed in misc section, whereas they belong to > > the device API family. > > > > Fixes: 349950ddb9c5 ("metrics: add information metrics library") > > Fixes: 2ad7ba9a6567 ("bitrate: add bitrate statistics library") > > Fixes: 5cd3cac9ed22 ("latency: added new library f

Re: [dpdk-dev] [PATCH] doc: move metrics libs to device API section

2017-08-03 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, August 3, 2017 4:56 PM > To: Horton, Remy > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: move metrics libs to device API section > > The metric

[dpdk-dev] [PATCH] doc: move metrics libs to device API section

2017-08-03 Thread Thomas Monjalon
The metrics headers were listed in misc section, whereas they belong to the device API family. Fixes: 349950ddb9c5 ("metrics: add information metrics library") Fixes: 2ad7ba9a6567 ("bitrate: add bitrate statistics library") Fixes: 5cd3cac9ed22 ("latency: added new library for latency stats") Sign