>-----Original Message----- >From: dev <[email protected]> On Behalf Of Bruce Richardson >Sent: Wednesday 10 March 2021 17:25 >To: [email protected] >Cc: Richardson, Bruce <[email protected]>; Laatz, Kevin ><[email protected]> >Subject: [dpdk-dev] [PATCH 4/4] telemetry: move init function to internal >header > >The rte_telemetry_init() function is for EAL use only, so can be moved to the >internal header rather than being in the public one. > >Signed-off-by: Bruce Richardson <[email protected]> >--- > lib/librte_eal/freebsd/eal.c | 2 +- > lib/librte_eal/linux/eal.c | 2 +- > lib/librte_telemetry/rte_telemetry.h | 29 ----------------------- > lib/librte_telemetry/telemetry_internal.h | 29 +++++++++++++++++++++++ > 4 files changed, 31 insertions(+), 31 deletions(-) > <snip>
Acked-by: Ciara Power <[email protected]>

