Re: [dpdk-dev] [PATCH 2/4] telemetry: make the legacy registration function internal

2021-03-11 Thread Power, Ciara
>-Original Message- >From: dev On Behalf Of Bruce Richardson >Sent: Wednesday 10 March 2021 17:24 >To: dev@dpdk.org >Cc: Richardson, Bruce ; Laatz, Kevin >; Ray Kinsella ; Neil Horman > >Subject: [dpdk-dev] [PATCH 2/4] telemetry: make the legacy registration &

[dpdk-dev] [PATCH 2/4] telemetry: make the legacy registration function internal

2021-03-10 Thread Bruce Richardson
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: Br