Cc: Pekka Enberg <penberg@...>, David Chinner <dgc@...>, David Miller <davem@...>, <cebbert@...>, <willy@...>, <clameter@...>, <nickpiggin@...>, <hch@...>, <mel@...>, <linux-fsdevel@...>, <linux-kernel@...>, <suresh.b.siddha@...>
You could simulate that by just sending packets using unix sockets
between threads bound to different CPUs. Sending a packet allocates; receiving
deallocates.
But it's not clear that will really simulate the cache bounce environment
of the database test. I don't think all passing of data between CPUs
using slub objects is slow.
-Andi
-