xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Juergen Gross <jgross@suse.com>
To: Boris Ostrovsky <boris.ostrovsky@oracle.com>,
	Dario Faggioli <dario.faggioli@citrix.com>
Cc: Elena Ufimtseva <elena.ufimtseva@oracle.com>,
	Wei Liu <wei.liu2@citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	David Vrabel <david.vrabel@citrix.com>,
	Jan Beulich <JBeulich@suse.com>,
	"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Subject: Re: PV-vNUMA issue: topology is misinterpreted by the guest
Date: Mon, 27 Jul 2015 17:03:50 +0200	[thread overview]
Message-ID: <55B64856.1090101@suse.com> (raw)
In-Reply-To: <55B64561.6020402@oracle.com>

On 07/27/2015 04:51 PM, Boris Ostrovsky wrote:
> On 07/27/2015 10:43 AM, Juergen Gross wrote:
>> On 07/27/2015 04:34 PM, Boris Ostrovsky wrote:
>>> On 07/27/2015 10:09 AM, Dario Faggioli wrote:
>>>> On Fri, 2015-07-24 at 18:10 +0200, Juergen Gross wrote:
>>>>> On 07/24/2015 05:58 PM, Dario Faggioli wrote:
>>>>>> So, just to check if I'm understanding is correct: you'd like to
>>>>>> add an
>>>>>> abstraction layer, in Linux, like in generic (or, perhaps,
>>>>>> scheduling)
>>>>>> code, to hide the direct interaction with CPUID.
>>>>>> Such layer, on baremetal, would just read CPUID while, on PV-ops,
>>>>>> it'd
>>>>>> check with Xen/match vNUMA/whatever... Is this that you are saying?
>>>>> Sort of, yes.
>>>>>
>>>>> I just wouldn't add it, as it is already existing (more or less). It
>>>>> can deal right now with AMD and Intel, we would "just" have to add
>>>>> Xen.
>>>>>
>>>> So, having gone through the rest of the thread (so far), and having
>>>> given a fair amount o thinking to this, I really think that something
>>>> like this would be a good thing to have in Linux.
>>>>
>>>> Of course, it's not that my opinion on where should be in Linux counts
>>>> that much! :-D   Nevertheless, I wanted to make it clear that, while
>>>> skeptic at the beginning, I now think this is (part of) the way to go,
>>>> as I said and explained in my reply to George.
>>>
>>> And I continue to believe that kernel solution does not address the
>>> userland problem which is no less important than making kernel do proper
>>> scheduling decisions (and I suspect when this patch goes for review
>>> that's what the scheduling people are going to say).
>>>
>>> Remember the original problem that started this thread was that kernel
>>> complained that topology didn't make sense and it turned off all
>>> topology-related decisions. Which means that kernel already has a
>>> solution for weird topology. Some enumeration doesn't trigger this
>>> warning, but we can come up with one that does. Or we can indeed have a
>>> patch in kernel that will, possibly silently, fail topology_sane() when
>>> virtualized and not pinned.
>>
>> How would you come up with a topology the kernel is complaining about
>> and user mode scheduling will use for sane decisions ?
>
> We need to understand first why Dario's box is apparently the only one
> resulting in a warning and probably then emulate that enumeration.

This will lead to other problems in user land e.g. with hwloc.

> And again, if that is not possible then just make topology_sane() fail.

And again: once you claim that kernel mode isn't everything and here
you fail to respect possible user land requirements.

>>> (This is what I assume kernel does when topology_sane() fails. And if it
>>> doesn't, that's a bug IMO)
>>>
>>> The licensing problem that Juergen described can be solved by pining
>>> vcpus and exposing HT bit. Besides,  creating a guest with 24 VPCUs and
>>
>> Hmm, yes. This way you sacrifice most of the virtualization advantages.
>>
>>> hoping that 16-core licensing will work I think is pushing it a bit when
>>> you know that VCPUs will jump around cores (i.e. "on average" you are
>>> running on more than 16 cores -- multi-threaded or not -- which arguably
>>> is what licensing is trying to prevent)
>>
>> On a machine with only 16 cores running on more than 16 cores? I have
>> some problems to believe this. The point was: if the license is happy on
>> bare metal it should be so when running on the same hardware as a guest.
>
> Ok, that's not how I should have described it. I meant that IMO asking
> for 24 VCPUs is somewhat akin to oversubscribing since you kind of know
> that you dont' have 24 PCPUs, you are just trying to fool the kernel
> into thinking that threads are cores.

/proc/cpuinfo on bare metal will list 32 cpus. xl info in dom0 will list
32 cpus. You have 32 entities where you can do scheduling. So what's the
problem having a domU with 24 vcpus? There are still 8 pcpus free for
e.g. dom0 then.


Juergen

  reply	other threads:[~2015-07-27 15:03 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16 10:32 PV-vNUMA issue: topology is misinterpreted by the guest Dario Faggioli
2015-07-16 10:47 ` Jan Beulich
2015-07-16 10:56   ` Andrew Cooper
2015-07-16 15:25     ` Wei Liu
2015-07-16 15:45       ` Andrew Cooper
2015-07-16 15:50         ` Boris Ostrovsky
2015-07-16 16:29           ` Jan Beulich
2015-07-16 16:39             ` Andrew Cooper
2015-07-16 16:59               ` Boris Ostrovsky
2015-07-17  6:09                 ` Jan Beulich
2015-07-17  7:27                   ` Dario Faggioli
2015-07-17  7:42                     ` Jan Beulich
2015-07-17  8:44                     ` Wei Liu
2015-07-17 18:17                     ` Boris Ostrovsky
2015-07-20 14:09                       ` Dario Faggioli
2015-07-20 14:43                         ` Boris Ostrovsky
2015-07-21 20:00                           ` Boris Ostrovsky
2015-07-22 13:36                             ` Dario Faggioli
2015-07-22 13:50                               ` Juergen Gross
2015-07-22 13:58                                 ` Boris Ostrovsky
2015-07-22 14:09                                   ` Juergen Gross
2015-07-22 14:44                                     ` Boris Ostrovsky
2015-07-23  4:43                                       ` Juergen Gross
2015-07-23  7:28                                         ` Jan Beulich
2015-07-23  9:42                                         ` Andrew Cooper
2015-07-23 14:07                                         ` Dario Faggioli
2015-07-23 14:13                                           ` Juergen Gross
2015-07-24 10:28                                           ` Juergen Gross
2015-07-24 14:44                                             ` Dario Faggioli
2015-07-24 15:14                                               ` Juergen Gross
2015-07-24 15:24                                                 ` Juergen Gross
2015-07-24 15:58                                                   ` Dario Faggioli
2015-07-24 16:09                                                     ` Konrad Rzeszutek Wilk
2015-07-24 16:14                                                       ` Dario Faggioli
2015-07-24 16:18                                                       ` Juergen Gross
2015-07-24 16:29                                                         ` Konrad Rzeszutek Wilk
2015-07-24 16:39                                                           ` Juergen Gross
2015-07-24 16:44                                                             ` Boris Ostrovsky
2015-07-27  4:35                                                               ` Juergen Gross
2015-07-27 10:43                                                                 ` George Dunlap
2015-07-27 10:54                                                                   ` Andrew Cooper
2015-07-27 11:13                                                                     ` Juergen Gross
2015-07-27 10:54                                                                   ` Juergen Gross
2015-07-27 11:11                                                                     ` George Dunlap
2015-07-27 12:01                                                                       ` Juergen Gross
2015-07-27 12:16                                                                         ` Tim Deegan
2015-07-27 13:23                                                                         ` Dario Faggioli
2015-07-27 14:02                                                                           ` Juergen Gross
2015-07-27 14:02                                                                       ` Dario Faggioli
2015-07-27 10:41                                                       ` George Dunlap
2015-07-27 10:49                                                         ` Andrew Cooper
2015-07-27 13:11                                                           ` Dario Faggioli
2015-07-24 16:10                                                     ` Juergen Gross
2015-07-24 16:40                                                       ` Boris Ostrovsky
2015-07-24 16:48                                                         ` Juergen Gross
2015-07-24 17:11                                                           ` Boris Ostrovsky
2015-07-27 13:40                                                             ` Dario Faggioli
2015-07-27  4:24                                                         ` Juergen Gross
2015-07-27 14:09                                                       ` Dario Faggioli
2015-07-27 14:34                                                         ` Boris Ostrovsky
2015-07-27 14:43                                                           ` Juergen Gross
2015-07-27 14:51                                                             ` Boris Ostrovsky
2015-07-27 15:03                                                               ` Juergen Gross [this message]
2015-07-27 14:47                                                           ` Juergen Gross
2015-07-27 14:58                                                           ` Dario Faggioli
2015-07-28  4:29                                                         ` Juergen Gross
2015-07-28 15:11                                                           ` Juergen Gross
2015-07-28 16:17                                                             ` Dario Faggioli
2015-07-28 17:13                                                               ` Dario Faggioli
2015-07-29  6:04                                                               ` Juergen Gross
2015-07-29  7:09                                                                 ` Dario Faggioli
2015-07-29  7:44                                                             ` Dario Faggioli
2015-07-24 16:05                                                 ` Dario Faggioli
2015-07-28 10:05                                                   ` Wei Liu
2015-07-28 15:17                                                     ` Dario Faggioli
2015-07-24 20:27                                               ` Elena Ufimtseva
2015-07-22 14:50                                     ` Dario Faggioli
2015-07-22 15:32                                       ` Boris Ostrovsky
2015-07-22 15:49                                         ` Dario Faggioli
2015-07-22 18:10                                           ` Boris Ostrovsky
2015-07-23  7:25                                             ` Jan Beulich
2015-07-24 16:03                                               ` Boris Ostrovsky
2015-07-23 13:46                                             ` Dario Faggioli
2015-07-17 10:17                 ` Andrew Cooper
2015-07-16 15:26 ` Wei Liu
2015-07-27 15:13 ` David Vrabel
2015-07-27 16:02   ` Dario Faggioli
2015-07-27 16:31     ` David Vrabel
2015-07-27 16:33       ` Andrew Cooper
2015-07-27 17:42         ` Dario Faggioli
2015-07-27 17:50           ` Konrad Rzeszutek Wilk
2015-07-27 23:19           ` Andrew Cooper
2015-07-28  3:52             ` Juergen Gross
2015-07-28  9:40               ` Andrew Cooper
2015-07-28  9:28             ` Dario Faggioli

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=55B64856.1090101@suse.com \
    --to=jgross@suse.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=dario.faggioli@citrix.com \
    --cc=david.vrabel@citrix.com \
    --cc=elena.ufimtseva@oracle.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /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 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).