Re: [dpdk-dev] [PATCH v5 1/2] timer: allow timer management in shared memory

2019-04-17 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v5 1/2] timer: allow timer management in shared memory

2019-04-15 Thread Erik Gabriel Carrillo
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