[dpdk-dev] [PATCH v4 2/3] lib: add bitrate statistics library

2016-11-15 Thread Pattan, Reshma
Hi, > Signed-off-by: Remy Horton > --- > a/doc/guides/rel_notes/release_17_02.rst > b/doc/guides/rel_notes/release_17_02.rst > index e1b8894..f949e88 100644 > --- a/doc/guides/rel_notes/release_17_02.rst > +++ b/doc/guides/rel_notes/release_17_02.rst > @@ -40,6 +40,11 @@ New Features >

[dpdk-dev] [PATCH v4 2/3] lib: add bitrate statistics library

2016-11-15 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