Hiroyuki Mikita a829d41f9d timer: remove unnecessary list insertion
When timer_set_running_state() fails in rte_timer_manage(),
the failed timer is put back on pending-list.
In this case, another core tries to reset or stop the timer.
It does not need to be on pending-list.

Fixes: a4b7a5a45cf5 ("timer: fix race condition")

Signed-off-by: Hiroyuki Mikita <h.mikita89@gmail.com>
Acked-by: Robert Sanford <rsanford@akamai.com>
2016-07-25 17:55:12 +02:00
..
2016-06-07 10:02:39 +02:00
2016-07-22 22:41:56 +02:00
2016-06-29 13:33:01 +02:00
2016-07-16 11:13:22 +02:00
2016-06-14 17:24:15 +02:00