> >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