[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/2] xen/arm: Restrict Kconfig configuration for LLC coloring
- To: Jan Beulich <jbeulich@xxxxxxxx>, Luca Fancellu <luca.fancellu@xxxxxxx>
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Tue, 18 Feb 2025 16:01:11 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=amd.com; dmarc=pass action=none header.from=amd.com; dkim=pass header.d=amd.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=XNJZLuNsm2d8TVxn1eH4/LoE+dHEDCjKoWoHMtKQVMY=; b=S9TAglpYZZJbVjHMRkXQkXfqBE5kJOAR6KEF9WAi1Ecz2NeePQ5ExWiCvAfgsFDT2XLqzOIGBzacdUrP5Tpyl6woFyf0gBRr5fjX1zxQZyjXdVIpGU0+3LFH8yS2m3iW0xJ4GkrhFvUtltNexUcl6CqoRFxJwhkYs9l1oOSYCqeZIN2hfJTBIgsfKndx1SWZp1a36L/DULAB0K7I1xrUt9n+pbNTHj2ueAGLHdjX/2NuXPCo6MD02AnNS6PnRZ7YeYomaBBHQ+mwETCGfPPb4xQOJuVnFSzdtqKAjMtqrZjNYd+dVTYMBTjj96rYylnTKQdg8ga8PWVSWQ+yGnnkDQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=nNDwr3hTfqzPOk4JEmIxUgwtEwHEiXNZHl86BEdjEHByAdcuXZowdYNGO/HefvqkpGUo2kXABLyf6O+wt2u7NtZPwt1AOIPC4Igku6KZ2xAaRoIxv9GHfMm+TC9Yo9PbNu+uaxJ5qy4c+GkPdsmDmQce00DMb3WgkZDOHJwVCUPocmbpfKBmAYJIzLbBS9hT4GpOIhu+l86G6i3/fQrHm9HO2YVvqLxajT1sfdwOFa6Hw8yF6BY+QlYF66kpn6p3xSUtBY9ft8LmDNOWXy/zLWHLBZWr5OF/+vZxEIId/8bbaLv1Pd+Gnto1ClZG9cKxUsd9wBUSkV9zbvHt3S1qQA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 18 Feb 2025 15:01:29 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 18/02/2025 14:44, Jan Beulich wrote:
>
>
> On 18.02.2025 10:51, Luca Fancellu wrote:
>> LLC coloring can be used only on MMU system,
>
> Just for my own education: Why is this?
I read this as it refers to the feature we have in Xen, not the generic concept.
You could in theory achieve cache coloring without MMU using static allocation
or some custom allocator but in general we benefit from being able to map VA
to PA aligning with cache coloring scheme.
P.S. Personally, I've never seen a solution without MMU.
~Michal
|