]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLL
authorJacob Keller <jacob.e.keller@intel.com>
Sat, 21 Sep 2013 06:24:25 +0000 (06:24 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 29 Oct 2013 11:15:11 +0000 (04:15 -0700)
commit3b5dca262f52793fdff4d0d970e8f1cec3f7f2ef
tree81d1ffab074ace7b70b5a127f87257370e81a375
parentc777cdfa4e69548f45078165d17828dd6711120f
ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLL

This patch adds the extended statistics similar to the ixgbe driver. These
statistics keep track of how often the busy polling yields, as well as how many
packets are cleaned or missed by the polling routine.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@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