numam-dpdk/lib/librte_timer
Karmarkar Suyash 0778cfe864 timer: fix lag delay
For periodic timers, if the lag gets introduced, the current code
added additional delay when the next peridoc timer was initialized
by not taking into account the delay added, with this fix the code
would start the next occurrence of timer keeping in account the
lag added. Corrected the behavior.

Fixes: 9b15ba89 ("timer: use a skip list")

Signed-off-by: Karmarkar Suyash <skarmarkar@sonusnet.com>
Acked-by: Robert Sanford <rsanford@akamai.com>
2016-10-05 12:02:53 +02:00
..
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_timer_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_timer.c timer: fix lag delay 2016-10-05 12:02:53 +02:00
rte_timer.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00