Re: [PATCH v2 2/4] mm: make the threshold of enabling THPconfigurable

From: David Rientjes
Date: Tue Jun 21 2011 - 23:33:58 EST


On Wed, 22 Jun 2011, Cong Wang wrote:

> > I like the printk that notifies users why THP was disabled because it
> > could potentially be a source of confusion (and fixing the existing typos
> > in hugepage_init() would also be good). However, I disagree that we need
> > to have this as a config option: you either want the feature for your
> > systems or you don't. Perhaps add a "transparent_hugepage=force" option
> > that will act as "always" but also force it to be enabled in all
> > scenarios, even without X86_FEATURE_PSE, that will override all the logic
> > that thinks it knows better?
>
> I think that is overkill, because we can still enable THP via /sys
> for small systems.
>

That was already possible before your patch, your patch is only
introducing a configuration value that determines whether it is enabled by
default or not. I was proposing a very simple interface that would
override all logic that could be used instead when you know for certain
that you want THP enabled by default regardless of its logic. That's
extendable because it can bypass any additional code added later to
determine when it should default on or off without adding additional
config options. I wouldn't support an additional command line option, but
rather only an additional option for transparent_hugepage=.

Either way, this patch isn't needed since it has no benefit over doing it
through an init script.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/