From: Alexander Duyck Date: Tue, 7 Sep 2010 21:34:29 +0000 (+0000) Subject: ixgbe: fix TX ring enable issues seen when VMDQ is enabled X-Git-Tag: v2.6.37-rc1~147^2~507 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=933d41f1f2b6d5e7bcc0782ad0eeaac983a79592;p=pandora-kernel.git ixgbe: fix TX ring enable issues seen when VMDQ is enabled The ordering of operations was messed up in the init and as a result when VMDQ was enabled we were trying to enable TX rings before setting the VFTE bits. This resulted in a ring that appeared to fail to enable when in fact it was blocked because the VFTE bits were cleared after the reset. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed