From: Amerigo Wang Date: Mon, 17 Sep 2012 20:16:31 +0000 (+0000) Subject: netpoll: call ->ndo_select_queue() in tx path X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c4c49df5cfeb8d56e5b85a430c8cbcb86c2ac37;p=pandora-kernel.git netpoll: call ->ndo_select_queue() in tx path In netpoll tx path, we miss the chance of calling ->ndo_select_queue(), thus could cause problems when bonding is involved. This patch makes dev_pick_tx() extern (and rename it to netdev_pick_tx()) to let netpoll call it in netpoll_send_skb_on_dev(). Reported-by: Sylvain Munaut Cc: "David S. Miller" Cc: Eric Dumazet Signed-off-by: Cong Wang Tested-by: Sylvain Munaut Signed-off-by: David S. Miller --- Reading git-diff-tree failed