Re: [dpdk-dev] [PATCH v12 0/6] Expanded statistics reporting

2017-03-28 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Monday, March 27, 2017 10:03 PM > To: Horton, Remy > Cc: dev@dpdk.org; Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH v12 0/6] Expanded statistics reporting >

Re: [dpdk-dev] [PATCH v12 0/6] Expanded statistics reporting

2017-03-27 Thread Stephen Hemminger
On Mon, 27 Mar 2017 21:21:31 +0100 Remy Horton wrote: > This patchset consists of three libraries: A Metrics library for > distributing device information, a library that calculates bit-rate > statistics, and a library that calculates latency statistics. The > latter two libraries make use of the

[dpdk-dev] [PATCH v12 0/6] Expanded statistics reporting

2017-03-27 Thread Remy Horton
This patchset consists of three libraries: A Metrics library for distributing device information, a library that calculates bit-rate statistics, and a library that calculates latency statistics. The latter two libraries make use of the first library. Metrics Library --- The Metrics lib