Re: [dpdk-dev] [PATCH v10 0/7] Expanded statistics reporting

2017-02-23 Thread Thomas Monjalon
2017-02-23 07:09, Remy Horton: > > On 16/02/2017 10:53, Thomas Monjalon wrote: > > 2017-02-03 10:33, Remy Horton: > [..] > > I think there are three remaining questions: > > - When the metrics computation are done? (in which thread?) > > Actual calculation is not done by libmetrics itself - it on

Re: [dpdk-dev] [PATCH v10 0/7] Expanded statistics reporting

2017-02-22 Thread Remy Horton
On 16/02/2017 10:53, Thomas Monjalon wrote: 2017-02-03 10:33, Remy Horton: [..] I think there are three remaining questions: - When the metrics computation are done? (in which thread?) Actual calculation is not done by libmetrics itself - it only handles distribution. Calculation is done pri

Re: [dpdk-dev] [PATCH v10 0/7] Expanded statistics reporting

2017-02-16 Thread Thomas Monjalon
2017-02-03 10:33, Remy Horton: > This patchset extends statistics reporting to include peak and > average data-rate metrics. It comes in two parts: a statistics > reporting library, and a bitrate calculation library that uses > it. This structure is intended to seperate statistic reporting > from e

[dpdk-dev] [PATCH v10 0/7] Expanded statistics reporting

2017-02-03 Thread Remy Horton
This patchset extends statistics reporting to include peak and average data-rate metrics. It comes in two parts: a statistics reporting library, and a bitrate calculation library that uses it. This structure is intended to seperate statistic reporting from ethdev and allow more flexible metric regi