Thread (8 messages) 8 messages, 5 authors, 2002-07-29

Re: TODO list before feature freeze

From: jamal <hidden>
Date: 2002-07-29 11:23:49


On Mon, 29 Jul 2002, Andi Kleen wrote:
One obvious problem that it has is that it uses vmalloc to allocate its
big hash table. This will likely lead to TLB thrashing on a busy box. It should
try to allocate the hashtable with get_free_pages() first and only fall
back to vmalloc if that fails. This way it would run with large pages.

(case in point: we have at least one report that routing
performance breaks down with ip_conntrack when memory size is increased over
1GB on P3s. The hash table size depends on the memory size. The problem does
not occur on P4s. P4s have larger TLBs than P3s.)
They also have a lot of problems with their per-packet computations.
Robert and I spent a short time looking at "this thing that is making
us look bad" (perfomance wise) and talked to Harald.
Something that looked like needs improvement at first glance was the aging
and hashing schemes.

cheers,
jamal
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help