All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: Anton Ivanov <aivanov@brocade.com>,
	user-mode-linux-devel@lists.sourceforge.net
Cc: Thomas Meyer <thomas@m3y3r.de>
Subject: Re: [uml-devel] [PATCH v4] um: Switch clocksource to hrtimers
Date: Fri, 6 Nov 2015 22:56:39 +0100	[thread overview]
Message-ID: <563D2217.1070002@nod.at> (raw)
In-Reply-To: <1446480997-155855-1-git-send-email-aivanov@brocade.com>

Am 02.11.2015 um 17:16 schrieb Anton Ivanov:
> Background: UML is using an obsolete itimer call for
> all timers and "polls" for kernel space timer firing
> in its userspace portion resulting in a long list
> of bugs and incorrect behaviour(s). It also uses
> ITIMER_VIRTUAL for its timer which results in the
> timer being dependent on it running and the cpu
> load.
> 
> This patch fixes this by moving to posix high resolution
> timers firing off CLOCK_MONOTONIC and relaying the timer
> correctly to the UML userspace.
> 
> FIXES: crashes when hosts suspends/resumes
> 
> FIXES: broken userspace timers - effecive ~40Hz instead
> of what they should be. Note - this modifies skas behavior
> by no longer setting an itimer per clone(). Timer events
> are relayed instead.
> 
> FIXES: kernel network packet scheduling disciplines
> FIXES: tcp behaviour especially under load
> FIXES: various timer related corner cases
> 
> IMPROVES: overall responsiveness of the userspace
> 
> Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
> Signed-off-by: Anton Ivanov <aivanov@brocade.com>

Applied!

Thanks,
//richard

------------------------------------------------------------------------------
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


  parent reply	other threads:[~2015-11-06 21:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-02 16:16 [uml-devel] [PATCH v4] um: Switch clocksource to hrtimers Anton Ivanov
2015-11-02 21:50 ` Richard Weinberger
2015-11-02 22:13   ` Anton Ivanov
2015-11-03  7:11     ` Anton Ivanov
2015-11-03  7:58       ` Thomas Meyer
2015-11-06 21:56 ` Richard Weinberger [this message]
2015-11-07 10:29   ` Anton Ivanov
2015-11-07 10:32     ` Richard Weinberger
2015-11-18  1:20   ` Lorenzo Colitti
2015-11-18  7:00     ` Anton Ivanov
2015-11-18  7:10       ` Lorenzo Colitti
2015-11-18  8:06         ` Richard Weinberger
2015-11-18 13:32           ` Lorenzo Colitti
2015-11-18 13:40             ` Richard Weinberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=563D2217.1070002@nod.at \
    --to=richard@nod.at \
    --cc=aivanov@brocade.com \
    --cc=thomas@m3y3r.de \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.