From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Re: [PATCH 0/4] Allow schedulers to be selectable through Kconfig Date: Fri, 18 Dec 2015 12:41:17 +0100 Message-ID: <5673F0DD.3090207@suse.com> References: <1450385974-12732-1-git-send-email-jonathan.creekmore@gmail.com> <1450435531.4053.196.camel@citrix.com> <5673E91C.2090102@suse.com> <5673FC6202000078000C122B@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a9tPU-00022Z-Fa for xen-devel@lists.xenproject.org; Fri, 18 Dec 2015 11:41:20 +0000 In-Reply-To: <5673FC6202000078000C122B@suse.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Keir Fraser , Ian Campbell , Doug Goldstein , Ian Jackson , Tim Deegan , Jonathan Creekmore , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On 18/12/15 12:30, Jan Beulich wrote: >>>> On 18.12.15 at 12:08, wrote: >> What I'd really like to see in the config options are things like: >> >> CONFIG_BIGMEM (instead of doing it via environment variable), >> NR_CPUS, and possibly some other numerical bounds which won't select >> a feature, but might be interesting to change for huge servers. > > Yes, anything currently selectable via make option should be > converted (whether or not hidden behind the global gating option > is an open question); I have this on my todo list, but of course > others helping out would be appreciated. As I have some further tests on huge systems on my todo list I could do the BIGMEM and NR_CPUS in January. Juergen