[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xen-4.12-testing test] 169199: regressions - FAIL
- To: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Fri, 8 Apr 2022 14:01:03 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=XN3WTJFEKD82PiIFkvb8ac/2L9v1ssxFrbkCnU3IPpU=; b=cfi+KBLhjN8H37feeA5WSNdJ7F5tcpnUlp2ehJDufrEZ/zSQdN/7tsodPG45V3yyfU2cGM6+xQjfJfil5r7NAfoIWbTIFgWZIJheFGoOVjsIdpDCV4UYNHF92fl7T+YQcb+M2xztvVpI9aUcIxTBkNlme3cvohY+x3JvIVQlcuttYm31ExlE5N6xHMukr5xzC3APgy9I2SL85fT0YcJHyvdHSoLAMQEK7Ow51L459e5h1y0LWiCKkRyn5+8Z01Aefi785Pm4sYpZE6qRtKpYjuFn0izlcGlxn46hkduWr9skqhXMrf5oiKkewNJgK6/QO6llhS5cZf3pI7FVaPlsPg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WWvprlJtsPRdZG/pQYj/mcrkcByTKrt/QA4JoIWutF8IT07tIEGAynfO4nPnPnklStw4VyG/CmRoUvKJQtIW5fwSHWAyXnP42mvWYSJ79V/ve7GhHsx4k5gey+2wR9R9m6+WLVI2Ct6FP+yYqEICxpysQm0SC3AQAXXrs6sPiWBSjZ3dIDlQqIXAIaUnZiKn9MNWdflGxf6huyEesCLiTAduvmpZu7s7cet38UjFdMgf+/M3cy41dEA4rKGU06oYGIyarcGDVyxuPsm7oI6a3bzhNUaNZRwggSoVq4u9scVbhusyZFW0AqzwBW09Bgw9872LIw/im4O6eS/MzD0yHQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, osstest service owner <osstest-admin@xxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Dario Faggioli <dfaggioli@xxxxxxxx>, Julien Grall <julien@xxxxxxx>
- Delivery-date: Fri, 08 Apr 2022 12:01:19 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 08.04.2022 13:16, Roger Pau Monné wrote:
> On Fri, Apr 08, 2022 at 12:08:02PM +0100, Julien Grall wrote:
>> On 08/04/2022 12:01, Roger Pau Monné wrote:
>>>>> I could add a suitable dom0_max_vcpus parameter to osstest. XenServer
>>>>> uses 16 for example.
>>>>
>>>> I'm afraid a fixed number won't do, the more that iirc there are
>>>> systems with just a few cores in the pool (and you don't want to
>>>> over-commit by default).
>>>
>>> But this won't over commit, it would just assign dom0 16 vCPUs at
>>> most, if the system has less than 16 vCPUs that's what would be
>>> assigned to dom0.
>>
>> AFAICT, this is not the case on Arm. If you ask 16 vCPUs, then you will get
>> that number even if there are 8 pCPUs.
>>
>> In fact, the documentation of dom0_max_vcpus suggests that the numbers of
>> vCPUs can be more than the number of pCPUs.
>
> It was my understanding that you could only achieve that by using the
> min-max nomenclature, so in order to force 16 vCPUs always you would
> have to use:
>
> dom0_max_vcpus=16-16
>
> Otherwise the usage of '_max_' in the option name is pointless, and it
> should instead be dom0_vcpus.
I disagree: Unlike for DomU there's no way to keep a "reserve" of vCPU-s
for Dom0, except by offlining some once Dom0 runs. Hence this "max" in
the name is quite applicable.
Jan
|