From: Patrick McHardy Date: Sun, 6 Jul 2008 06:21:31 +0000 (-0700) Subject: net-sched: add dynamically sized qdisc class hash helpers X-Git-Tag: v2.6.27-rc1~969^2~222 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe1c7a5556807e9d7154a2d2fb938d8a9e47e5f;p=pandora-kernel.git net-sched: add dynamically sized qdisc class hash helpers Currently all qdiscs which allow to create classes uses a fixed sized hash table with size 16 to hash the classes. This causes a large bottleneck when using thousands of classes and unbound filters. Add helpers for dynamically sized class hashes to fix this. The following patches will convert the qdiscs to use them. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed