Re: inaccurate migration cost calculation?

From: Segher Boessenkool
Date: Wed Jan 03 2007 - 13:33:49 EST


Across different boots using the same 2.6.19 kernel on a quad-core xeon
I see huge variance in the migration_cost being reported during boot.

-migration_cost=39,3940
+migration_cost=25,4941

This CPU has a very large cache which could be key here...
L1 Instruction cache: 32KB, 8-way associative. 64 byte line size.
L1 Data cache: 32KB, 8-way associative. 64 byte line size.
L3 unified cache: 4MB, 16-way associative. 64 byte line size.

That last cache is shared between CPU cores, which leads
to big non-determinism -- not sure if there's much you can
do about it.


Segher

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