* Fwd: System partitioning question
[not found] <CAPUj1OMQboYueS1o6ByP=H5GXxK6pD4nzN5f6rD7xvHhuiVS2w@mail.gmail.com>
@ 2013-10-27 9:17 ` Mj Embd
2013-10-27 9:33 ` Gordan Bobic
0 siblings, 1 reply; 5+ messages in thread
From: Mj Embd @ 2013-10-27 9:17 UTC (permalink / raw)
To: xen-devel
I have dual core ARM v7 ve system. I am trying to run xen on it.
>From a conceptual level if I have to run 2 os (VM) on xen, then in
effect there would 3 VMs running
2 guest os's for my purpose and the dom0.
How would 3 VM's run on two cores ?
Is it possible to affine cores in xen ?
==
Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fwd: System partitioning question
2013-10-27 9:17 ` Fwd: System partitioning question Mj Embd
@ 2013-10-27 9:33 ` Gordan Bobic
2013-10-27 10:40 ` Mj Embd
0 siblings, 1 reply; 5+ messages in thread
From: Gordan Bobic @ 2013-10-27 9:33 UTC (permalink / raw)
To: Mj Embd, xen-devel@lists.xen.org
On 10/27/2013 09:17 AM, Mj Embd wrote:
> I have dual core ARM v7 ve system. I am trying to run xen on it.
> From a conceptual level if I have to run 2 os (VM) on xen, then in
> effect there would 3 VMs running
> 2 guest os's for my purpose and the dom0.
>
> How would 3 VM's run on two cores ?
> Is it possible to affine cores in xen ?
If it is anything like x86, then you can overbook cores - Xen will
manage what gets to run fairly. You can also specify how many cores you
want dom0 to use and pin them, as well as specifying how many and which
cores domU should run on.
Gordan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fwd: System partitioning question
2013-10-27 9:33 ` Gordan Bobic
@ 2013-10-27 10:40 ` Mj Embd
2013-10-27 19:27 ` Gordan Bobic
0 siblings, 1 reply; 5+ messages in thread
From: Mj Embd @ 2013-10-27 10:40 UTC (permalink / raw)
To: Gordan Bobic; +Cc: xen-devel@lists.xen.org
In my use case VM;s don't have any physical device, all are owned by dom0.
[keyboard, network] I am planning vnc to view the ubuntu's running in VM's
So I have to pin 1st core for dom0 and on second core my actual VM's
would run ?
Would you think it would be a feasible solution in terms of latency ?
On Sun, Oct 27, 2013 at 3:03 PM, Gordan Bobic <gordan@bobich.net> wrote:
> On 10/27/2013 09:17 AM, Mj Embd wrote:
>>
>> I have dual core ARM v7 ve system. I am trying to run xen on it.
>> From a conceptual level if I have to run 2 os (VM) on xen, then in
>> effect there would 3 VMs running
>> 2 guest os's for my purpose and the dom0.
>>
>> How would 3 VM's run on two cores ?
>> Is it possible to affine cores in xen ?
>
>
> If it is anything like x86, then you can overbook cores - Xen will manage
> what gets to run fairly. You can also specify how many cores you want dom0
> to use and pin them, as well as specifying how many and which cores domU
> should run on.
>
> Gordan
>
--
-mj
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fwd: System partitioning question
2013-10-27 10:40 ` Mj Embd
@ 2013-10-27 19:27 ` Gordan Bobic
2013-10-31 12:54 ` Ian Campbell
0 siblings, 1 reply; 5+ messages in thread
From: Gordan Bobic @ 2013-10-27 19:27 UTC (permalink / raw)
To: Mj Embd; +Cc: xen-devel@lists.xen.org
It doesn't matter - any VM can run on any CPU core and none require a
dedicated CPU core. If your application is such that you are concerned
about latency, the chances are that no virtualization solution is going
to be good enough. Otherwise don't worry about it.
Gordan
On 10/27/2013 10:40 AM, Mj Embd wrote:
> In my use case VM;s don't have any physical device, all are owned by dom0.
> [keyboard, network] I am planning vnc to view the ubuntu's running in VM's
> So I have to pin 1st core for dom0 and on second core my actual VM's
> would run ?
> Would you think it would be a feasible solution in terms of latency ?
>
>
> On Sun, Oct 27, 2013 at 3:03 PM, Gordan Bobic <gordan@bobich.net> wrote:
>> On 10/27/2013 09:17 AM, Mj Embd wrote:
>>>
>>> I have dual core ARM v7 ve system. I am trying to run xen on it.
>>> From a conceptual level if I have to run 2 os (VM) on xen, then in
>>> effect there would 3 VMs running
>>> 2 guest os's for my purpose and the dom0.
>>>
>>> How would 3 VM's run on two cores ?
>>> Is it possible to affine cores in xen ?
>>
>>
>> If it is anything like x86, then you can overbook cores - Xen will manage
>> what gets to run fairly. You can also specify how many cores you want dom0
>> to use and pin them, as well as specifying how many and which cores domU
>> should run on.
>>
>> Gordan
>>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fwd: System partitioning question
2013-10-27 19:27 ` Gordan Bobic
@ 2013-10-31 12:54 ` Ian Campbell
0 siblings, 0 replies; 5+ messages in thread
From: Ian Campbell @ 2013-10-31 12:54 UTC (permalink / raw)
To: Gordan Bobic; +Cc: Mj Embd, xen-devel@lists.xen.org
On Sun, 2013-10-27 at 19:27 +0000, Gordan Bobic wrote:
> It doesn't matter - any VM can run on any CPU core and none require a
> dedicated CPU core. If your application is such that you are concerned
> about latency, the chances are that no virtualization solution is going
> to be good enough. Otherwise don't worry about it.
Actually, given the presence of sEDF and the arinc653 schedulers (both
of which have RT properties) and the simplicity of the ARM interrupt
injection path I think Xen on ARM is probably not in too bad a shape for
a soft-ish RT system, at least as a starting point for
testing/measuring/improving etc. It depends on the specific requirements
of course.
Also remember that through cpupools you can split the physical CPUs into
RT and non-RT pools, each with their own scheduler and assign domains to
the appropriate pool.
Ian.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-10-31 12:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAPUj1OMQboYueS1o6ByP=H5GXxK6pD4nzN5f6rD7xvHhuiVS2w@mail.gmail.com>
2013-10-27 9:17 ` Fwd: System partitioning question Mj Embd
2013-10-27 9:33 ` Gordan Bobic
2013-10-27 10:40 ` Mj Embd
2013-10-27 19:27 ` Gordan Bobic
2013-10-31 12:54 ` Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).