From: Lendacky, Thomas Date: Wed, 3 Dec 2014 00:16:48 +0000 (-0600) Subject: amd-xgbe: Do not clear interrupt indicator X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~10^2~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ccc4c0a9dac4b94f4e07cd0b7a9a1cb142ed36;p=pandora-kernel.git amd-xgbe: Do not clear interrupt indicator The interrupt value within the xgbe_ring_data structure is used as an indicator of which Rx descriptor should have the INTE bit set to generate an interrupt when that Rx descriptor is used. This bit was mistakenly cleared in the xgbe_unmap_rdata function, effectively nullifying the ethtool rx-frames support. Signed-off-by: Tom Lendacky Signed-off-by: David S. Miller --- Reading git-diff-tree failed