From: Alexander Duyck Date: Sat, 12 Jan 2013 06:33:37 +0000 (+0000) Subject: ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queue X-Git-Tag: v3.9-rc1~139^2~46^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97488bd1f3f4f79a4000c66802363390701768e6;p=pandora-kernel.git ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queue This change updates the ixgbe driver to use __netdev_pick_tx instead of the current logic it is using to select a queue. The main result of this change is that ixgbe can now fully support XPS, and in the case of non-FCoE enabled configs it means we don't need to have our own ndo_select_queue. Signed-off-by: Alexander Duyck Reviewed-by: John Fastabend Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed