Re: [uml-devel] [PATCH v2] um: Switch clocksource to hrtimers

2015-08-09 Thread Thomas Meyer
Am Sonntag, den 09.08.2015, 12:31 +0200 schrieb Richard Weinberger: > On Tue, Jul 14, 2015 at 1:45 PM, Thomas Meyer > wrote: > > Switch the UML clocksource from interval timers to posix interval > > timers and > > move to a monotonic timer. > > > > This fixes suspend&resume related timer issues

Re: [uml-devel] [PATCH v2] um: Switch clocksource to hrtimers

2015-08-09 Thread Richard Weinberger
On Tue, Jul 14, 2015 at 1:45 PM, Thomas Meyer wrote: > Switch the UML clocksource from interval timers to posix interval timers and > move to a monotonic timer. > > This fixes suspend&resume related timer issues and improves network > performance > as TCP state machines are now fed with the correc

[uml-devel] [PATCH v2] um: Switch clocksource to hrtimers

2015-07-14 Thread Thomas Meyer
Switch the UML clocksource from interval timers to posix interval timers and move to a monotonic timer. This fixes suspend&resume related timer issues and improves network performance as TCP state machines are now fed with the correct time; also correct QoS and traffic shaping. v2: Fixed a hang i