On Wed, 14 Jun 2023 19:25:25 +0200 Mattias Rönnblom <[email protected]> wrote:
> static struct rte_event_dispatcher_handler*
> +evd_lcore_get_handler_by_id(struct rte_event_dispatcher_lcore *lcore,
> + int handler_id)
> +{
> + int i
in other places you used uint16_t for iterating over handles.

