From: Jesse Brandeburg Date: Fri, 12 Sep 2008 02:58:29 +0000 (-0700) Subject: ixgbe: fix bug with lots of tx queues X-Git-Tag: v2.6.28-rc1~717^2~195^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff819cfb5d95c4945811f5e33aa57274885c7527;p=pandora-kernel.git ixgbe: fix bug with lots of tx queues when using more than 8 tx queues you can overrun the 8 bit v_idx field, so change it to 16 bits to represent the maximum number of queues (one for each bit) Signed-off-by: Jesse Brandeburg Signed-off-by: Jeff Kirsher Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed