Re: [dpdk-dev] [PATCH] telemetry: mark init function as internal-only

2021-02-09 Thread Thomas Monjalon
05/02/2021 22:23, Bruce Richardson: > 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: sta...@dpdk.org > > Signed-off-by: Bruce Richards

[dpdk-dev] [PATCH] telemetry: mark init function as internal-only

2021-02-05 Thread Bruce Richardson
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: sta...@dpdk.org Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/release_21_02.rst |