Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- Date: Thu, 29 May 2008 23:37:58 -0700
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Subject: Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
On Thu, 29 May 2008 23:22:31 -0700 (PDT) Christoph Lameter <clameter@xxxxxxx> wrote: > On Thu, 29 May 2008, Andrew Morton wrote: > > > ext3 maintains three percpu_counters per mount. Each percpu_counter > > does one percpu_alloc. People can mount an arbitrary number of ext3 > > filesystems! > > But its 4 bytes per alloc right? It could be 4000. The present alloc_percpu() would support that. And struct nfs_iostats is 264 bytes and nfs does an alloc_percpu() of one of those per server and mounting thousands of servers per client is, I believe, a real-world operation. Plus for the entyenth time: saying that this code will probably work acceptably for most people in 2.6.26 is not sufficient! -- 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/
- Follow-Ups:
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Matthew Wilcox
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- References:
- [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Christoph Lameter
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Andrew Morton
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Christoph Lameter
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Andrew Morton
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Eric Dumazet
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Andrew Morton
- Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- From: Christoph Lameter
- [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- Prev by Date: Re: [patch 04/41] cpu ops: Core piece for generic atomic per cpu operations
- Next by Date: Re: fair group scheduler not so fair?
- Previous by thread: Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- Next by thread: Re: [patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
- Index(es):