From: Eric Dumazet Date: Sat, 2 Oct 2010 06:11:55 +0000 (+0000) Subject: net: dynamic ingress_queue allocation X-Git-Tag: v2.6.37-rc1~147^2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24824a09e35402b8d58dcc5be803a5ad3937bdba;p=pandora-kernel.git net: dynamic ingress_queue allocation ingress being not used very much, and net_device->ingress_queue being quite a big object (128 or 256 bytes), use a dynamic allocation if needed (tc qdisc add dev eth0 ingress ...) dev_ingress_queue(dev) helper should be used only with RTNL taken. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed