[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v7 07/12] xen: enable Dom0 to use SVE feature


  • To: Luca Fancellu <Luca.Fancellu@xxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Tue, 23 May 2023 12:31:46 +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=Ahmiuw8dLkApBHTPn4Wt72OFNmIZiMr5ocHFJRn6XSM=; b=NronREirkXlc8273I2cClzclErVTUQZZZtZzS5yABiKEoQ3XYHLrpZhBVEbxyce1/dMRPiyJ/SLEPBGupAu7dXO9hzhsOCHMwd8C8EY8kTqVpttdSD2JeNEGx2kBvW93oHBnSlmin2BI8MmYYcz4k8FEBEkATjH5YZpWe1oSjbZA9tx6PgdEKFZ/vBsJlMCjS9NyVpjkBD1jMmgr7FQ14MuNhCVrsImsWAkC19m84gDDU+tl7wmg1nrtWhRJD/BihGtUMikHDHPJuds6VN4fQpFfIHKLTMFa8u+4IWfeqxrDdYTwpPtZA1e4Z7L3IMPYzJjmi96ipwS9iHNWYNGODA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=V8Krp7ZEIyHS8zQAvhS3JSxMXQmWsqAYTwP/hqLKyxP3dzwZL+TKko2auCB1ZnJxIHSrJUW/MlL/a2C7ExEPQFq2MwG8TJJtfgp2X7n8epCswYx66Z8lUQcBvbdLvWvezR0f6RQR0Zl98HQova82eapWLiQmYPmoftTQYpZj3+QPY8VAIh6jhpewrvzytTLgTtYrwJFB3CR7qvavexVxaVQvoOAWTxS6Z/5SVLmt6CFSdMiPXSOh0r2O8IPRxXQu3aWk03K6P1/hn5lI7e82eABs5HrkidhO1j5J94hMLguHMjBrdlfrr5RuW8K7mYA0ttd/mygavwE97sUfuOsVgA==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Wei Chen <Wei.Chen@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Tue, 23 May 2023 10:31:58 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 23.05.2023 12:21, Luca Fancellu wrote:
>> On 23 May 2023, at 11:02, Jan Beulich <jbeulich@xxxxxxxx> wrote:
>> On 23.05.2023 09:43, Luca Fancellu wrote:
>>> @@ -838,6 +838,22 @@ Controls for how dom0 is constructed on x86 systems.
>>>
>>>     If using this option is necessary to fix an issue, please report a bug.
>>>
>>> +Enables features on dom0 on Arm systems.
>>> +
>>> +*   The `sve` integer parameter enables Arm SVE usage for Dom0 domain and 
>>> sets
>>> +    the maximum SVE vector length, the option is applicable only to AArch64
>>> +    guests.
>>
>> Why "guests"? Does the option affect more than Dom0?
> 
> I used “guests” because in my mind I was referring to all the aarch64 OS that 
> can be used
> as control domain, I can change it if it sounds bad.

If you means OSes then better also say OSes. But maybe this doesn't need
specifically expressing, by saying e.g. "..., the option is applicable
only on AArch64"? Or can a Dom0 be 32-bit on Arm64 Xen?

>>> +    A value equal to 0 disables the feature, this is the default value.
>>> +    Values below 0 means the feature uses the maximum SVE vector length
>>> +    supported by hardware, if SVE is supported.
>>> +    Values above 0 explicitly set the maximum SVE vector length for Dom0,
>>> +    allowed values are from 128 to maximum 2048, being multiple of 128.
>>> +    Please note that when the user explicitly specifies the value, if that 
>>> value
>>> +    is above the hardware supported maximum SVE vector length, the domain
>>> +    creation will fail and the system will stop, the same will occur if the
>>> +    option is provided with a non zero value, but the platform doesn't 
>>> support
>>> +    SVE.
>>
>> Assuming this also covers the -1 case, I wonder if that isn't a little too
>> strict. "Maximum supported" imo can very well be 0.
> 
> Maximum supported, when platforms uses SVE, can be at minimum 128 by arm 
> specs.

When there is SVE - sure. But when there's no SVE, 0 is kind of the implied
length. And I'd view a command line option value of -1 quite okay in that
case: They've asked for the maximum supported, so they'll get 0. No reason
to crash the system during boot.

Jan



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.