From: Vasu Dev Date: Fri, 19 Mar 2010 04:33:10 +0000 (+0000) Subject: ixgbe: fix for real_num_tx_queues update issue X-Git-Tag: v2.6.34-rc3~84^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=936332b8e00103fc20eb7e915c9a3bcb2835a11a;p=pandora-kernel.git ixgbe: fix for real_num_tx_queues update issue Currently netdev_features_change is called before fcoe tx queues setup is done, so this patch moves calling of netdev_features_change after tx queues setup is done in ixgbe_init_interrupt_scheme, so that real_num_tx_queues is updated correctly on each fcoe enable or disable. This allows additional fcoe queues updated correctly in vlan driver for their correct queue selection. Signed-off-by: Vasu Dev Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed