[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:02:13 +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=lw0hmpCUQr1vTjf5tGYOdFJpFJQmi1l+9VsKQDyvw8c=; b=YrWuyJEBzUxACj8PiP9+oMfa6weHSXkMBhycgW7ZjRLn5QoV+b7bKQU+P8BQRBNpb1R2Hq3SKMmtp+YCasPm6ShLJl1Cc33xlk7G8bQAxWKo3K4+ksuBNNJGPVdpELgIkdQquDExuesimf9ysF+S5aVm8b0sAZPi5u403fGY8t8hFx27yS7t06gY4rr1oEcAF7EE/j1+2nWsVLjBcoWeMB/X6dpoxhG8WNpUrGabFIzHr+Q2f+F3bWv/6xoT3mcUNnHobuYyywsDnZtv26K5iz2yWom8PI7bmzA6oHMhQgFkb3odOCKNWJrdsPaG+0yg7c3yAaRDWs6rdJFUML59AQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=N5v6Qb4mRX7uYfC58GM0LleJbOcGTPIhJD5JeWQqNBJ0C7l9dXvbhYA4C8yHZVjngDCNpgrH/iL1gCFPZHsUD9FI7d/LUDFPjGibjDn3CeK6WQKIkIOOVwmP9HLtcv/ghDU2epxtkDL+pqc5nI6ElryaFRhCUbLg7C7MRU8+mQvypKWxOTo0xhy50x6HU9NmqLvPQEOna57zsT4k7IzT5tf6eT37FTjogRGpYf9YGIn1a22c9OsBbBfAF+Y9TS3r/pszQkGkfgGiMnEYdjreQtNggaYiPz9OqAkJk5BEDL5b5WnXoFMsLU98l5G70hsOxdBMsbVM8jBokUHt62K0LA==
  • Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
  • Cc: bertrand.marquis@xxxxxxx, 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
  • Delivery-date: Tue, 23 May 2023 10:02:41 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 23.05.2023 09:43, Luca Fancellu wrote:
> Add a command line parameter to allow Dom0 the use of SVE resources,
> the command line parameter sve=<integer>, sub argument of dom0=,
> controls the feature on this domain and sets the maximum SVE vector
> length for Dom0.
> 
> Add a new function, parse_signed_integer(), to parse an integer
> command line argument.
> 
> Signed-off-by: Luca Fancellu <luca.fancellu@xxxxxxx>

Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> # !arm

> --- a/docs/misc/xen-command-line.pandoc
> +++ b/docs/misc/xen-command-line.pandoc
> @@ -777,9 +777,9 @@ Specify the bit width of the DMA heap.
>  
>  ### dom0
>      = List of [ pv | pvh, shadow=<bool>, verbose=<bool>,
> -                cpuid-faulting=<bool>, msr-relaxed=<bool> ]
> +                cpuid-faulting=<bool>, msr-relaxed=<bool> ] (x86)
>  
> -    Applicability: x86
> +    = List of [ sve=<integer> ] (Arm)

While in the text below you mention this is Arm64 only, I think the tag
here would better express this as well.

> @@ -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?

> +    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.

Jan



 


Rackspace

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