From: Alexander Duyck Date: Wed, 8 Feb 2012 07:50:14 +0000 (+0000) Subject: ixgbe: Do not disable read relaxed ordering when DCA is enabled X-Git-Tag: v3.4-rc1~177^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdda1a61c1dbb1e3a4f76c944b7c1e3b3731c861;p=pandora-kernel.git ixgbe: Do not disable read relaxed ordering when DCA is enabled A previous fix had gone though and disabled relaxed ordering for Rx descriptor read fetching. This was not necessary as this functions correctly and has no ill effects on the system. In addition several of the defines used for the DCA control registers were incorrect in that they indicated descriptor effects when they actually had an impact on either data or header write back. As such I have update these to correctly reflect either DATA or HEAD. Signed-off-by: Alexander Duyck Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed