Message ID | 20220330082046.3512424-1-asavkov@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Upper bound kernel timers | expand |
From: Artem Savkov > Sent: 30 March 2022 09:21 > > As previously discussed [1] we had a report of a regression in TCP keepalive > timer where timers were up to 4 minutes late resulting in disconnects. > > This patchset tries to fix the problem by introducing upper bound kernel timers > and making tcp keepalive timer use those. Why not just fix the timer code to work properly (as it used to) so that the timers expire within a short time of the requested interval. This just requires that expiring 'long' timers get moved into the higher precision 'wheels' (or whatever) before they actually expire. The burden for this is minimal - it only affects long duration timers that actually expire, and each timer only gets moved once for each level of timer precision. Perhaps you only need to move them two or three times in order to get a reasonable accuracy. No one is going to mind if a 5 minute timer is a second late. David - Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK Registration No: 1397386 (Wales)