[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 4/7] xen/cpupool: Create different cpupools at boot time
- To: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 12 Apr 2022 12:21:23 +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=PGy37weZUhBtgIr26CxolnrLWmEJ12AYaVwAdKGp6Fo=; b=ZDvk03R0B+ZlUfpfoVB57oJ3sUCyxMf9tpx3VqmVZ+slbAEqaNx/BUyQFrv4dTi+4ul48WZ4TimJS8NcJhfG1mkahcpP6PEtnbPOJlbfGnO0QfeASDuhaa0k8vIFGKkuA53JTe0PqJ8dIbxGUZjeoDuXheQJLZE1pZljoHrubo2YstEooKOYyMFeInXXFcsQ0UAV/FR6xsgh38vZUYh7sclfxeWUX8w3AXua+ele9hJOtO1/HLthmYECOtzLykmEG6hD6g791OfZbEjvDcqsBjCZvvLbSqjEcmj6pFfTkpMNQKX1kd4L9M8jcDslD82tif1RA4mo1xXgKS0jhSgagw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Q0ZFvFs+3bN6FWa3iPen9A9uW+f2ro3S/srAbW6/ovvqxQYld21EbLpqC8dLvx1GU884dUr6guJT/ef3GR5SllKCCNc91SChD2HxiuQSDVu7PFS2P44X9D2a3yfTidiF82fOoOM1Cz9UX+vlnD+vzv4Ajg7XQKjNcgoQVdqd6b8fvcko/teoN0/ymlSBhtTlN3WvOlP7mp3o9NkEsIfhLLO6acF//uV9Un1/FAWY8kjtevba0VSsM1sOYZE895mXnEb/Y6pHKoSX11Dvo+NFzYYAnFTPEJ6WAfMAUQtq9Ek3ONbaZWe4f5B0BNAH89LmNLXkSy8Ljb2ig2IrWAy+3g==
- 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>, Dario Faggioli <dfaggioli@xxxxxxxx>, Juergen Gross <jgross@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Tue, 12 Apr 2022 10:21:41 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 12.04.2022 11:50, Luca Fancellu wrote:
>
>>> ---
>>> MAINTAINERS | 2 +-
>>> docs/misc/arm/device-tree/cpupools.txt | 140 +++++++++++++++++
>>> xen/arch/arm/domain_build.c | 5 +-
>>> xen/arch/arm/include/asm/smp.h | 3 +
>>> xen/common/Kconfig | 7 +
>>
>> For consistency, should the addition here - with ...
>>
>>> xen/common/sched/Makefile | 1 +
>>> xen/common/sched/boot-cpupool.c | 207 +++++++++++++++++++++++++
>>> xen/common/sched/cpupool.c | 12 +-
>>
>> ... the new file now under sched/, also be put in sched/Kconfig?
>
> Hi Jan,
>
> I was looking for this change, I see xen/common/Kconfig offers the menu
> “Common Features”
> and the xen/common/sched/Kconfig offers the “Scheduler” menu (visible with
> EXPERT), so
> I thought it was better to leave it in “Common Features”.
>
> Are you suggesting another menu under “Common Features”?
No, I'm not suggesting a new menu. I was merely wondering whether the
Kconfig contents wouldn't location-wise better match where the
respective source file lives.
Jan
|