From: Jeff Kirsher Date: Fri, 18 Jul 2008 11:33:03 +0000 (-0700) Subject: igb/ixgbe/e1000e: resolve tx multiqueue bug X-Git-Tag: v2.6.27-rc1~969^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55b53fff0c2ddb639dca04c3f5a0854f292d982;p=pandora-kernel.git igb/ixgbe/e1000e: resolve tx multiqueue bug With the recent changes to tx mutiqueue, igb/ixgbe/e1000e was not calling netif_tx_start_all_queues() before calling netif_tx_wake_all_queues(). This causes an issue during loading of the driver. In addition, updated e1000e to use the updated tx mutliqueue api. Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed