From: Greg Rose Date: Wed, 3 Oct 2012 00:57:23 +0000 (+0000) Subject: ixgbevf: Set the netdev number of Tx queues X-Git-Tag: v3.7-rc1~66^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91e2b89b04d3f568dc4ec99f242a4a742061e399;p=pandora-kernel.git ixgbevf: Set the netdev number of Tx queues The driver was not setting the number of real Tx queues in the net_device structure. This caused some serious issues such as Tx hangs and extremely poor performance with some usages of the driver. The issue is best observed by running: iperf -c -P Where n is greater than one. The greater the value of n the more likely the problem is to show up. Signed-off-by: Greg Rose Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed