SCIENTIFIC-LINUX-USERS Archives

August 2014

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Mailing list for Scientific Linux users worldwide <[log in to unmask]>
Date:
Wed, 27 Aug 2014 18:27:50 +0200
Reply-To:
Content-Transfer-Encoding:
7bit
Subject:
From:
David Sommerseth <[log in to unmask]>
Content-Type:
text/plain; charset="UTF-8"
In-Reply-To:
MIME-Version:
1.0
Comments:
To: John Lauro <[log in to unmask]>, Paul Robert Marino <[log in to unmask]> cc: Brandon Vincent <[log in to unmask]>, [log in to unmask], "[log in to unmask]" <[log in to unmask]>, Nico Kadel-Garcia <[log in to unmask]>
Parts/Attachments:
text/plain (33 lines)
On 24/08/14 18:57, John Lauro wrote:
> Why spread FUD about Vmware.  Anyways, to hear what they say on the subject:
> http://www.vmware.com/files/pdf/techpaper/latency-sensitive-perf-vsphere55.pdf
> 
> Anyways, KVM will not handle latency any better than Vmware.

You can currently not achieve true realtime characteristics when adding
virtualization, no matter the technology.  The reason is that realtime
tasks must be able to preempt running tasks to be able to keep its
deadlines.

Consider running a virtualized realtime kernel running a realtime task,
on a host VM with a realtime kernel.  When the task gets CPU time, it
preempts all other running tasks on the provided CPU core.  But if the
VM host is not aware of this happening, it may just as well not give
enough runtime in the right time-window to the realtime guest OS.  Thus
increasing the latency quite noticeably.  So for this to work, the guest
OS kernel must be able to communicate to the host OS kernel that it has
a task which needs attention right now.  And AFAIK, this mechanism is
not implemented anywhere.

I know there has been done some research on this topic some years ago,
and an interesting paper on it.  But I don't know if this has come any
further.

<http://lwn.net/images/conf/rtlws11/papers/proc/p18.pdf>


-- 
kind regards,

David Sommerseth

ATOM RSS1 RSS2