[dpdk-dev] [PATCH 4/4] telemetry: move init function to internal header

Power, Ciara ciara.power at intel.com
Thu Mar 11 13:51:24 CET 2021


>-----Original Message-----
>From: dev <dev-bounces at dpdk.org> On Behalf Of Bruce Richardson
>Sent: Wednesday 10 March 2021 17:25
>To: dev at dpdk.org
>Cc: Richardson, Bruce <bruce.richardson at intel.com>; Laatz, Kevin
><kevin.laatz at intel.com>
>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 <bruce.richardson at intel.com>
>---
> 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 <ciara.power at intel.com>


More information about the dev mailing list