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

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


  • To: Jan Beulich <jbeulich@xxxxxxxx>
  • From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
  • Date: Tue, 25 Apr 2023 06:04:39 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.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=4DXQAmi2cw7qAWPFSwO5nYY4M+EiR6g3vt7i7YeNRxw=; b=PBrSoIR/MJLvMBoCBqyQpmeB6QM68MHHDYTzXRKciBXoSaIwaL2qr9gOWliQH4sf8aB6RQAy4TH6eeMbnUAz9+X3Yndzes336sEJIyYOzJ5AcGTm+DKY9cZy/RWWZFfGJ0+yVmSg8vqzSyknyjYlSC+DCPIEa3pfWNK1+UJa9d2Rn0ZQOaYfAYb5tHCKR4rZ7CRZ5To26scK6bYCBiSNmjaCd2koLk0KFQz25cV9Nk9lVOyT6kVIRkFkauRvbcs+wzCczREEF4oZTM621J+8/s+O/6Pt6z4dRKVeyVB1PrzGLKhgLPN6hQuKryPiaTffRKhaF7znAWG5EjSX4uHKmQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fmJYnnlWtjbpZriVWMfsWwvMl/bpB8Pl5eFli2djydH8I2Djv47PIG0IpQKzYoTCuwAoT1Ea7gZ2Az5qKypHq0Z7xovLR4vEMzb+id0X1BRNK9krWm2rqcKXVgc+NxiUNhwRkdfcuPsyKswd6N3k+R8DIeGB6nwBs/wIwNsLtBAwTBSSAD8/99S8qViiagv0a8JOh/6NAREUs8yoo0/y2dzjwVHGwIYwG3I9gZizSEjEcvRk6C013ubFP9aapGYpspLMiWI6ZmZnraqW9psIXdYITrCZ8V1GSO0ELqggoAqo48Dn78tKQI3WgSg7F2Qt/PZ9YQ13fIDE+YN0HirITg==
  • Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.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, 25 Apr 2023 06:05:29 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Nodisclaimer: true
  • Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
  • Thread-index: AQHZdnKG11PjGcmQuE2MpJrElBiS3686VJGAgAAo1ICAAAFsAIAADk4AgAACvwCAAANFAIAAAd0AgAACk4CAAAHsAIAAALeAgAAHWYCAAOkjgA==
  • Thread-topic: [PATCH v6 07/12] xen: enable Dom0 to use SVE feature


> On 24 Apr 2023, at 17:10, Jan Beulich <jbeulich@xxxxxxxx> wrote:
> 
> On 24.04.2023 17:43, Luca Fancellu wrote:
>>> On 24 Apr 2023, at 16:41, Jan Beulich <jbeulich@xxxxxxxx> wrote:
>>> On 24.04.2023 17:34, Luca Fancellu wrote:
>>>>> On 24 Apr 2023, at 16:25, Jan Beulich <jbeulich@xxxxxxxx> wrote:
>>>>> On 24.04.2023 17:18, Luca Fancellu wrote:
>>>>>> Oh ok, I don’t know, here what I get if for example I build arm32:
>>>>>> 
>>>>>> arm-linux-gnueabihf-ld -EL -T arch/arm/xen.lds -N prelink.o \
>>>>>> ./common/symbols-dummy.o -o ./.xen-syms.0
>>>>>> arm-linux-gnueabihf-ld: prelink.o: in function `create_domUs':
>>>>>> (.init.text+0x13464): undefined reference to `sve_domctl_vl_param'
>>>>> 
>>>>> In particular with seeing this: What you copied here is a build with the
>>>>> series applied only up to this patch? I ask because the patch here adds a
>>>>> call only out of create_dom0().
>>>> 
>>>> No I’ve do the changes on top of the serie, I’ve tried it now, only to 
>>>> this patch and it builds correctly,
>>>> It was my mistake to don’t read carefully the error output.
>>>> 
>>>> Anyway I guess this change is not applicable because we don’t have a 
>>>> symbol that is plain 0 for domUs
>>>> to be placed inside create_domUs.
>>> 
>>> Possible, but would you mind first telling me in which other patch(es) the
>>> further reference(s) are being introduced, so I could take a look without
>>> (again) digging through the entire series?
>> 
>> Sure, the other references to the function are introduced in "xen/arm: add 
>> sve property for dom0less domUs” patch 11
> 
> Personally I'm inclined to suggest adding "#ifdef CONFIG_ARM64_SVE" there.
> But I guess that may again go against your desire to not ignore inapplicable
> options. Still I can't resist to at least ask how an "sve" node on Arm32 is
> different from an entirely unknown one.

It would be ok for me to use #ifdef CONFIG_ARM64_SVE and fail in the #else 
branch,
but I had the feeling in the past that Arm maintainers are not very happy with 
#ifdefs, I might
be wrong so I’ll wait for them to give an opinion and then I will be happy to 
follow.

> 
> Jan



 


Rackspace

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