telemetry: mark init function as internal-only
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 5 Feb 2021 21:23:57 +0000 (21:23 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 9 Feb 2021 12:36:45 +0000 (13:36 +0100)
commit0d32fd0945d8bd235ca57b8c15463fd72ba5b8c4
tree5f405e99107a7071c11851f8444fbf5760b55a61
parenta69f94e934ccf9a6a6401e4f272cb2407783c2cb
telemetry: mark init function as internal-only

The "rte_telemetry_init()" function is for use by "rte_eal_init()" and
should not be part of the public API. Mark it as internal only.

Fixes: 6dd571fd07c3 ("telemetry: introduce new functionality")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
doc/guides/rel_notes/release_21_02.rst
lib/librte_telemetry/rte_telemetry.h
lib/librte_telemetry/version.map