* Borislav Petkov <b...@alien8.de> wrote: > On Tue, Oct 15, 2013 at 09:41:23AM +0200, Ingo Molnar wrote: > > Most processors have hundreds of cachelines even in their L1 cache. > > Thousands in the L2 cache, up to hundreds of thousands. > > Also, I have this hazy memory of prefetch hints being harmful in some > situations: https://lwn.net/Articles/444344/
Yes, for things like random list walks they tend to be harmful - the hardware is smarter. For something like a controlled packet stream they might be helpful. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/