Re: [PATCH] Radix-tree pagecache for 2.5

Anton Blanchard (anton@samba.org)
Fri, 1 Feb 2002 14:56:28 +1100



> all the hashes should be allocated with the bootmem allocator, that
> doesn't have the MAX_ORDER limit. Not only the pagecache hash, that is
> the only one replaced.
>
> In short, for an optimal comparison between hash and radix tree, we'd
> need to fixup the hash allocation with the bootmem allocator first.

All my results use vmalloc to allocate the hashes so they get sized
correctly.

Don't worry, there is no increased tlb pressure on these machines due
to vmalloc, that cpu doesnt have large page support.

Anton
-
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/