]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbevf: Fix AIM (Adaptive Interrupt Moderation)
authorGreg Rose <gregory.v.rose@intel.com>
Fri, 31 Aug 2012 05:59:28 +0000 (05:59 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 24 Sep 2012 08:50:03 +0000 (01:50 -0700)
commit66435d6ce278b4c08b9f82c84938de6107e1a497
tree2bdd402324e81aee91777d4fdae24e9eca09788c
parentd88dfa17b79abd65a7f014ed24cf56c657dd2d3d
ixgbevf: Fix AIM (Adaptive Interrupt Moderation)

While fixing up a patch from Alex Duyck to use q_vectors in ring containers
to update the ITR I bungled it and missed actually updating the counters
in the ring container q_vectors.  This patch fixes my mistake and makes
interrupt moderation actually work.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c