bitrate: promote free function to stable
authorKevin Traynor <ktraynor@redhat.com>
Fri, 9 Jul 2021 15:19:38 +0000 (16:19 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 1 Oct 2021 13:31:47 +0000 (15:31 +0200)
commit4ad8807cfc9b66a90b46682e3eafb493a42a15b2
treef521533579924a271cbb19557ac234b54835617f
parentbdd478eede455611245593edd43dc49a1d821449
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>
lib/bitratestats/rte_bitrate.h
lib/bitratestats/version.map