]> git.baikalelectronics.ru Git - kernel.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)
commitd78456a6c7245149fc4e2736fcf752257f5ffe32
treefaf33cac6ee74a480b47cc58096bded24d5d8567
parent2b7d330c57ae3b74bfbc5ceb1ea4939adb8ffef4
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