> -----Original Message-----
> From: Power, Ciara <ciara.po...@intel.com>
> ---
> -
> +#define NUM_TELSTATS RTE_DIM(telstats_strings)
> 
> +
> +static void
> +update_telemetry(__attribute__((unused)) struct rte_timer *tim,
> +             __attribute__((unused)) void *arg)
> +     uint64_t values[3] = {0};

Use NUM_TELSTATS, in place of 3.

> +     uint64_t values[3] = {0};
Use NUM_TELSTATS, in place of 3.

Thanks,
Reshma

Reply via email to