numam-dpdk/lib/librte_bitratestats/rte_bitratestats_version.map
Remy Horton 2ad7ba9a65 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>
2017-04-05 17:59:43 +02:00

10 lines
114 B
Plaintext

DPDK_17.05 {
global:
rte_stats_bitrate_calc;
rte_stats_bitrate_create;
rte_stats_bitrate_reg;
local: *;
};