]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12K
authorAlexander Duyck <aduyck@mirantis.com>
Tue, 29 Sep 2015 20:11:15 +0000 (13:11 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 23 Nov 2015 19:08:50 +0000 (11:08 -0800)
commitecce727e7bd24e040803904bc42aaea261f66347
tree44c4a2945b848fe054ea74260764de50093b332d
parentb58af2a50c030c66f3b67491316877697ece3d01
ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12K

This patch is the ixgbevf version of commit 82ba73a8e27bb "ixgbe: Limit
lowest interrupt rate for adaptive interrupt moderation to 12K"

The same logic applies here as well as the same results since a netperf
test will starve for memory in the time from one Tx interrupt to the next.
As a result the ixgbevf driver underperformed when compared to vhost_net.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Tested-by: Darin Miller <darin.j.miller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/ethtool.c
drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c