]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 15:04:30 +0000 (23:04 +0800)
commit6e5444ba4e5f22f71000b4e2d68bb0da9e20ef0e
treeb56409d9c5e71c72a7e9e081ce86c66af480a5b7
parent425974527ce713125f0189c3f8e65f62681217da
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.

(cherry picked from commit 5d967eb7f84d2761d624d033c2583187b37b56ce)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c