]> 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)
commitbe2f340239b85235e2d4a860b6fb2bd491a76070
tree2bdd402324e81aee91777d4fdae24e9eca09788c
parent2a66f15bff5756c3c2803b3d51cacfdb878a6722
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