On Wed, Sep 02, 2026 at 04:26:30PM -0700, Stephen Hemminger wrote:
> The remaining experimental telemetry functions have been present without
> interface changes for several releases: the hexadecimal helpers
> rte_tel_data_add_array_uint_hex() and rte_tel_data_add_dict_uint_hex()
> since v23.03, and rte_telemetry_register_cmd_arg() since v24.11.
> Promote all three to the stable ABI.
>
> Signed-off-by: Stephen Hemminger <[email protected]>
> ---
> doc/guides/rel_notes/release_26_11.rst | 6 ++++++
> lib/telemetry/rte_telemetry.h | 3 ---
> lib/telemetry/telemetry.c | 2 +-
> lib/telemetry/telemetry_data.c | 4 ++--
> 4 files changed, 9 insertions(+), 6 deletions(-)
>
Acked-by: Bruce Richardson <[email protected]>