[dpdk-dev] [PATCH] timer: fix incorrect pending-list manipulation

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


2016-07-26 00:16, Hiroyuki Mikita:
> Fixes: 9b15ba895b9f ("timer: use a skip list")
> 
> >>This commit fixes incorrect pending-list manipulation
> >>when getting list of expired timers in rte_timer_manage().
> >>
> >>When timer_get_prev_entries() sets pending_head on prev,
> >>the pending-list is broken.
> >>The next of pending_head always becomes NULL.
> >>In this depth level, it is not need to manipulate the list.
> >>
> >>Signed-off-by: Hiroyuki Mikita <h.mikita89 at gmail.com>
> >
> > Acked-by: Robert Sanford <rsanford at akamai.com>

Applied, thanks


More information about the dev mailing list