From: Alexander Duyck Date: Thu, 23 Apr 2009 11:20:29 +0000 (+0000) Subject: igb: always use adapter->itr as EITR value X-Git-Tag: v2.6.31-rc1~330^2~547 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b1f6070fa16cb442a7c48e8f5364cd84a88b90;p=pandora-kernel.git igb: always use adapter->itr as EITR value The igb driver was switching between adapter->itr containing the EITR value and the number of interrupts per second. This resulted in high latencies being seen after brining the interface down and then back up. To resolve the issue the itr value will now only contain the value that should be programmed into EITR. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed