]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: Correct Adaptive Interrupt Moderation so that it will change values
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 8 Feb 2012 07:49:43 +0000 (07:49 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 13 Mar 2012 03:29:40 +0000 (20:29 -0700)
commit5d967eb7f84d2761d624d033c2583187b37b56ce
treefaf33cac6ee74a480b47cc58096bded24d5d8567
parente954b374b4e42c5335679ec6d79ca2c50ce5d422
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 <alexander.h.duyck@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c