Thread (18 messages) 18 messages, 4 authors, 2011-11-13

Re: [PATCH v2 4/6] mm: Only IPI CPUs to drain local pages if they exist

From: Christoph Lameter <cl@gentwo.org>
Date: 2011-11-02 08:53:47
Also in: lkml

On Sat, 29 Oct 2011, Gilad Ben-Yossef wrote:
quoted
quoted
+/* Which CPUs have per cpu pages  */
+cpumask_var_t cpus_with_pcp;
+static DEFINE_PER_CPU(unsigned long, total_cpu_pcp_count);
Does the flushing happen so frequently that it is worth keeping this
state on a per-cpu basis, or would it be better to check each CPU's
pcp info and assemble a cpumask at flush time like done in patch 5?
No, I don't  believe it is frequent at all. I will try to re-work the
patch as suggested.
The draining of the pcp pages is done from the vmstat callback which
occurs every second. Only if there is something to clean in the caches
will the flush happen.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help