public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* cacheline alignment and per-cpu data
@ 2006-06-09 15:40 Chris Friesen
  2006-06-09 15:56 ` Chase Venters
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Friesen @ 2006-06-09 15:40 UTC (permalink / raw)
  To: linux-kernel


Someone asked me a question that I couldn't answer, so I thought I'd 
pass it on to here.

Suppose I declare an array of a struct type, where the size of the 
struct is not a multiple of the cacheline size.  Each element in the 
array is used by a different cpu.

If I understand it, this would mean that the last member in the data 
belonging to one cpu shares a cacheline with the first member in the 
data belonging to the next cpu.

Will this cause cacheline pingpong?  If I do this sort of thing do I 
need to ensure that the struct is a multiple of cacheline size (or 
specify cacheline alignement)?

Thanks,

Chris

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-12  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-09 15:40 cacheline alignment and per-cpu data Chris Friesen
2006-06-09 15:56 ` Chase Venters
2006-06-12  9:17   ` Jes Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox