>-----Original Message----- >From: dev <[email protected]> On Behalf Of Bruce Richardson >Sent: Wednesday 10 March 2021 17:24 >To: [email protected] >Cc: Richardson, Bruce <[email protected]>; Laatz, Kevin ><[email protected]>; Ray Kinsella <[email protected]>; Neil Horman ><[email protected]> >Subject: [dpdk-dev] [PATCH 2/4] telemetry: make the legacy registration >function internal > >The function for registration of callbacks for legacy telemetry was >documented as internal-only in the API documents, but marked as >experimental in the version.map file. Since this is an internal-only function, >for >consistency we update the version mapping to have it as internal. > >Signed-off-by: Bruce Richardson <[email protected]> >--- > doc/guides/rel_notes/release_21_05.rst | 5 +++++ > lib/librte_telemetry/rte_telemetry_legacy.h | 2 +- > lib/librte_telemetry/version.map | 2 +- > 3 files changed, 7 insertions(+), 2 deletions(-) > <snip>
Acked-by: Ciara Power <[email protected]>

