From: Alexander Duyck Date: Thu, 12 Jul 2012 05:52:53 +0000 (+0000) Subject: ixgbe: Move configuration of set_real_num_rx/tx_queues into open X-Git-Tag: v3.6-rc1~125^2~118^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac802f5dfe56139a288df50c89c820412863cd8a;p=pandora-kernel.git ixgbe: Move configuration of set_real_num_rx/tx_queues into open It makes much more sense for us to configure the real number of Tx and Rx queues in the ixgbe_open call than it does in ixgbe_set_num_queues. By setting the number in ixgbe_open we can avoid a number of unecessary updates and only have to make the calls once. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed