![]() | |||||||||||
Messages in this thread |
(Added linux-kernel) Ravikiran G Thirumalai <kiran@scalex86.org> wrote: > > Hi Andrew, > This patchset contains alloc_percpu + bigrefs + bigrefs for netdevice > refcount. This patchset improves tbench lo performance by 6% on a 8 way IBM > x445. I think we'd need more comprehensive benchmarks than this before adding large amounts of complex core code. We'd also need to know how much of any performance improvement was due to alloc_percpu versus bigrefs, please. Bigrefs look reasonably sane to me, but a whole new memory allocator is a big deal. Given that alloc_percpu() is already numa-aware, is that extra cross-node fetch and pointer hop really worth all that new code? The new version will have to do a tlb load (including a cross-node fetch) approximately as often as the old version will get a CPU cache miss on the percpu array, maybe? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2005-09-23 09:15 [from the cache] ©2003-2008 | |||||||||||