[PATCH] Conntrack Hash Allocation using __get_free_pages
Here is a patch that just makes it use get_free_pages to test the TLB
theory. Another obvious improvement would be to not use list_heads for
the hash table buckets - a single pointer would likely suffice and it
would cut the hash table in half, saving cache, TLB and memory.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Showing
Please register or sign in to comment