15/04/2019 23:41, Erik Gabriel Carrillo:
> --- a/lib/librte_timer/Makefile
> +++ b/lib/librte_timer/Makefile
> +CFLAGS += -DALLOW_EXPERIMENTAL_API
You forgot the same for meson:
allow_experimental_apis = true
Currently, the timer library uses a per-process table of structures to
manage skiplists of timers presumably because timers contain arbitrary
function pointers whose value may not resolve properly in other
processes.
However, if the same callback is used handle all timers, and that
callback is onl
2 matches
Mail list logo