]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
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)
commitac6ed8f00aca7dd1abf0c90bcb3c8e46e7f44243
tree2bdd402324e81aee91777d4fdae24e9eca09788c
parentb3d58a8fa6c8d4bcd6b2b64656be166aff9183b0
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