aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/tw_timer_template.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-11vppinfra: remove unused variable from timing wheelKlement Sekera1-3/+0
2018-08-03vlib: avoid double process dispatchFlorin Coras1-0/+1
2018-06-25tw: add light weight timer update functionFlorin Coras1-0/+2
2017-09-01Add fixed-size, preallocated pool supportDave Barach1-1/+23
2017-06-28switch vlib process model to tw_timer_template timer implDave Barach1-0/+9
2017-06-12three-level timer wheel implementation w/ overflow vectorDave Barach1-7/+41
2017-02-16tw_timer_expire_timers() - add a maximum to the number of expiration per callGabriel Ganne1-1/+4
2017-02-16tw_timer_expire_timers() return the number of expirationsGabriel Ganne1-1/+1
2017-02-05Wheel-timer infraDave Barach1-0/+199