From: Jiri Pirko Date: Wed, 23 Feb 2011 09:05:42 +0000 (+0000) Subject: net: convert bonding to use rx_handler X-Git-Tag: v2.6.39-rc1~468^2~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2c4dd2ec12cf0e53b2bd2926f0fe2d1fbb4eda;p=pandora-kernel.git net: convert bonding to use rx_handler This patch converts bonding to use rx_handler. Results in cleaner __netif_receive_skb() with much less exceptions needed. Also bond-specific work is moved into bond code. Did performance test using pktgen and counting incoming packets by iptables. No regression noted. Signed-off-by: Jiri Pirko Reviewed-by: Nicolas de Pesloüan Signed-off-by: David S. Miller --- Reading git-diff-tree failed