bitrate: add bitrate statistics library
authorRemy Horton <remy.horton@intel.com>
Thu, 30 Mar 2017 21:00:59 +0000 (22:00 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 5 Apr 2017 15:59:43 +0000 (17:59 +0200)
commit2ad7ba9a6567029c2e497e8b61df96d7b911c70f
tree038fac47569b921d687c46a0b5d877b24f87b51b
parent077c546704da44d551e3b577005d9ba9ed4ff937
bitrate: add bitrate statistics library

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 <remy.horton@intel.com>
12 files changed:
MAINTAINERS
config/common_base
doc/api/doxy-api-index.md
doc/api/doxy-api.conf
doc/guides/prog_guide/metrics_lib.rst
doc/guides/rel_notes/release_17_05.rst
lib/Makefile
lib/librte_bitratestats/Makefile [new file with mode: 0644]
lib/librte_bitratestats/rte_bitrate.c [new file with mode: 0644]
lib/librte_bitratestats/rte_bitrate.h [new file with mode: 0644]
lib/librte_bitratestats/rte_bitratestats_version.map [new file with mode: 0644]
mk/rte.app.mk