From: Stephen Hemminger Date: Sun, 29 May 2005 21:16:48 +0000 (-0700) Subject: [BRIDGE]: receive path optimization X-Git-Tag: v2.6.12-rc6~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ce54e3f428b33af714271140601c87b8bf2c544;p=pandora-kernel.git [BRIDGE]: receive path optimization This improves the bridge local receive path by avoiding going through another softirq. The bridge receive path is already being called from a netif_receive_skb() there is no point in going through another receiveq round trip. Recursion is limited because bridge can never be a port of a bridge so handle_bridge() always returns. Signed-off-by: David S. Miller --- Reading git-diff-tree failed