Re: [ANNOUNCE] NF-HIPAC: High Performance Packet Classification

David S. Miller (davem@redhat.com)
Wed, 25 Sep 2002 17:44:05 -0700 (PDT)


From: Andi Kleen <ak@suse.de>
Date: Thu, 26 Sep 2002 02:46:45 +0200

> Also not necessary, only the top level cache really needs to be
> top performance.

Sure, but if they were unified (that is what I understood what the original
poster wanted to do) then they would be suddenly much more performance
critical and need fine grained locking.

This can be made, if necessary. If the toplevel flow cache lookup
table is sized appropriately, I doubt anything will be needed.

P.S.: One big performance problem currently is ip_conntrack. It has a bad
hash function and tends to have a too big working set (beyond cache size)
Some tuning in this regard would help a lot of workloads.

This is well understood problem and a fix is in the works.
See the netfilter lists.
-
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/