Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-06-25 | tw: add light weight timer update function | Florin Coras | 1 | -29/+50 |
2018-02-20 | Reset expired timer vector length after callback | Dave Barach | 1 | -1/+4 |
2017-09-12 | tcp: horizontal scaling improvments | Florin Coras | 1 | -4/+7 |
2017-09-01 | Add fixed-size, preallocated pool support | Dave Barach | 1 | -6/+110 |
2017-06-28 | switch vlib process model to tw_timer_template timer impl | Dave Barach | 1 | -0/+74 |
2017-06-14 | VPP-874: fix coverity warnings in tw_timer_template.c | Dave Barach | 1 | -4/+4 |
2017-06-12 | three-level timer wheel implementation w/ overflow vector | Dave Barach | 1 | -52/+353 |
2017-02-22 | Fix last run time update for timer wheel | Florin Coras | 1 | -1/+1 |
2017-02-16 | tw_timer_expire_timers() - add a maximum to the number of expiration per call | Gabriel Ganne | 1 | -2/+6 |
2017-02-16 | tw_timer_expire_timers() return the number of expirations | Gabriel Ganne | 1 | -8/+13 |
2017-02-05 | Wheel-timer infra | Dave Barach | 1 | -0/+341 |