]> 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)
commitaa337c703010e4b8700a65f665025dd26928e364
tree44c4a2945b848fe054ea74260764de50093b332d
parentd367915c33c68e5d81278879ffa8fa8e706651fb
ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12K

This patch is the ixgbevf version of commit b1eed9eb36f8e "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