Re: [GIT PATCH] x86,percpu: fix pageattr handling with remapallocator

From: Suresh Siddha
Date: Thu May 21 2009 - 15:12:34 EST


On Wed, 2009-05-20 at 18:46 -0700, Tejun Heo wrote:
> Yes it will. The question is which way would be better. Till now,
> there hasn't been any actual data on how remap compares to 4k.

I am not sure if we see any measurable difference. Even if we use 4k
entries, it will be few entries that kernel will be referring to
frequently.

> On NUMA, both remap and 4k add some level of TLB pressure. remap will
> waste one more PMD TLB entry (dup) while 4k adds a bunch of 4k ones
> (non-dup but what used to be accessed by PMD TLB is now accessed with
> PTE TLB). Some say using one more PMD TLB is better while others
> disagree. So, the best course of action here seems to offer both and
> easy way to select between them so that data can be gathered, which is
> what this patchset does.

So with the planned future change of percpu unit allocation during cpu
online, you are planning to try large page allocation first and then
fallback to 4k pages, if that doesn't succeed. And then populate new
percpu ptr accordingly and then sort wrt to other cpu ptr's, so that we
can keep aliases in sync for future(and in parallel) cpa()'s that might
be happening.

There is nothing wrong with all this. Just the code complexity (and
maintenance) for what we are trying to gain ;)

>
> I don't think the added complexity for cpa() justifies dropping remap
> without further testing. The added complexity isn't that big. Most
> of the confusion in this patchset came from my ignorance on the
> subject. cpa() is a fragile thing but we need it anyway, so...
>
> Thanks.
>

--
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/