numam-dpdk/lib/bitratestats
Kevin Traynor 4ad8807cfc bitrate: promote free function to stable
rte_stats_bitrate_free() has been in DPDK since 20.11.

Its signature is very basic as it just frees an opaque
data struct allocated in rte_stats_bitrate_create()
and returns void.

It's unlikely that such a basic signature would need to change
so might as well promote it to stable for the next major ABI.

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
2021-10-01 15:31:47 +02:00
..
meson.build
rte_bitrate.c bitrate: fix calculation to match API description 2021-10-01 15:31:06 +02:00
rte_bitrate.h bitrate: promote free function to stable 2021-10-01 15:31:47 +02:00
version.map bitrate: promote free function to stable 2021-10-01 15:31:47 +02:00