numam-dpdk/lib/librte_timer
Erik Gabriel Carrillo 0efd46d795 timer: fix reset/stop in callback for new API
The rte_timer_alt_manage function should track which is the running
timer and whether or not it was updated by a callback in the priv_timer
structure that corresponds to the running lcore, so that restarting
or stopping the timer from the callback works correctly.

Fixes: c0749f7096 ("timer: allow management in shared memory")

Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
2019-05-03 23:07:36 +02:00
..
Makefile timer: allow management in shared memory 2019-04-17 20:05:20 +02:00
meson.build timer: allow management in shared memory 2019-04-17 20:05:20 +02:00
rte_timer_version.map timer: add function to stop all timers in a list 2019-04-17 20:05:30 +02:00
rte_timer.c timer: fix reset/stop in callback for new API 2019-05-03 23:07:36 +02:00
rte_timer.h timer: add function to stop all timers in a list 2019-04-17 20:05:30 +02:00