[dpdk-dev] [PATCH] timer: fix break list when timer_cb reset running timer

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jul 25 17:53:15 CEST 2016


> >When timer_cb resets another running timer on the same lcore,
> >the list of expired timers is chained to the pending-list.
> >This commit prevents a running timer from being reset
> >by not its own timer_cb.
> >
> >Signed-off-by: Hiroyuki Mikita <h.mikita89 at gmail.com>
> 
> Acked-by: Robert Sanford <rsanford at akamai.com>
> 
> I tested the three timer patches with app/test timer_autotest and
> timer_racecond_autotest, and additional private tests.

Applied, thanks


More information about the dev mailing list