From: Don Skidmore Date: Tue, 11 Aug 2009 13:18:14 +0000 (+0000) Subject: ixgbe: fix issues setting rx-usecs with legacy interrupts X-Git-Tag: v2.6.31-rc7~27^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=237057ad3fe5644fa471be474a160de2fc2e5870;p=pandora-kernel.git ixgbe: fix issues setting rx-usecs with legacy interrupts Currently setting rx-usecs when the interface is in legacy interrupt mode it is not immediate. We were only setting EITR for each MSIx vector and since this count would be zero for legacy mode it wasn't set until after a reset. This patch corrects that by checking what mode we are in and then setting EITR accordingly. Signed-off-by: Don Skidmore Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed