From: Peter P Waskiewicz Jr Date: Tue, 1 Sep 2009 13:49:56 +0000 (+0000) Subject: ixgbe: Properly disable DCB arbiters prior to applying changes X-Git-Tag: v2.6.32-rc1~703^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7fdb714856541cd4b659a7b86ec04415e2809f7;p=pandora-kernel.git ixgbe: Properly disable DCB arbiters prior to applying changes When disabling the Rx and Tx data arbiters prior to configuration changes, the arbiters were not being shut down properly. This can create a race in the DCB hardware blocks, and potentially hang the arbiters. Also, the Tx descriptor arbiter shouldn't be disabled when applying configuration changes; disabling this arbiter can cause a Tx hang. Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed