Re: [dpdk-dev] [PATCH v13 3/6] lib: add bitrate statistics library

2017-03-30 Thread Pattan, Reshma
Hi Remy, Warning is shown in patchwork checkpatch status, you can check that too. Thanks, Reshma

Re: [dpdk-dev] [PATCH v13 3/6] lib: add bitrate statistics library

2017-03-30 Thread Pattan, Reshma
Hi Remy, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Remy Horton > Sent: Wednesday, March 29, 2017 7:29 PM > To: dev@dpdk.org > Cc: Thomas Monjalon > Subject: [dpdk-dev] [PATCH v13 3/6] lib: add bitrate statistics library > > +++ b

[dpdk-dev] [PATCH v13 3/6] lib: add bitrate statistics library

2017-03-29 Thread Remy Horton
This patch adds a library that calculates peak and average data-rate statistics. For ethernet devices. These statistics are reported using the metrics library. Signed-off-by: Remy Horton --- MAINTAINERS| 4 + config/common_base