From: Alexander Duyck Date: Wed, 8 Feb 2012 07:49:43 +0000 (+0000) Subject: ixgbe: Correct Adaptive Interrupt Moderation so that it will change values X-Git-Tag: v3.4-rc1~177^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d967eb7f84d2761d624d033c2583187b37b56ce;p=pandora-kernel.git ixgbe: Correct Adaptive Interrupt Moderation so that it will change values This change corrects an issue in which Adaptive Interrupt Moderation was not changing values due to the fact that we were performing an and operation on the resultant value that was causing the value to never change from the default 20K interrupts per second. Signed-off-by: Alexander Duyck Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed