From: John Fastabend Date: Thu, 10 Mar 2011 12:06:12 +0000 (+0000) Subject: ixgbe: DCB, PFC not cleared until reset occurs X-Git-Tag: v2.6.39-rc1~468^2~87^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4a0244ff002672be855ff2eaa4a29a63d42d42;p=pandora-kernel.git ixgbe: DCB, PFC not cleared until reset occurs The PFC configuration is not cleared until the device is reset. This has not been a problem because setting DCB attributes forced a hardware reset. Now that we no longer require this reset to occur PFC remains configured even after being disabled until the device is reset. This removes a goto in the PFC hardware set routines for 82598 and 82599 devices that was short circuiting the clear. Signed-off-by: John Fastabend Tested-by: Ross Brattain Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed